PdfRadioButtonItemCollection class
Represents an item of a radio button list.
- Inheritance
-
- Object
- PdfObjectCollection
- PdfRadioButtonItemCollection
Properties
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.