Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static SlideProperties.ScaleTypeEnum |
SlideProperties.ScaleTypeEnum.fromValue(String text) |
SlideProperties.ScaleTypeEnum |
SlideProperties.getScaleType()
Scale type.
|
SlideProperties.ScaleTypeEnum |
SlideProperties.ScaleTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SlideProperties.ScaleTypeEnum |
SlideProperties.ScaleTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideProperties.ScaleTypeEnum[] |
SlideProperties.ScaleTypeEnum.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.scaleType(SlideProperties.ScaleTypeEnum scaleType) |
void |
SlideProperties.setScaleType(SlideProperties.ScaleTypeEnum scaleType) |
void |
SlideProperties.ScaleTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SlideProperties.ScaleTypeEnum enumeration) |
Copyright © 2022. All rights reserved.