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