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