FontStyles
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FontStyles extends System.Enum
Specifies style information applied to text.
This enumeration has a FlagsAttribute attribute that allows a combination of its member values.
Fields
Field | Description |
---|---|
Regular | Regular text. |
Bold | Bold text. |
Italic | Italic text. |
Regular
public static final int Regular
Regular text.
Bold
public static final int Bold
Bold text.
Italic
public static final int Italic
Italic text.