page_area property

page_area property

Gets the value of the field.

Example

Depending on field FieldData.page_area property can contain any of the inheritors of PageArea class. For example, Parser.parse_form method extracts only text fields.

Definition:

@property
def page_area(self):
    ...
@page_area.setter
def page_area(self, value):
    ...

See Also