|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HwmfFont.WmfClipPrecision>
org.apache.poi.hwmf.record.HwmfFont.WmfClipPrecision
public static enum HwmfFont.WmfClipPrecision
ClipPrecision Flags specify clipping precision, which defines how to clip characters that are partially outside a clipping region. These flags can be combined to specify multiple options.
Enum Constant Summary | |
---|---|
CLIP_CHARACTER_PRECIS
This value SHOULD NOT be used. |
|
CLIP_DEFAULT_PRECIS
Specifies that default clipping MUST be used. |
|
CLIP_DFA_DISABLE
This value specifies that font association SHOULD< be turned off. |
|
CLIP_EMBEDDED
This value specifies that font embedding MUST be used to render document content; embedded fonts are read-only. |
|
CLIP_LH_ANGLES
This value is used to control font rotation, as follows: If set, the rotation for all fonts SHOULD be determined by the orientation of the coordinate system; that is, whether the orientation is left-handed or right-handed. |
|
CLIP_STROKE_PRECIS
This value MAY be returned when enumerating rasterized, TrueType and vector fonts. |
|
CLIP_TT_ALWAYS
This value SHOULD NOT be used. |
Method Summary | |
---|---|
static HwmfFont.WmfClipPrecision |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HwmfFont.WmfClipPrecision[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HwmfFont.WmfClipPrecision CLIP_DEFAULT_PRECIS
public static final HwmfFont.WmfClipPrecision CLIP_CHARACTER_PRECIS
public static final HwmfFont.WmfClipPrecision CLIP_STROKE_PRECIS
public static final HwmfFont.WmfClipPrecision CLIP_LH_ANGLES
public static final HwmfFont.WmfClipPrecision CLIP_TT_ALWAYS
public static final HwmfFont.WmfClipPrecision CLIP_DFA_DISABLE
public static final HwmfFont.WmfClipPrecision CLIP_EMBEDDED
Method Detail |
---|
public static HwmfFont.WmfClipPrecision[] values()
for (HwmfFont.WmfClipPrecision c : HwmfFont.WmfClipPrecision.values()) System.out.println(c);
public static HwmfFont.WmfClipPrecision valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |