|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParagraphAlignment | |
---|---|
org.apache.poi.xwpf.usermodel |
Uses of ParagraphAlignment in org.apache.poi.xwpf.usermodel |
---|
Fields in org.apache.poi.xwpf.usermodel declared as ParagraphAlignment | |
---|---|
static ParagraphAlignment |
ParagraphAlignment.BOTH
|
static ParagraphAlignment |
ParagraphAlignment.CENTER
|
static ParagraphAlignment |
ParagraphAlignment.DISTRIBUTE
|
static ParagraphAlignment |
ParagraphAlignment.HIGH_KASHIDA
|
static ParagraphAlignment |
ParagraphAlignment.LEFT
|
static ParagraphAlignment |
ParagraphAlignment.LOW_KASHIDA
|
static ParagraphAlignment |
ParagraphAlignment.MEDIUM_KASHIDA
|
static ParagraphAlignment |
ParagraphAlignment.NUM_TAB
|
static ParagraphAlignment |
ParagraphAlignment.RIGHT
|
static ParagraphAlignment |
ParagraphAlignment.THAI_DISTRIBUTE
|
Methods in org.apache.poi.xwpf.usermodel that return ParagraphAlignment | |
---|---|
ParagraphAlignment |
XWPFParagraph.getAlignment()
Returns the paragraph alignment which shall be applied to text in this paragraph. |
static ParagraphAlignment |
ParagraphAlignment.valueOf(int type)
|
static ParagraphAlignment[] |
ParagraphAlignment.values()
|
Methods in org.apache.poi.xwpf.usermodel with parameters of type ParagraphAlignment | |
---|---|
void |
XWPFParagraph.setAlignment(ParagraphAlignment align)
Specifies the paragraph alignment which shall be applied to text in this paragraph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |