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