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