| Package | Description |
|---|---|
| com.groupdocs.cloud.editor.model |
| Modifier and Type | Method | Description |
|---|---|---|
static SpreadsheetSaveOptions.ProtectionTypeEnum |
SpreadsheetSaveOptions.ProtectionTypeEnum.fromValue(String text) |
|
SpreadsheetSaveOptions.ProtectionTypeEnum |
SpreadsheetSaveOptions.getProtectionType() |
Write-protection type.
|
SpreadsheetSaveOptions.ProtectionTypeEnum |
SpreadsheetSaveOptions.ProtectionTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static SpreadsheetSaveOptions.ProtectionTypeEnum |
SpreadsheetSaveOptions.ProtectionTypeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SpreadsheetSaveOptions.ProtectionTypeEnum[] |
SpreadsheetSaveOptions.ProtectionTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
SpreadsheetSaveOptions |
SpreadsheetSaveOptions.protectionType(SpreadsheetSaveOptions.ProtectionTypeEnum protectionType) |
|
void |
SpreadsheetSaveOptions.setProtectionType(SpreadsheetSaveOptions.ProtectionTypeEnum protectionType) |
|
void |
SpreadsheetSaveOptions.ProtectionTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SpreadsheetSaveOptions.ProtectionTypeEnum enumeration) |
Copyright © 2025. All rights reserved.