TemplateTableParameters
Contents
[
Hide
]
TemplateTableParameters(Rectangle, IEnumerable<double>)
Initializes a new instance of the TemplateTableParameters
class.
public TemplateTableParameters(Rectangle rectangle, IEnumerable<double> verticalSeparators)
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangular area that contains the table. |
verticalSeparators | IEnumerable`1 | The table columns separators. |
See Also
- class Rectangle
- class TemplateTableParameters
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser
TemplateTableParameters(Rectangle, IEnumerable<double>, bool?, int?, int?, int?)
Initializes a new instance of the TemplateTableParameters
class.
public TemplateTableParameters(Rectangle rectangle, IEnumerable<double> verticalSeparators,
bool? hasMergedCells, int? minRowCount, int? minColumnCount, int? minVerticalSpace)
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangular area that contains the table. |
verticalSeparators | IEnumerable`1 | The table columns separators. |
hasMergedCells | Nullable`1 | The value that indicates whether the table has merged cells. |
minRowCount | Nullable`1 | The minimum number of the table rows. |
minColumnCount | Nullable`1 | The minumum number of the table columns. |
minVerticalSpace | Nullable`1 | The minumum space between the table columns. |
See Also
- class Rectangle
- class TemplateTableParameters
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser