public class ObjectOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
static ObjectOperations |
ANNOT_COPY
Indicates whether the caller should be allowed to copy comments to the clipboard (for example,
copy text from a comment).
|
static ObjectOperations |
ANNOT_CREATE
Indicates whether the caller should be allowed to create comments.
|
static ObjectOperations |
ANNOT_DELETE
Indicates whether the caller should be allowed to delete comments.
|
static ObjectOperations |
ANNOT_EXPORT
Indicates whether the caller should be allowed to export comments from this document.
|
static ObjectOperations |
ANNOT_IMPORT
Indicates whether the caller should be allowed to import comments into the document.
|
static ObjectOperations |
ANNOT_MODIFY
Indicates whether the caller should be allowed to modify comments.
|
static ObjectOperations |
ANNOT_ONLINE
Indicates whether the caller should be allowed to comment online.
|
static ObjectOperations |
ANNOT_SUMMARIZE
Indicates whether the caller should be allowed to summarize comments.
|
static ObjectOperations |
ANNOT_SUMMARY_VIEW
Indicates whether the caller should be allowed to view the comments summary in a document.
|
static ObjectOperations |
BOOKMARK_CREATE
Indicates whether the caller should be allowed to create bookmarks.
|
static ObjectOperations |
BOOKMARK_DELETE
Indicates whether the caller should be allowed to delete bookmarks.
|
static ObjectOperations |
BOOKMARK_EXPORT
Indicates whether the caller should be allowed to export bookmarks.
|
static ObjectOperations |
BOOKMARK_MODIFY
Indicates whether the caller should be allowed to modify bookmarks.
|
static ObjectOperations |
DOC_ACCESSIBLE
Indicates whether the caller should be allowed to access accesibility features of the document.
|
static ObjectOperations |
DOC_COPY
Indicates whether the caller should be allowed to copy to clipboard of text and images, including copying of text with
format information.
|
static ObjectOperations |
DOC_EXPORT
Indicates whether the caller should be allowed to extract to non-PDF files.
|
static ObjectOperations |
DOC_FULLSAVE
Indicates whether the caller should be allowed to do document full save.
|
static ObjectOperations |
DOC_IMPORT
Indicates whether the caller should be allowed to import from non-PDF sources
(for example, dragging JPEG files into a document).
|
static ObjectOperations |
DOC_INSERT
Indicates whether the caller should be allowed to insert other objects into the document.
|
static ObjectOperations |
DOC_MODIFY
Indicates whether the caller should be allowed to modify document that are not covered under one of the other,
more granular permission objects like pages,links,annotations,bookmarks etc.
|
static ObjectOperations |
DOC_OPEN
Indicates whether the caller should be allowed to open the document.
|
static ObjectOperations |
DOC_PRINT_HIGH
Indicates whether the caller should be allowed unrestricted printing.
|
static ObjectOperations |
DOC_PRINT_LOW
Indicates whether the caller should be allowed print-as-image printing, at 150 dpi.
|
static ObjectOperations |
DOC_REORDER
Indicates whether the caller should be allowed to reorder the highlighted content.
|
static ObjectOperations |
DOC_SECURE
Indicates whether security settings for the document that are set by a security handler are allowed to be changed.
|
static ObjectOperations |
DOC_SELECT
Indicates whether the caller should be allowed to select any area in the document,
(for example, by the highlight tool).
|
static ObjectOperations |
DOC_SPAWNTEMPLATE
Indicates whether the caller should be allowed to spawn templates in the document.
|
static ObjectOperations |
DOC_SUMMARIZE
Indicates whether the caller should be allowed to use "Summarize" feature on the document.
|
static ObjectOperations |
EF_CREATE
Indicates whether the caller should be allowed to create Named Embedded Files.
|
static ObjectOperations |
EF_DELETE
Indicates whether the caller should be allowed to delete Named Embedded Files.
|
static ObjectOperations |
EF_EXPORT
Indicates whether the caller should be allowed to export named embeded files out of this PDF file.
|
static ObjectOperations |
EF_IMPORT
Indicates whether the caller should be allowed to import Named Embedded Files.
|
static ObjectOperations |
EF_MODIFY
Indicates whether the caller should be allowed to modify a Named Embedded File.
|
static ObjectOperations |
FORM_BARCODE_PLAINTEXT
Indicates whether the caller should be allowed to encode the annotation appearance for form fields as a plaintext
barcode, that can be read by any third party barcode decoding software.
|
static ObjectOperations |
FORM_CREATE
Indicates whether the caller should be allowed to create form field types,
excluding signature form fields.
|
static ObjectOperations |
FORM_DELETE
Indicates whether the caller should be allowed to delete all form field types, excluding signature form fields.
|
static ObjectOperations |
FORM_EXPORT
Indicates whether the caller should be allowed to export form data out of this document to a file.
|
static ObjectOperations |
FORM_FILLIN
Indicates whether the caller should be allowed to fill-in form field types, excluding signature form fields.
|
static ObjectOperations |
FORM_IMPORT
Indicates whether the caller should be allowed to import form data into this document.
|
static ObjectOperations |
FORM_MODIFY
Indicates whether the caller should be allowed to modify properties of all form field types, excluding signature
form fields.
|
static ObjectOperations |
FORM_ONLINE
Indicates whether the caller should be allowed to perform form-specific online mechanisms
(for example, SOAP or Active Data Object).
|
static ObjectOperations |
FORM_SPAWN_TEMPLATE
Indicates whether the caller should be allowed to spawn a page template.
|
static ObjectOperations |
FORM_SUBMIT_STANDALONE
Indicates whether the caller should be allowed to submit form online.
|
static ObjectOperations |
LINK_CREATE
Indicates whether the caller should be allowed to create links.
|
static ObjectOperations |
LINK_DELETE
Indicates whether the caller should be allowed to delete links.
|
static ObjectOperations |
LINK_EXPORT
Indicates whether the caller should be allowed to export links.
|
static ObjectOperations |
LINK_IMPORT
Indicates whether the caller should be allowed to import links.
|
static ObjectOperations |
LINK_MODIFY
Indicates whether the caller should be allowed to modify links.
|
static ObjectOperations |
PAGE_COPY
Indicates whether the caller should be allowed to duplicate pages.
|
static ObjectOperations |
PAGE_CREATE
Indicates whether the caller should be allowed to create pages.
|
static ObjectOperations |
PAGE_CROP
Indicates whether the caller should be allowed to crop pages.
|
static ObjectOperations |
PAGE_DELETE
Indicates whether the caller should be allowed to delete pages.
|
static ObjectOperations |
PAGE_EXPORT
Indicates whether the caller should be allowed to export pages.
|
static ObjectOperations |
PAGE_INSERT
Indicates whether the caller should be allowed to insert pages into this document.
|
static ObjectOperations |
PAGE_MODIFY
Indicates whether the caller should be allowed to modify pages.
|
static ObjectOperations |
PAGE_REORDER
Indicates whether the caller should be allowed to reorder pages.
|
static ObjectOperations |
PAGE_REPLACE
Indicates whether the caller should be allowed to replace pages.
|
static ObjectOperations |
PAGE_ROTATE
Indicates whether the caller should be allowed to rotate pages.
|
static ObjectOperations |
SIGNATURE_CREATE
Indicates whether the caller should be allowed to create new signature fields.
|
static ObjectOperations |
SIGNATURE_DELETE
Indicates whether the caller should be allowed to delete signature fields.
|
static ObjectOperations |
SIGNATURE_FILLIN
Indicates whether the caller should be allowed to signing and clearing of existing signature fields.
|
static ObjectOperations |
SIGNATURE_MODIFY
Indicates whether the caller should be allowed to modify signature field properties of existing signature fields.
|
static ObjectOperations |
THUMBNAIL_CREATE
Indicates whether the caller should be allowed to create embedded thumbnails for this document.
|
static ObjectOperations |
THUMBNAIL_DELETE
Indicates whether the caller should be allowed to delete embedded thumbnails.
|
static ObjectOperations |
THUMBNAIL_EXPORT
Indicates whether the caller should be allowed to export thumbnail.
|
public static final ObjectOperations DOC_MODIFY
PAGE_MODIFY.public static final ObjectOperations DOC_COPY
Affected Methods
Not applicable.
public static final ObjectOperations DOC_ACCESSIBLE
Affected Methods
Not applicable.
public static final ObjectOperations DOC_SELECT
Affected Methods
Not applicable.
public static final ObjectOperations DOC_OPEN
Affected Methods
Not applicable.
public static final ObjectOperations DOC_SECURE
public static final ObjectOperations DOC_PRINT_HIGH
Affected Methods
Not applicable.
public static final ObjectOperations DOC_PRINT_LOW
Affected Methods
Not applicable.
public static final ObjectOperations DOC_SUMMARIZE
public static final ObjectOperations DOC_INSERT
public static final ObjectOperations DOC_REORDER
Affected Methods
Not applicable.
public static final ObjectOperations DOC_FULLSAVE
public static final ObjectOperations DOC_IMPORT
Affected Methods
Not applicable.
public static final ObjectOperations DOC_EXPORT
public static final ObjectOperations DOC_SPAWNTEMPLATE
public static final ObjectOperations PAGE_CREATE
public static final ObjectOperations PAGE_DELETE
Affected Methods
Not applicable.
public static final ObjectOperations PAGE_MODIFY
public static final ObjectOperations PAGE_COPY
Affected Methods
Not applicable.
public static final ObjectOperations PAGE_ROTATE
public static final ObjectOperations PAGE_CROP
public static final ObjectOperations PAGE_INSERT
public static final ObjectOperations PAGE_REPLACE
Affected Methods
Not applicable.
public static final ObjectOperations PAGE_REORDER
Affected Methods
Not applicable.
public static final ObjectOperations PAGE_EXPORT
public static final ObjectOperations LINK_CREATE
public static final ObjectOperations LINK_DELETE
public static final ObjectOperations LINK_MODIFY
public static final ObjectOperations LINK_IMPORT
public static final ObjectOperations LINK_EXPORT
public static final ObjectOperations BOOKMARK_CREATE
public static final ObjectOperations BOOKMARK_DELETE
public static final ObjectOperations BOOKMARK_MODIFY
public static final ObjectOperations BOOKMARK_EXPORT
public static final ObjectOperations THUMBNAIL_CREATE
public static final ObjectOperations THUMBNAIL_DELETE
public static final ObjectOperations THUMBNAIL_EXPORT
public static final ObjectOperations ANNOT_CREATE
public static final ObjectOperations ANNOT_DELETE
public static final ObjectOperations ANNOT_MODIFY
public static final ObjectOperations ANNOT_COPY
Affected Methods
Not applicable.
public static final ObjectOperations ANNOT_SUMMARIZE
Affected Methods
Not applicable.
public static final ObjectOperations ANNOT_IMPORT
public static final ObjectOperations ANNOT_EXPORT
public static final ObjectOperations ANNOT_ONLINE
Affected Methods
Not applicable.
public static final ObjectOperations ANNOT_SUMMARY_VIEW
Affected Methods
Not applicable.
public static final ObjectOperations FORM_CREATE
public static final ObjectOperations FORM_DELETE
public static final ObjectOperations FORM_MODIFY
public static final ObjectOperations FORM_FILLIN
public static final ObjectOperations FORM_IMPORT
public static final ObjectOperations FORM_EXPORT
public static final ObjectOperations FORM_SUBMIT_STANDALONE
Affected Methods
Not applicable.
public static final ObjectOperations FORM_SPAWN_TEMPLATE
public static final ObjectOperations FORM_ONLINE
Affected Methods
Not applicable.
public static final ObjectOperations FORM_BARCODE_PLAINTEXT
Affected Methods
Not applicable.
public static final ObjectOperations SIGNATURE_CREATE
public static final ObjectOperations SIGNATURE_DELETE
public static final ObjectOperations SIGNATURE_MODIFY
public static final ObjectOperations SIGNATURE_FILLIN
public static final ObjectOperations EF_CREATE
public static final ObjectOperations EF_DELETE
public static final ObjectOperations EF_MODIFY
public static final ObjectOperations EF_IMPORT
public static final ObjectOperations EF_EXPORT
Copyright © 2010 - 2020 Adobe. All Rights Reserved