Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static BarElement.PositionEnum |
BarElement.PositionEnum.fromValue(String text) |
BarElement.PositionEnum |
BarElement.getPosition()
Position of the bar line.
|
BarElement.PositionEnum |
BarElement.PositionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BarElement.PositionEnum |
BarElement.PositionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarElement.PositionEnum[] |
BarElement.PositionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BarElement |
BarElement.position(BarElement.PositionEnum position) |
void |
BarElement.setPosition(BarElement.PositionEnum position) |
void |
BarElement.PositionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BarElement.PositionEnum enumeration) |
Copyright © 2022. All rights reserved.