Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
TextParagraph.FontAlign |
HSLFTextParagraph.getFontAlign() |
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
TextParagraph.FontAlign |
XSLFTextParagraph.getFontAlign() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextParagraph.setFontAlign(TextParagraph.FontAlign align)
Specifies the font alignment that is to be applied to the paragraph.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.