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