PdfField class abstract

Represents field of the PDF document's interactive form.

Implementers

Constructors

PdfField()

Properties

bounds Rect
Gets or sets the bounds.
getter/setter pair
canExport bool
Gets or sets a value indicating whether the PdfField is exportable or not.
getter/setter pair
form PdfForm?
Gets the form of the PdfField.
no setter
hashCode int
The hash code for this object.
no setterinherited
mappingName String
Gets or sets the mapping name to be used when exporting interactive form field data from the document.
getter/setter pair
name String?
Gets or sets the name of the PdfField.
getter/setter pair
page PdfPage?
Gets the page of the field.
no setter
readOnly bool
Gets or sets a value indicating whether this PdfField field is read-only.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabIndex int
Gets or sets the tab index for form fields.
getter/setter pair
tooltip String
Gets or sets the tool tip.
getter/setter pair

Methods

flatten() → void
Flattens the field.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited