public final class CadFontStyleTableFlag
extends com.aspose.ms.System.Enum
Font style table flags.
Modifier and Type | Field and Description |
---|---|
static int |
Bold
Bold style.
|
static int |
BoldItalic
Bold italic style.
|
static int |
FixedPitch
Fixed pitch (monospace font).
|
static int |
Italic
Italic style.
|
static int |
None
Empty flag.
|
static int |
Roman
Roman family (serif).
|
static int |
Swiss
Swiss family (sans serif).
|
static int |
VariablePitch
Variable pitch.
|
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 None
Empty flag.
public static final int FixedPitch
Fixed pitch (monospace font).
public static final int VariablePitch
Variable pitch.
public static final int Roman
Roman family (serif).
public static final int Swiss
Swiss family (sans serif).
public static final int Italic
Italic style.
public static final int Bold
Bold style.
public static final int BoldItalic
Bold italic style.