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