java.lang.Objectcom.aspose.words.ProtectionType
public class ProtectionType
Field Summary | ||
---|---|---|
static final int | ALLOW_ONLY_COMMENTS | |
User can only modify comments in the document. | ||
static final int | ALLOW_ONLY_FORM_FIELDS | |
User can only enter data in the form fields in the document. | ||
static final int | ALLOW_ONLY_REVISIONS | |
User can only add revision marks to the document. | ||
static final int | READ_ONLY | |
No changes are allowed to the document. Available since Microsoft Word 2003. | ||
static final int | NO_PROTECTION | |
The document is not protected. |
Field Detail |
---|
ALLOW_ONLY_COMMENTS = 1 | |
public static final int ALLOW_ONLY_COMMENTS |
ALLOW_ONLY_FORM_FIELDS = 2 | |
public static final int ALLOW_ONLY_FORM_FIELDS |
ALLOW_ONLY_REVISIONS = 0 | |
public static final int ALLOW_ONLY_REVISIONS |
READ_ONLY = 3 | |
public static final int READ_ONLY |
NO_PROTECTION = -1 | |
public static final int NO_PROTECTION |