Represents field data such as a name, a page index, a field value and so on. Depending on the field the value can be a text, an image, a table and so on.
Gets a value that indicates whether a Name was converted to UPPER CASE.
getName()
public String getName()
Gets the field name.
Returns:
java.lang.String - An uppercase string value that represents the name of the field.
getPageIndex()
public int getPageIndex()
Gets the page index.
Returns:
int - A zero-based index of the page that contains the field.
getPageArea()
public PageArea getPageArea()
Gets the value of the field.
Depending on field PageArea property can contain any of the inheritors of PageArea class.
For example, Parser.parseForm() method extracts only text fields.