public class

AnnotationProperty

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.model.AnnotationProperty

Class Overview

Annotation Property class

Summary

Nested Classes
enum AnnotationProperty.Property Annotation property  
Public Constructors
AnnotationProperty()
Public Methods
static AnnotationProperty.Property getProperty(String methodName)
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

Public Constructors

public AnnotationProperty ()

Public Methods

public static AnnotationProperty.Property getProperty (String methodName)

Parameters
methodName the method name from Bundle
Returns

public 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.

Parameters
methodName the method name from Bundle
Returns