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