StampType

The type of stamp a StampAnnotation has. The type influences how the the annotation is rendered and how other PDF applications handle editing it.

Constructors

Link copied to clipboard
constructor(@NonNull name: String)
Creates a StampType for the given name.

Properties

Link copied to clipboard
Rendered as a Tick.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:NonNull
open val name: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Rendered as a Cross.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isStandard(): Boolean
Checks whether this is a standard stamp type known to PSPDFKit, in which case the title and subtitle are supplied automatically based on the type.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeToParcel(parcel: Parcel, i: Int)