Enum LicenseFeature
-
- All Implemented Interfaces:
public enum LicenseFeature
Possible features that are enabled as part of the license.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PDF_CREATION
Create PDF documents.
DIGITAL_SIGNATURES
Digitally sign PDF forms.
ANNOTATION_EDITING
Edit/Create annotations.
INDEXED_FTS
Use the indexed full-text-search.
ANNOTATION_REPLIES
Allows annotation replies and reviews.
IMAGE_DOCUMENT
Create documents from images.
DOCUMENT_EDITING
Allows editing of documents.
FORMS
PDF forms display/editing.
REDACTION
Enables redacting page content.
COMPARISON
Enables comparing, merging and recoloring document pages.
WEBKIT_HTML_CONVERSION
WebKit-based HTML-to-PDF conversion.
READER_VIEW
Enables extracting page content and displaying it in easily readable format.
ELECTRONIC_SIGNATURES
Enables editing and creation of electronic signatures. This is not related to Digital Signatures.
MEASUREMENT_TOOLS
Enables the use of measurement tools which are part of the annotation toolbar. Annotation Editing must also be licensed.
CONTENT_EDITING
Enabled editing text directly on the document page with the UI
-
Method Summary
Modifier and Type Method Description static Array<LicenseFeature>
values()
Returns an array containing the constants of this enum type, in the order they're declared. static LicenseFeature
valueOf(String name)
Returns the enum constant of this type with the specified name. -
-
Method Detail
-
values
static Array<LicenseFeature> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static LicenseFeature valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-