1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.templates
  6. /
  7. TemplateTableLayout class

TemplateTableLayout class

TemplateTableLayout class

Provides the template table layout which is used by TemplateTable class to define table position.

The TemplateTableLayout type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of TemplateTableLayout

Properties

Property Description
rectangle Gets the rectangular area that contains the table.
vertical_separators Gets the table columns separators.
horizontal_separators Gets the table rows separators.

Methods

Method Description
move_to Creates a new layout with the same size, separators and position in the point.

See Also