TextStyle
Leave feedback
On this page
Represents the style of the text such as a font name, a font size and so on.
public sealed class TextStyle
| Name | Description |
|---|---|
| TextStyle(string, string, double, bool, bool) | Initializes a new instance of the TextStyle class. |
| Name | Description |
|---|---|
| FontName { get; } | Gets the font name. |
| FontSize { get; } | Gets the font size. |
| IsBold { get; } | Gets the value that indicates whether the font is bold. |
| IsItalic { get; } | Gets a value that indicates whether the font is italic. |
| Name { get; } | Gets the style name. |
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.