FontStyle

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class FontStyle extends System.Enum

Specifies style information applied to text.

Fields

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

Regular

public static final int Regular

Normal text.

Bold

public static final int Bold

Bold text.

Italic

public static final int Italic

Italic text.

Underline

public static final int Underline

Underlined text.

Strikeout

public static final int Strikeout

Text with a line through the middle.