| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static ViewProperties.LastViewEnum |
ViewProperties.LastViewEnum.fromValue(String text) |
ViewProperties.LastViewEnum |
ViewProperties.getLastView()
Last used view mode.
|
ViewProperties.LastViewEnum |
ViewProperties.LastViewEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ViewProperties.LastViewEnum |
ViewProperties.LastViewEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewProperties.LastViewEnum[] |
ViewProperties.LastViewEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ViewProperties |
ViewProperties.lastView(ViewProperties.LastViewEnum lastView) |
void |
ViewProperties.setLastView(ViewProperties.LastViewEnum lastView) |
void |
ViewProperties.LastViewEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ViewProperties.LastViewEnum enumeration) |
Copyright © 2025. All rights reserved.