Package | Description |
---|---|
org.apache.poi.xddf.usermodel.text |
Modifier and Type | Method and Description |
---|---|
FontAlignment |
XDDFTextParagraph.getFontAlignment()
Returns where vertically on a line of text the actual words are
positioned.
|
static FontAlignment |
FontAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontAlignment[] |
FontAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XDDFParagraphProperties.setFontAlignment(FontAlignment align) |
void |
XDDFTextParagraph.setFontAlignment(FontAlignment align)
Determines where vertically on a line of text the actual words are
positioned.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.