Uses of Class
org.apache.poi.xwpf.usermodel.TextAlignment
-
Packages that use TextAlignment Package Description org.apache.poi.xwpf.usermodel -
-
Uses of TextAlignment in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return TextAlignment Modifier and Type Method Description TextAlignmentXWPFParagraph. getVerticalAlignment()Returns the text vertical alignment which shall be applied to text in this paragraph.static TextAlignmentTextAlignment. valueOf(int type)Returns the enum constant of this type with the specified name.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.xwpf.usermodel with parameters of type TextAlignment Modifier and Type Method Description voidXWPFParagraph. setVerticalAlignment(TextAlignment valign)Specifies the text vertical alignment which shall be applied to text in this paragraph.
-