TemplateTableParameters Class |
Namespace: GroupDocs.Parser.Templates
The TemplateTableParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | TemplateTableParameters(Rectangle, IEnumerableDouble) |
Initializes a new instance of the TemplateTableParameters class.
|
![]() | TemplateTableParameters(Rectangle, IEnumerableDouble, NullableBoolean, NullableInt32, NullableInt32, NullableInt32) |
Initializes a new instance of the TemplateTableParameters class.
|
Name | Description | |
---|---|---|
![]() | HasMergedCells |
Gets the value that indicates whether the table has merged cells.
|
![]() | MinColumnCount |
Gets the minimum number of the table columns.
|
![]() | MinRowCount |
Gets the minimum number of the table rows.
|
![]() | MinVerticalSpace |
Gets the minumum space between the table columns.
|
![]() | Rectangle |
Gets the rectangular area that contains the table.
|
![]() | VerticalSeparators |
Gets the table columns separators.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
There are two algorithms to detect a table:
In some cases when algorithms can't detect a table or do it in non-accurate way TemplateTableLayout class is used.