Uses of Class
org.apache.poi.xwpf.usermodel.VerticalAlign
-
Packages that use VerticalAlign Package Description org.apache.poi.xwpf.usermodel -
-
Uses of VerticalAlign in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return VerticalAlign Modifier and Type Method Description VerticalAlign
XWPFRun. getSubscript()
Deprecated.useXWPFRun.getVerticalAlignment
static VerticalAlign
VerticalAlign. valueOf(int type)
Returns the enum constant of this type with the specified name.static VerticalAlign
VerticalAlign. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VerticalAlign[]
VerticalAlign. 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 VerticalAlign Modifier and Type Method Description void
XWPFRun. 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.
-