pdf2docx.table.Rows module

A group of Row objects in a table.

class pdf2docx.table.Rows.Rows(instances: list = None, parent=None)

Bases: ElementCollection

A group of Rows.

restore(raws: list)

Restore Rows from source dicts.

Args:

raws (list): A list of source dicts representing each row.

Returns:

Rows: self