Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Effect.RestartEnum |
Effect.RestartEnum.fromValue(String text) |
Effect.RestartEnum |
Effect.getRestart()
The way for a effect to restart after complete.
|
Effect.RestartEnum |
Effect.RestartEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Effect.RestartEnum |
Effect.RestartEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Effect.RestartEnum[] |
Effect.RestartEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Effect |
Effect.restart(Effect.RestartEnum restart) |
void |
Effect.setRestart(Effect.RestartEnum restart) |
void |
Effect.RestartEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Effect.RestartEnum enumeration) |
Copyright © 2021. All rights reserved.