FontStyle
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Specifies style information applied to text.
Enum Values
| 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.
Returns: int
Bold
public static final int Bold
Bold text.
Returns: int
Italic
public static final int Italic
Italic text.
Returns: int
Underline
public static final int Underline
Underlined text.
Returns: int
Strikeout
public static final int Strikeout
Text with a line through the middle.
Returns: int