FontStyleType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FontStyleType extends System.Enum
Defines formatting styles that can be applied to text.
Fields
Field | Description |
---|---|
Regular | Standard text. |
Bold | Bold text. |
Italic | Italic text. |
Underline | Underlined text. |
Strikeout | Text crossed out with a horizontal line. |
Regular
public static final int Regular
Standard 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 crossed out with a horizontal line.