java.lang.Objectcom.aspose.words.DocumentSecurity
public class DocumentSecurity
Field Summary | ||
---|---|---|
static final int | NONE | |
There are no security states specified by the property. | ||
static final int | PASSWORD_PROTECTED | |
The document is password protected. (Note has never been seen in a document so far). | ||
static final int | READ_ONLY_RECOMMENDED | |
The document to be opened read-only if possible, but the setting can be overridden. | ||
static final int | READ_ONLY_ENFORCED | |
The document to always be opened read-only. | ||
static final int | READ_ONLY_EXCEPT_ANNOTATIONS | |
The document to always be opened read-only except for annotations. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
PASSWORD_PROTECTED = 1 | |
public static final int PASSWORD_PROTECTED |
READ_ONLY_RECOMMENDED = 2 | |
public static final int READ_ONLY_RECOMMENDED |
READ_ONLY_ENFORCED = 4 | |
public static final int READ_ONLY_ENFORCED |
READ_ONLY_EXCEPT_ANNOTATIONS = 8 | |
public static final int READ_ONLY_EXCEPT_ANNOTATIONS |