PageTextAreaTextStyle Property |
Gets the text style such as font size, font name an so on.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic TextStyle TextStyle { get; }
Public ReadOnly Property TextStyle As TextStyle
Get
public:
property TextStyle^ TextStyle {
TextStyle^ get ();
}
member TextStyle : TextStyle with get
Property Value
Type:
TextStyleAn instance of
TextStyle class that represents the text style.
See Also