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