Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static ViewProperties.ShowCommentsEnum |
ViewProperties.ShowCommentsEnum.fromValue(String text) |
ViewProperties.ShowCommentsEnum |
ViewProperties.getShowComments()
True if the comments should be shown.
|
ViewProperties.ShowCommentsEnum |
ViewProperties.ShowCommentsEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ViewProperties.ShowCommentsEnum |
ViewProperties.ShowCommentsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewProperties.ShowCommentsEnum[] |
ViewProperties.ShowCommentsEnum.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.setShowComments(ViewProperties.ShowCommentsEnum showComments) |
ViewProperties |
ViewProperties.showComments(ViewProperties.ShowCommentsEnum showComments) |
void |
ViewProperties.ShowCommentsEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ViewProperties.ShowCommentsEnum enumeration) |
Copyright © 2023. All rights reserved.