AnnotationPropertyEdit

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.

Constructors

Link copied to clipboard
constructor(annotation: Annotation, propertyKey: Int, oldValue: Any?, newValue: Any?)

Creates an object representing a single property edit performed on the annotation.

constructor(@IntRange(from = 0) pageIndex: Int, objectNumber: Int, propertyKey: Int, oldValue: Any?, newValue: Any?)

Properties

Link copied to clipboard

New value of the property, or null if that was set afterwards.

Link copied to clipboard

Old value of the property, or null if no value was previously set.

Link copied to clipboard

Key of the property that was edited. Intended for internal use only! Do not rely on this value as it is subject to change.