page_area property

page_area property

Gets the table cell value.

Remarks

Depending on cell PageTableAreaCell.page_area property can contain any of the inheritors of PageArea class.

Definition:

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

See Also