Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static ParagraphFormat.AlignmentEnum |
ParagraphFormat.AlignmentEnum.fromValue(String text) |
ParagraphFormat.AlignmentEnum |
ParagraphFormat.getAlignment()
Text alignment.
|
ParagraphFormat.AlignmentEnum |
ParagraphFormat.AlignmentEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ParagraphFormat.AlignmentEnum |
ParagraphFormat.AlignmentEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParagraphFormat.AlignmentEnum[] |
ParagraphFormat.AlignmentEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ParagraphFormat |
ParagraphFormat.alignment(ParagraphFormat.AlignmentEnum alignment) |
void |
ParagraphFormat.setAlignment(ParagraphFormat.AlignmentEnum alignment) |
void |
ParagraphFormat.AlignmentEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ParagraphFormat.AlignmentEnum enumeration) |
Copyright © 2023. All rights reserved.