[]
Represents the Word table on a Page.
public class TableFragment : BlockElement
Gets the actual height of the table, in points.
public float ActualHeight { get; }
Gets the actual width of the table, in points.
public float ActualWidth { get; }
Gets the list of table columns.
public List<TableColumn> Columns { get; }
Gets the list of table vertical grid lines.
public List<TableGridColumn> GridColumns { get; }
Gets the list of table horizontal grid lines.
public List<TableGridRow> GridRows { get; }
Gets the list of table rows.
public List<TableRow> Rows { get; }
Gets the source Table.
public Table WordTable { get; }