Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Axis.CategoryAxisTypeEnum |
Axis.CategoryAxisTypeEnum.fromValue(String text) |
Axis.CategoryAxisTypeEnum |
Axis.getCategoryAxisType()
The type of the category axis
|
Axis.CategoryAxisTypeEnum |
Axis.CategoryAxisTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Axis.CategoryAxisTypeEnum |
Axis.CategoryAxisTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.CategoryAxisTypeEnum[] |
Axis.CategoryAxisTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Axis |
Axis.categoryAxisType(Axis.CategoryAxisTypeEnum categoryAxisType) |
void |
Axis.setCategoryAxisType(Axis.CategoryAxisTypeEnum categoryAxisType) |
void |
Axis.CategoryAxisTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Axis.CategoryAxisTypeEnum enumeration) |
Copyright © 2021. All rights reserved.