FontStyleType
FontStyleType enum
Defines formatting styles that can be applied to text.
enum class FontStyleType
Values
Name | Value | Description |
---|---|---|
Regular | 0 | Standard text. |
Bold | 1 | Bold text. |
Italic | 2 | Italic text. |
Underline | 4 | Underlined text. |
Strikeout | 8 | Text crossed out with a horizontal line. |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides