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