| Package | Description |
|---|---|
| com.groupdocs.cloud.conversion.model |
| Modifier and Type | Method | Description |
|---|---|---|
static PresentationLoadOptions.CommentsPositionEnum |
PresentationLoadOptions.CommentsPositionEnum.fromValue(String text) |
|
PresentationLoadOptions.CommentsPositionEnum |
PresentationLoadOptions.getCommentsPosition() |
Represents the way comments are printed with the slide.
|
PresentationLoadOptions.CommentsPositionEnum |
PresentationLoadOptions.CommentsPositionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static PresentationLoadOptions.CommentsPositionEnum |
PresentationLoadOptions.CommentsPositionEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PresentationLoadOptions.CommentsPositionEnum[] |
PresentationLoadOptions.CommentsPositionEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
PresentationLoadOptions |
PresentationLoadOptions.commentsPosition(PresentationLoadOptions.CommentsPositionEnum commentsPosition) |
|
void |
PresentationLoadOptions.setCommentsPosition(PresentationLoadOptions.CommentsPositionEnum commentsPosition) |
|
void |
PresentationLoadOptions.CommentsPositionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PresentationLoadOptions.CommentsPositionEnum enumeration) |
Copyright © 2025. All rights reserved.