AnnotationZIndexEdit

class AnnotationZIndexEdit(pageIndex: Int, objectNumber: Int, val oldZIndex: Int, val newZIndex: Int) : AnnotationEdit

Represents a single edit of an annotation z-index.

Constructors

Link copied to clipboard
constructor(pageIndex: Int, objectNumber: Int, oldZIndex: Int, newZIndex: Int)

Properties

Link copied to clipboard

New annotation z-index

Link copied to clipboard

Old annotation z-index.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int