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