| Package | Description |
|---|---|
| com.groupdocs.cloud.conversion.model |
| Modifier and Type | Method | Description |
|---|---|---|
static WordProcessingLoadOptions.CommentDisplayModeEnum |
WordProcessingLoadOptions.CommentDisplayModeEnum.fromValue(String text) |
|
WordProcessingLoadOptions.CommentDisplayModeEnum |
WordProcessingLoadOptions.getCommentDisplayMode() |
Specifies how comments should be displayed in the output document.
|
WordProcessingLoadOptions.CommentDisplayModeEnum |
WordProcessingLoadOptions.CommentDisplayModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static WordProcessingLoadOptions.CommentDisplayModeEnum |
WordProcessingLoadOptions.CommentDisplayModeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static WordProcessingLoadOptions.CommentDisplayModeEnum[] |
WordProcessingLoadOptions.CommentDisplayModeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
WordProcessingLoadOptions |
WordProcessingLoadOptions.commentDisplayMode(WordProcessingLoadOptions.CommentDisplayModeEnum commentDisplayMode) |
|
void |
WordProcessingLoadOptions.setCommentDisplayMode(WordProcessingLoadOptions.CommentDisplayModeEnum commentDisplayMode) |
|
void |
WordProcessingLoadOptions.CommentDisplayModeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WordProcessingLoadOptions.CommentDisplayModeEnum enumeration) |
Copyright © 2025. All rights reserved.