java.lang.Object
com.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. [Aspose: Never seen this set.] | ||
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 | |
public static final int NONE | |
PASSWORD_PROTECTED | |
public static final int PASSWORD_PROTECTED | |
READ_ONLY_RECOMMENDED | |
public static final int READ_ONLY_RECOMMENDED | |
READ_ONLY_ENFORCED | |
public static final int READ_ONLY_ENFORCED | |
READ_ONLY_EXCEPT_ANNOTATIONS | |
public static final int READ_ONLY_EXCEPT_ANNOTATIONS | |