Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Effect.TypeEnum |
Effect.TypeEnum.fromValue(String text) |
Effect.TypeEnum |
Effect.getType()
Effect type.
|
Effect.TypeEnum |
Effect.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Effect.TypeEnum |
Effect.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Effect.TypeEnum[] |
Effect.TypeEnum.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.setType(Effect.TypeEnum type) |
Effect |
Effect.type(Effect.TypeEnum type) |
void |
Effect.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Effect.TypeEnum enumeration) |
Copyright © 2021. All rights reserved.