java.lang.Object | |
↳ | com.pdftron.pdf.model.AnnotationProperty |
Annotation Property class
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | AnnotationProperty.Property | Annotation property |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnnotationProperty() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AnnotationProperty.Property |
getProperty(String methodName)
Converts the result of
getPropertyString(String)
to AnnotationProperty.Property enum. | ||||||||||
static String |
getPropertyString(String methodName)
Converts method name from ToolManager callbacks such as
ToolManager.AnnotationModificationListener
to the String representation of the AnnotationProperty.Property enum,
or the original value if no match found. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Converts the result of getPropertyString(String)
to AnnotationProperty.Property
enum.
methodName | the method name from Bundle |
---|
AnnotationProperty.Property
enum
Converts method name from ToolManager callbacks such as
ToolManager.AnnotationModificationListener
to the String representation of the AnnotationProperty.Property
enum,
or the original value if no match found.
methodName | the method name from Bundle |
---|
AnnotationProperty.Property
enum, or returns original value if no match found