TemplateTableParameters constructor

init

Constructs a new instance of TemplateTableParameters

def __init__(self, rectangle, vertical_separators):
    ...
Parameter Type Description
rectangle groupdocs.parser.data.Rectangle
vertical_separators list

init {#groupdocs.parser.data.Rectangle-list-System.Nullable1[[System.Boolean]]-System.Nullable1[[System.Int32]]-System.Nullable1[[System.Int32]]-System.Nullable1[[System.Int32]]}

Constructs a new instance of TemplateTableParameters

def __init__(self, rectangle, vertical_separators, has_merged_cells, min_row_count, min_column_count, min_vertical_space):
    ...
Parameter Type Description
rectangle groupdocs.parser.data.Rectangle
vertical_separators list
has_merged_cells System.Nullable`1[[System.Boolean]]
min_row_count System.Nullable`1[[System.Int32]]
min_column_count System.Nullable`1[[System.Int32]]
min_vertical_space System.Nullable`1[[System.Int32]]

See Also