StampPickerItem

Entity representing single stamp in StampPickerDialog.

Types

Link copied to clipboard
Builder for creating custom stamps with bitmap image.
Link copied to clipboard
open class Builder
Builder for creating custom stamps from PredefinedStampType or custom String stamp type.

Properties

Link copied to clipboard
Generator for custom appearance streams.
Link copied to clipboard
The bitmap image for image-based stamps, or null for text stamps.
Link copied to clipboard
A field that generates the instances of this class from the provided Parcel.
Link copied to clipboard
Default stamp annotation aspect ration.
Link copied to clipboard
Default stamp annotation height.
Link copied to clipboard
Default stamp annotation width.
Link copied to clipboard
@get:FloatRange(from = 0.0)
val defaultPdfHeight: Float
The default height of the stamp in PDF coordinates.
Link copied to clipboard
@get:FloatRange(from = 0.0)
val defaultPdfWidth: Float
The default width of the stamp in PDF coordinates.
Link copied to clipboard
The stamp type, or null for custom stamps.
Link copied to clipboard
The text displayed in the second line of the stamp.
Link copied to clipboard
The text color for the stamp title and subtitle.
Link copied to clipboard
The text displayed in the first line of the stamp.

Functions

Link copied to clipboard
open fun createStampAnnotation(@IntRange(from = 0) pageIndex: Int): StampAnnotation
Creates stamp annotation from picker item data.
Link copied to clipboard
open fun describeContents(): Int
Describes the kinds of special objects contained in this Parcelable instance.
Link copied to clipboard
Creates builder for stamp annotation with bitmap image.
Link copied to clipboard
Creates builder for stamp annotations pre-filled with properties of PredefinedStampType.
Link copied to clipboard
Creates builder for stamp annotation using a custom stamp type.
Link copied to clipboard
Creates builder for stamp annotation using a title.
Link copied to clipboard
Returns default list of stamp picker items.
Link copied to clipboard
Returns true for special custom stamp can be personalized by users.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)
Flattens this object into a Parcel.