Gets the index of the specific field.
int indexOf(PdfField field) { return PdfObjectCollectionHelper.getHelper(this).list.indexOf(field); }