Package-level declarations
Types
Link copied to clipboard
class AnnotationAddRemoveEdit(annotation: Annotation, val type: AnnotationAddRemoveEdit.Type) : AnnotationEdit
Edit that represents adding or removing annotation from the document.
Link copied to clipboard
Represents a single edit performed on the annotation. Base class for edits specific to certain properties.
Link copied to clipboard
class AnnotationPropertyEdit(@IntRange(from = 0 ) pageIndex: Int, objectNumber: Int, val propertyKey: Int, val oldValue: Any?, val newValue: Any?) : AnnotationEdit
Annotation edit performed on the existing annotation property.
Link copied to clipboard
class AnnotationZIndexEdit(pageIndex: Int, objectNumber: Int, val oldZIndex: Int, val newZIndex: Int) : AnnotationEdit
Represents a single edit of an annotation z-index.
Link copied to clipboard
Annotation edit performed on sound annotation's resource.
Link copied to clipboard
Collection of Edit instances to handle MeasurementValueConfiguration Undo/Redo edits