DsPdfJS API - v9.1.0
    Preparing search index...

    Class ButtonAppearance

    Represents the appearance of a WidgetAnnotation when it is linked with a push button or a signature field.

    Hierarchy (View Summary)

    Index

    Accessors

    • get caption(): string | null

      Gets or sets the button's caption.

      Returns string | null

    • set caption(value: string | null): void

      Gets or sets the button's caption.

      Parameters

      • value: string | null

      Returns void

    • get downCaption(): string | null

      Gets or sets the button's caption used when the mouse button is pressed within its active area.

      Returns string | null

    • set downCaption(value: string | null): void

      Gets or sets the button's caption used when the mouse button is pressed within its active area.

      Parameters

      • value: string | null

      Returns void

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get rolloverCaption(): string | null

      Gets the button's caption used when the user rolls the cursor into its active area without pressing the mouse button.

      Returns string | null

    • set rolloverCaption(value: string | null): void

      Sets the button's caption used when the user rolls the cursor into its active area without pressing the mouse button.

      Parameters

      • value: string | null

      Returns void

    Methods

    • Detaches the object from the ObjectManager and deallocates its memory, if possible.

      Returns void