FontStyle
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FontStyle extends System.Enum
Specifies style information applied to text.
Fields
Field | Description |
---|---|
Regular | Normal text. |
Bold | Bold text. |
Italic | Italic text. |
Underline | Underlined text. |
Strikeout | Text with a line through the middle. |
Regular
public static final int Regular
Normal text.
Bold
public static final int Bold
Bold text.
Italic
public static final int Italic
Italic text.
Underline
public static final int Underline
Underlined text.
Strikeout
public static final int Strikeout
Text with a line through the middle.