Class Overview
Possible features that are enabled as part of the license.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
final
int
|
compareTo(E arg0)
|
|
int
|
compareTo(Object arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
LicenseFeature
ANNOTATION_REPLIES
Allows annotation replies and reviews.
public
static
final
LicenseFeature
COMPARISON
Enables comparing, merging and recoloring document pages.
public
static
final
LicenseFeature
DIGITAL_SIGNATURES
Digitally sign PDF forms.
public
static
final
LicenseFeature
DOCUMENT_EDITING
Allows editing of documents.
PDF forms display/editing.
public
static
final
LicenseFeature
IMAGE_DOCUMENT
Create documents from images.
public
static
final
LicenseFeature
INDEXED_FTS
Use the indexed full-text-search.
public
static
final
LicenseFeature
REDACTION
Enables redacting page content.
Public Methods