Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Axis.CrossTypeEnum |
Axis.CrossTypeEnum.fromValue(String text) |
Axis.CrossTypeEnum |
Axis.getCrossType()
The CrossType on the specified axis where the other axis crosses
|
Axis.CrossTypeEnum |
Axis.CrossTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Axis.CrossTypeEnum |
Axis.CrossTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.CrossTypeEnum[] |
Axis.CrossTypeEnum.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.crossType(Axis.CrossTypeEnum crossType) |
void |
Axis.setCrossType(Axis.CrossTypeEnum crossType) |
void |
Axis.CrossTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Axis.CrossTypeEnum enumeration) |
Copyright © 2021. All rights reserved.