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