public enum EmfTextAlignmentMode extends java.lang.Enum<EmfTextAlignmentMode>
| Enum Constant and Description |
|---|
TA_BASELINE |
TA_BOTTOM |
TA_CENTER |
TA_LEFT |
TA_MASK |
TA_NOUPDATECP |
TA_RIGHT |
TA_RTLREADING |
TA_TOP |
TA_UPDATECP |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static EmfTextAlignmentMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmfTextAlignmentMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmfTextAlignmentMode TA_LEFT
public static final EmfTextAlignmentMode TA_RIGHT
public static final EmfTextAlignmentMode TA_CENTER
public static final EmfTextAlignmentMode TA_TOP
public static final EmfTextAlignmentMode TA_BOTTOM
public static final EmfTextAlignmentMode TA_BASELINE
public static final EmfTextAlignmentMode TA_NOUPDATECP
public static final EmfTextAlignmentMode TA_UPDATECP
public static final EmfTextAlignmentMode TA_RTLREADING
public static final EmfTextAlignmentMode TA_MASK
public static EmfTextAlignmentMode[] values()
for (EmfTextAlignmentMode c : EmfTextAlignmentMode.values()) System.out.println(c);
public static EmfTextAlignmentMode 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 namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
Copyright © 2019 Stimulsoft. All Rights Reserved.