PdfRadioButtonListField class

Represents radio button field in the PDF form.

Inheritance

Constructors

PdfRadioButtonListField(PdfPage page, String name, {List<PdfRadioButtonListItem>? items, int? selectedIndex, String? selectedValue})
Initializes a new instance of the PdfRadioButtonListField class with the specific page, name and bounds.

Properties

bounds Rect
Gets or sets the bounds.
getter/setter pairinherited
canExport bool
Gets or sets a value indicating whether the PdfField is exportable or not.
getter/setter pairinherited
form PdfForm?
Gets the form of the PdfField.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
items PdfRadioButtonItemCollection
Gets the items of the radio button field.{Read-Only}
no setter
mappingName String
Gets or sets the mapping name to be used when exporting interactive form field data from the document.
getter/setter pairinherited
name String?
Gets or sets the name of the PdfField.
getter/setter pairinherited
page PdfPage?
Gets the page of the field.
no setterinherited
readOnly bool
Gets or sets a value indicating whether this PdfField field is read-only.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIndex int
Gets or sets the first selected item in the list.
getter/setter pair
selectedItem PdfRadioButtonListItem?
Gets the first selected item in the list.{Read-Only}
no setter
selectedValue String
Gets or sets the value of the first selected item in the list.
getter/setter pair
tabIndex int
Gets or sets the tab index for form fields.
getter/setter pairinherited
tooltip String
Gets or sets the tool tip.
getter/setter pairinherited

Methods

flatten() → void
Flattens the field.
inherited
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