Package | Description |
---|---|
org.zkoss.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
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.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParagraphAlignment[] |
ParagraphAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XWPFParagraph.setAlignment(ParagraphAlignment align)
Specifies the paragraph alignment which shall be applied to text in this
paragraph.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.