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 FontAlignmentXDDFTextParagraph. getFontAlignment()Returns where vertically on a line of text the actual words are positioned.static FontAlignmentFontAlignment. valueOf(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 voidXDDFParagraphProperties. setFontAlignment(FontAlignment align)voidXDDFTextParagraph. setFontAlignment(FontAlignment align)Determines where vertically on a line of text the actual words are positioned.
-