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