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