TemplateTable
Contents
[
Hide
]
TemplateTable class
Provides the template table.
public sealed class TemplateTable : TemplateItem
Constructors
Name | Description |
---|---|
TemplateTable(TemplateTableLayout, string, int?) | Initializes a new instance of the TemplateTable class with the UPPER CASE name. |
TemplateTable(TemplateTableParameters, string, int?) | Initializes a new instance of the TemplateTable class. |
TemplateTable(TemplateTableLayout, string, int?, bool) | Initializes a new instance of the TemplateTable class. |
TemplateTable(TemplateTableParameters, string, int?, bool) | Initializes a new instance of the TemplateTable class. |
Properties
Name | Description |
---|---|
Layout { get; } | Gets the table layout. |
Name { get; } | Gets the name of the template item. |
PageIndex { get; } | Gets the page index of the template item. |
Parameters { get; } | Gets the parameters to detect the table in the automatic mode. |
UseUpperCaseName { get; } | Gets a boolean value that indicates whether a Name was converted to UPPER CASE. |
Remarks
There are two ways to define a table:
- Using
TemplateTableLayout
class. In this case the table is defined by its position on the page: rectangular area, columns and rows separators. - Using
TemplateTableParameters
class. In this case the table is detected automatically by algorithms with set parameters. SeeTemplateTableParameters
class for more information.
See Also
- class TemplateItem
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser