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