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