Uses of Enum Class
org.apache.poi.xwpf.usermodel.VerticalAlign
Packages that use VerticalAlign
-
Uses of VerticalAlign in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return VerticalAlignModifier and TypeMethodDescriptionXWPFRun.getSubscript()Deprecated.static VerticalAlignVerticalAlign.valueOf(int type) Returns the enum constant of this class with the specified name.static VerticalAlignReturns the enum constant of this class with the specified name.static VerticalAlign[]VerticalAlign.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 VerticalAlignModifier and TypeMethodDescriptionvoidXWPFRun.setSubscript(VerticalAlign valign) Specifies the alignment which shall be applied to the contents of this run in relation to the default appearance of the run's text.
XWPFRun.getVerticalAlignment