Uses of Enum Class
org.apache.poi.xwpf.usermodel.TextAlignment
Packages that use TextAlignment
-
Uses of TextAlignment in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return TextAlignmentModifier and TypeMethodDescriptionXWPFParagraph.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 class with the specified name.static TextAlignmentReturns the enum constant of this class with the specified name.static TextAlignment[]TextAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type TextAlignmentModifier and TypeMethodDescriptionvoidXWPFParagraph.setVerticalAlignment(TextAlignment valign) Specifies the text vertical alignment which shall be applied to text in this paragraph.