Uses of Class
org.apache.poi.xddf.usermodel.text.FontAlignment
-
Packages that use FontAlignment Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of FontAlignment in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return FontAlignment Modifier and Type Method Description FontAlignment
XDDFTextParagraph. getFontAlignment()
Returns where vertically on a line of text the actual words are positioned.static FontAlignment
FontAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FontAlignment[]
FontAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.text with parameters of type FontAlignment Modifier and Type Method Description void
XDDFParagraphProperties. setFontAlignment(FontAlignment align)
void
XDDFTextParagraph. setFontAlignment(FontAlignment align)
Determines where vertically on a line of text the actual words are positioned.
-