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