Package | Description |
---|---|
org.apache.poi.xddf.usermodel.text |
Modifier and Type | Method and Description |
---|---|
TextAlignment |
XDDFTextParagraph.getTextAlignment()
Returns the alignment that is applied to the paragraph.
|
static TextAlignment |
TextAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextAlignment[] |
TextAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XDDFParagraphProperties.setTextAlignment(TextAlignment align) |
void |
XDDFTextParagraph.setTextAlignment(TextAlignment align)
Specifies the alignment that is to be applied to the paragraph.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.