Skip to main content
Version: Version 5 beta

Class: ListBoxWidget

Experimental

A list box widget annotation

Extends

Constructors

new ListBoxWidget()

new ListBoxWidget(options): ListBoxWidget

Experimental

Parameters

options: WidgetAnnotationOptions

Options used to initialize annotation.

Returns

ListBoxWidget

Inherited from

WidgetAnnotation.constructor

Properties

action

action: Action

Experimental

The action that is performed when the widget annotation is clicked on

Inherited from

WidgetAnnotation.action

Accessors

__annotation

get __annotation(): Annotation

Experimental

set __annotation(v): void

Experimental

Parameters

v: Annotation

Returns

Annotation

Inherited from

WidgetAnnotation.__annotation


boundingBox

get boundingBox(): Rectangle<PdfPoint>

Experimental

Represents the bounding box of the annotation, which defines its position and size on the page. The bounding box is specified as a Rectangle of PdfPoint coordinates.

set boundingBox(rectangle): void

Experimental

Parameters

rectangle: Rectangle<PdfPoint>

Returns

Rectangle<PdfPoint>

Inherited from

WidgetAnnotation.boundingBox


content

get content(): string

Experimental

Text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternative description of the annotation’s contents in human-readable form.

set content(content): void

Experimental

Parameters

content: string

Returns

string

Inherited from

WidgetAnnotation.content


dateModified

get dateModified(): Date

Experimental

The date and time when the annotation was most recently modified.

set dateModified(date): void

Experimental

Parameters

date: Date

Returns

Date

Inherited from

WidgetAnnotation.dateModified


hasChanges

get hasChanges(): boolean

Experimental

Indicates if the annotation has been changed since the document was opened

Returns

boolean

Inherited from

WidgetAnnotation.hasChanges


hidden

get hidden(): boolean

Experimental

If set to true, the annotation will not be displayed or printed, and it will not allow interaction with the user.

set hidden(hidden): void

Experimental

Parameters

hidden: boolean

Returns

boolean

Inherited from

WidgetAnnotation.hidden


id

get id(): void

Experimental

A unique identifier for the annotation.

Returns

void

Inherited from

WidgetAnnotation.id


interactive

get interactive(): boolean

Experimental

Specifies whether the annotation allows user interaction.

set interactive(interactive): void

Experimental

Parameters

interactive: boolean

Returns

boolean

Inherited from

WidgetAnnotation.interactive


isAdded

get isAdded(): boolean

Experimental

Indicates whether the annotation was added to a page

Returns

boolean

Inherited from

WidgetAnnotation.isAdded


isMaintainingAspectRatio

get isMaintainingAspectRatio(): boolean

Experimental

Indicates if the annotation is maintaining its aspect ratio

Returns

boolean

Inherited from

WidgetAnnotation.isMaintainingAspectRatio


isMarkupAnnotation

get isMarkupAnnotation(): boolean

Experimental

Indicates if the annotation is a markup annotation

Returns

boolean

Inherited from

WidgetAnnotation.isMarkupAnnotation


isModified

get isModified(): boolean

Experimental

Indicates if the annotation has changes that have not yet been saved to the document

Returns

boolean

Inherited from

WidgetAnnotation.isModified


isMoveable

get isMoveable(): boolean

Experimental

Indicates if the annotation can be moved by the user

Returns

boolean

Inherited from

WidgetAnnotation.isMoveable


isResizable

get isResizable(): boolean

Experimental

Indicates if the annotation can be resized by the user

Returns

boolean

Inherited from

WidgetAnnotation.isResizable


isRotatable

get isRotatable(): boolean

Experimental

Indicates if the annotation can be rotated by the user

Returns

boolean

Inherited from

WidgetAnnotation.isRotatable


isSelectable

get isSelectable(): boolean

Experimental

Indicates if the annotation can be selected by the user

Returns

boolean

Inherited from

WidgetAnnotation.isSelectable


isWidgetAnnotation

get isWidgetAnnotation(): boolean

Experimental

Indicates if the annotation is a widget annotation

Returns

boolean

Inherited from

WidgetAnnotation.isWidgetAnnotation


locked

get locked(): AnnotationLockedState

Experimental

Represents the locked state of the annotation.

set locked(locked): void

Experimental

Parameters

locked: AnnotationLockedState

Returns

AnnotationLockedState

Inherited from

WidgetAnnotation.locked


page

get page(): Page

Experimental

Page in which the annotation is embedded.

set page(page): void

Experimental

Set the page in which the annotation is embedded.

Parameters

page: Page

The page to set as the annotation’s page.

Returns

Page

Inherited from

WidgetAnnotation.page


pageNumber

get pageNumber(): number

Experimental

Number of the page in which the annotation is embedded.

Returns

number

Inherited from

WidgetAnnotation.pageNumber


privateData

get privateData(): object

Experimental

Custom data to be stored with the annotation

set privateData(privateData): void

Experimental

Parameters

privateData: object

Returns

object

Inherited from

WidgetAnnotation.privateData


renderProperties

get renderProperties(): AnnotationRenderProperties

Experimental

Object which encapsulates the rendering properties of a PDF annotation, providing a set of flags that control its visibility, interactivity, and other rendering behaviors.

set renderProperties(v): void

Experimental

Parameters

v: AnnotationRenderProperties

Returns

AnnotationRenderProperties

Inherited from

WidgetAnnotation.renderProperties


source

get source(): void

Experimental

Tag that identifies the source the annotation is coming from, if the source is an input PDF or an input FDF. Newly created annotations always return null.

Returns

void

Inherited from

WidgetAnnotation.source


type

get type(): AnnotationType

Experimental

The PDF annotation type

Default Value

AnnotationType.Widget

Returns

AnnotationType

Inherited from

WidgetAnnotation.type

Methods

dispose()

dispose(): void

Experimental

Returns

void

Inherited from

WidgetAnnotation.dispose