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