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.

Fields

FieldDescription
BoldBold text.
ItalicItalic text.
RegularNormal text.
StrikeoutText with a line through the middle.
UnderlineUnderlined text.

Bold

public static final int Bold

Bold text.

Italic

public static final int Italic

Italic text.

Regular

public static final int Regular

Normal text.

Strikeout

public static final int Strikeout

Text with a line through the middle.

Underline

public static final int Underline

Underlined text.