public final class WordProcessingProtectionType
extends com.aspose.ms.System.Enum
Represents all available protection types of the WordProcessing document
Modifier and Type | Field and Description |
---|---|
static byte |
AllowOnlyComments
User can only modify comments in the document
|
static byte |
AllowOnlyFormFields
User can only enter data in the form fields in the document
|
static byte |
AllowOnlyRevisions
User can only add revision marks to the document
|
static byte |
NoProtection
The document is not protected.
|
static byte |
ReadOnly
No changes are allowed to the document
|
public static final byte AllowOnlyComments
User can only modify comments in the document
public static final byte AllowOnlyFormFields
User can only enter data in the form fields in the document
public static final byte AllowOnlyRevisions
User can only add revision marks to the document
public static final byte NoProtection
The document is not protected. Default value.
public static final byte ReadOnly
No changes are allowed to the document