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