|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextAlign | |
---|---|
org.apache.poi.xslf.usermodel |
Uses of TextAlign in org.apache.poi.xslf.usermodel |
---|
Methods in org.apache.poi.xslf.usermodel that return TextAlign | |
---|---|
TextAlign |
XSLFTextParagraph.getTextAlign()
Returns the alignment that is applied to the paragraph. |
static TextAlign |
TextAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextAlign[] |
TextAlign.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.xslf.usermodel with parameters of type TextAlign | |
---|---|
void |
XSLFTextParagraph.setTextAlign(TextAlign align)
Specifies the alignment that is to be applied to the paragraph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |