|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xwpf.usermodel.TextAlignment
public class TextAlignment
Specifies all types of vertical alignment which are available to be applied to of all text on each line displayed within a paragraph.
Field Summary | |
---|---|
static TextAlignment |
AUTO
Specifies that all text in the parent object shall be aligned automatically when displayed. |
static TextAlignment |
BASELINE
Specifies that all text in the parent object shall be aligned to the baseline of each character when displayed. |
static TextAlignment |
BOTTOM
Specifies that all text in the parent object shall be aligned to the bottom of each character when displayed. |
static TextAlignment |
CENTER
Specifies that all text in the parent object shall be aligned to the center of each character when displayed. |
static TextAlignment |
TOP
Specifies that all text in the parent object shall be aligned to the top of each character when displayed |
Method Summary | |
---|---|
int |
getValue()
|
static TextAlignment |
valueOf(int type)
|
static TextAlignment[] |
values()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TextAlignment TOP
public static final TextAlignment CENTER
public static final TextAlignment BASELINE
public static final TextAlignment BOTTOM
public static final TextAlignment AUTO
Method Detail |
---|
public int getValue()
public static TextAlignment valueOf(int type)
public static TextAlignment[] values()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |