java.lang.Object | |
↳ | com.pdftron.pdf.utils.PdfDocManager |
Constants for specifying state of documents
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DOCUMENT_ERROR_MISSING_PERMISSIONS | No storage permission available. | |||||||||
int | DOCUMENT_SETDOC_ERROR_CORRUPTED | The document is corrupted. | |||||||||
int | DOCUMENT_SETDOC_ERROR_DOWNLOAD_CANCEL | The document has been cancelled during download. | |||||||||
int | DOCUMENT_SETDOC_ERROR_NONE | The document is error free. | |||||||||
int | DOCUMENT_SETDOC_ERROR_NOT_EXIST | The document doesn't exist. | |||||||||
int | DOCUMENT_SETDOC_ERROR_NULL_PDFDOC | The document is not linked to any PDFDoc
|
|||||||||
int | DOCUMENT_SETDOC_ERROR_OPENURL_CANCELLED | The document has been cancelled during opening from URL. | |||||||||
int | DOCUMENT_SETDOC_ERROR_WRONG_PASSWORD | The document has given wrong password. | |||||||||
int | DOCUMENT_SETDOC_ERROR_ZERO_PAGE | The document has not pages. | |||||||||
int | DOCUMENT_STATE_CLEAN | The document is clean. | |||||||||
int | DOCUMENT_STATE_CORRUPTED | The document is corrupted. | |||||||||
int | DOCUMENT_STATE_CORRUPTED_AND_MODIFIED | The document is corrupted and modified. | |||||||||
int | DOCUMENT_STATE_COULD_NOT_SAVE | The document couldn't be saved. | |||||||||
int | DOCUMENT_STATE_DURING_CONVERSION | The document is in the middle of conversion. | |||||||||
int | DOCUMENT_STATE_FROM_CONVERSION | The document is obtained from conversion. | |||||||||
int | DOCUMENT_STATE_MODIFIED | The document has been modified but not saved. | |||||||||
int | DOCUMENT_STATE_NORMAL | The document is normal after saving changes. | |||||||||
int | DOCUMENT_STATE_OUT_OF_SPACE | The device is out of storage space. | |||||||||
int | DOCUMENT_STATE_READ_ONLY | The document is read only. | |||||||||
int | DOCUMENT_STATE_READ_ONLY_AND_MODIFIED | The document is read only and but has been modified. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PdfDocManager() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
No storage permission available. Permission could have been revoked or never approved.
The document is corrupted.
The document has been cancelled during download.
The document is error free.
The document doesn't exist.
The document is not linked to any PDFDoc
The document has been cancelled during opening from URL.
The document has given wrong password.
The document has not pages.
The document is clean.
The document is corrupted.
The document is corrupted and modified.
The document couldn't be saved.
The document is in the middle of conversion.
The document is obtained from conversion.
The document has been modified but not saved.
The document is normal after saving changes.
The device is out of storage space.
The document is read only.
The document is read only and but has been modified.