FontStyle
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FontStyle extends System.Enum
Font style enumeration
Fields
Field | Description |
---|---|
Regular | Regular font style |
Bold | Bold font style |
Italic | Italic font style |
Underline | Underline font style |
Strikeout | Strikeout font style |
Regular
public static final int Regular
Regular font style
Bold
public static final int Bold
Bold font style
Italic
public static final int Italic
Italic font style
Underline
public static final int Underline
Underline font style
Strikeout
public static final int Strikeout
Strikeout font style