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