add method

int add(
  1. PdfListFieldItem item
)

Adds the specified item in the collection and returns its index.

Implementation

int add(PdfListFieldItem item) {
  return _doAdd(item);
}