public final class OpenTypeStyles
extends com.aspose.ms.System.Enum
Represents the OpenType font style.
Modifier and Type | Field and Description |
---|---|
static int |
Bold
Bold text.
|
static int |
Condensed
Condensed text.
|
static int |
Extended
Extended text.
|
static int |
Italic
Italic text.
|
static int |
Outline
Outline text.
|
static int |
Regular
Normal text.
|
static int |
Shadow
Shadow text.
|
static int |
Underline
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 Outline
Outline text.
public static final int Shadow
Shadow text.
public static final int Condensed
Condensed text.
public static final int Extended
Extended text.