public final class FontStyles
extends com.aspose.ms.System.Enum
Specifies style information applied to text.
This enumeration has a FlagsAttribute
attribute that allows a combination of its member
values.
Modifier and Type | Field and Description |
---|---|
static int |
Bold
Bold text.
|
static int |
Italic
Italic text.
|
static int |
Regular
Regular text.
|
public static final int Regular
Regular text.
public static final int Bold
Bold text.
public static final int Italic
Italic text.