PdfRadioButtonItemCollection class

Represents an item of a radio button list.

Inheritance

Properties

count int
Gets number of the elements in the collection.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(PdfRadioButtonListItem item) int
Adds the specified item.
clear() → void
Clears the item collection.
contains(PdfRadioButtonListItem item) bool
Determines whether the collection contains the specified item.
indexOf(PdfRadioButtonListItem item) int
Gets the index of the item within the collection.
insert(int index, PdfRadioButtonListItem item) → void
Inserts an item at the specified index.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(PdfRadioButtonListItem item) → void
Removes the specified item from the collection.
removeAt(int index) → void
Removes the item at the specified index.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) PdfRadioButtonListItem
Gets the PdfRadioButtonListItem at the specified index.