Class AnnotationEdit
-
- All Implemented Interfaces:
-
com.pspdfkit.undo.edit.Edit
public abstract class AnnotationEdit extends PageEdit
Represents a single edit performed on the annotation. Base class for edits specific to certain properties.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
objectNumber
-
Method Summary
Modifier and Type Method Description final Integer
getObjectNumber()
Object number of the edited annotation, or {@value Annotation#OBJECT_NUMBER_NOT_SET} if not set. -
-
Method Detail
-
getObjectNumber
final Integer getObjectNumber()
Object number of the edited annotation, or {@value Annotation#OBJECT_NUMBER_NOT_SET} if not set.
-
-
-
-