Package | Description |
---|---|
org.zkoss.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.