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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getObjectNumber

         final Integer getObjectNumber()

        Object number of the edited annotation, or {@value Annotation#OBJECT_NUMBER_NOT_SET} if not set.