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