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