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