|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerticalAlign | |
---|---|
org.apache.poi.xwpf.usermodel |
Uses of VerticalAlign in org.apache.poi.xwpf.usermodel |
---|
Methods in org.apache.poi.xwpf.usermodel that return VerticalAlign | |
---|---|
VerticalAlign |
XWPFRun.getSubscript()
Specifies the alignment which shall be applied to the contents of this run in relation to the default appearance of the run's text. |
static VerticalAlign |
VerticalAlign.valueOf(int type)
|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |