Package | Description |
---|---|
org.apache.poi.hslf.model.textproperties | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
TextParagraph.TextAlign |
TextAlignmentProp.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
TextParagraph.TextAlign |
HSLFTextParagraph.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextParagraph.setTextAlign(TextParagraph.TextAlign align) |
Modifier and Type | Method and Description |
---|---|
TextParagraph.TextAlign |
TextParagraph.getTextAlign()
Returns the alignment that is applied to the paragraph.
|
static TextParagraph.TextAlign |
TextParagraph.TextAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextParagraph.TextAlign[] |
TextParagraph.TextAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextParagraph.setTextAlign(TextParagraph.TextAlign align)
Specifies the alignment that is to be applied to the paragraph.
|
Modifier and Type | Method and Description |
---|---|
TextParagraph.TextAlign |
XSLFTextParagraph.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextParagraph.setTextAlign(TextParagraph.TextAlign align) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.