TextStyle
Leave feedback
On this page
Initializes a new instance of the TextStyle class.
public TextStyle(string name, string fontName, double fontSize, bool isBold, bool isItalic)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the style. |
| fontName | String | The name of the font. |
| fontSize | Double | The size of the font. |
| isBold | Boolean | The value that indicates whether the font is bold. |
| isItalic | Boolean | The value that indicates whether the font is italic. |
- class TextStyle
- 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.