Uses of Class
org.apache.poi.xddf.usermodel.text.TextAlignment
-
Packages that use TextAlignment Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of TextAlignment in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return TextAlignment Modifier and Type Method Description TextAlignmentXDDFTextParagraph. getTextAlignment()Returns the alignment that is applied to the paragraph.static TextAlignmentTextAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static TextAlignment[]TextAlignment. 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 TextAlignment Modifier and Type Method Description voidXDDFParagraphProperties. setTextAlignment(TextAlignment align)voidXDDFTextParagraph. setTextAlignment(TextAlignment align)Specifies the alignment that is to be applied to the paragraph.
-