WidgetAnnotation
Defined in: src/core/types.ts:1298
Form widget annotation with field information.
Extends
Section titled “Extends”Properties
Section titled “Properties”alternateName?
Section titled “alternateName?”
optionalalternateName:string
Defined in: src/core/types.ts:1304
Alternate (tooltip) name.
author?
Section titled “author?”
optionalauthor:string
Defined in: src/core/types.ts:1288
Author/title if available.
Inherited from
Section titled “Inherited from”bounds
Section titled “bounds”
readonlybounds:Rect
Defined in: src/core/types.ts:505
The bounding rectangle in page coordinates.
Inherited from
Section titled “Inherited from”colour
Section titled “colour”
readonlycolour:Colour|null
Defined in: src/core/types.ts:507
The annotation colour, or null if not set.
Inherited from
Section titled “Inherited from”contents?
Section titled “contents?”
optionalcontents:string
Defined in: src/core/types.ts:1286
Contents/subject text if available.
Inherited from
Section titled “Inherited from”creationDate?
Section titled “creationDate?”
optionalcreationDate:string
Defined in: src/core/types.ts:1292
Creation date if available.
Inherited from
Section titled “Inherited from”ExtendedAnnotation.creationDate
fieldFlags
Section titled “fieldFlags”fieldFlags:
FormFieldFlags
Defined in: src/core/types.ts:1308
Form field flags.
fieldName?
Section titled “fieldName?”
optionalfieldName:string
Defined in: src/core/types.ts:1302
Form field name.
fieldType
Section titled “fieldType”fieldType:
FormFieldType
Defined in: src/core/types.ts:1300
Form field type.
fieldValue?
Section titled “fieldValue?”
optionalfieldValue:string
Defined in: src/core/types.ts:1306
Current field value.
flags:
AnnotationFlags
Defined in: src/core/types.ts:1284
Annotation flags.
Inherited from
Section titled “Inherited from”
readonlyindex:number
Defined in: src/core/types.ts:501
Zero-based index of the annotation on its page.
Inherited from
Section titled “Inherited from”modificationDate?
Section titled “modificationDate?”
optionalmodificationDate:string
Defined in: src/core/types.ts:1290
Modification date if available.
Inherited from
Section titled “Inherited from”ExtendedAnnotation.modificationDate
options?
Section titled “options?”
optionaloptions:WidgetOption[]
Defined in: src/core/types.ts:1310
Options for combo/list boxes.
readonlytype:AnnotationType
Defined in: src/core/types.ts:503
The annotation subtype.