| Package | Description |
|---|---|
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
TextParagraph.FontAlign |
TextParagraph.getFontAlign()
Returns the font alignment that is applied to the paragraph.
|
static TextParagraph.FontAlign |
TextParagraph.FontAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextParagraph.FontAlign[] |
TextParagraph.FontAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|