Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
VerticalAlign |
XWPFRun.getSubscript()
Deprecated.
use
XWPFRun.getVerticalAlignment |
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 2020 The Apache Software Foundation or its licensors, as applicable.