@Deprecated public final class FontStyle extends com.aspose.ms.System.Enum
Represents a font style.
Modifier and Type | Field and Description |
---|---|
static int |
Bold
Deprecated.
Bold text.
|
static int |
Italic
Deprecated.
Italic text.
|
static int |
Regular
Deprecated.
Normal text.
|
static int |
Strikeout
Deprecated.
Text with a line through the middle.
|
static int |
Underline
Deprecated.
Underlined text.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Regular
Normal text.
public static final int Bold
Bold text.
public static final int Italic
Italic text.
public static final int Underline
Underlined text.
public static final int Strikeout
Text with a line through the middle.