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