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

FieldDescription
RegularRegular text.
BoldBold text.
ItalicItalic 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.