1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. PageTableAreaOptions class
  8. /
  9. PageTableAreaOptions constructor

PageTableAreaOptions constructor

On this page

init

Initializes a new instance of the PageAreaOptions class.

def __init__(self, table_layout):
    ...
Parameter Type Description
table_layout groupdocs.parser.templates.TemplateTableLayout The table layout which defines the table on a page.

See Also

On this page