public final class FontStyle
extends com.aspose.ms.System.Enum
Specifies style information applied to text.
Modifier and Type | Field and Description |
---|---|
static int |
Bold
Bold text.
|
static int |
Italic
Italic text.
|
static int |
Regular
Normal text.
|
static int |
Strikeout
Text with a line through the middle.
|
static int |
Underline
Underlined text.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, 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.