[]
The Word/RTF table.
public class RtfTable : RtfDiagonalObject, ICloneable, IDocumentContent, IContent
| Name | Description |
|---|---|
| RtfTable(int, int) | The Word/RTF table constructor with definite rows and columns. |
| Name | Description |
|---|---|
| Alignment | Gets or sets default content alignment for this table. |
| ColumnCount | Gets maximum count of columns for all rows. |
| IsCellsFitPage | Gets or sets cells fit to the page. |
| IsContentMerge | Gets or sets content of cells merge or no. |
| IsEmpty | Gets is empty this object. |
| this[int, int] | Gets the cell at the specified row index and column index. |
| LastHeaderRow | Gets or sets the number of the last row of the table headers. |
| Rows | Gets rows collection for this Word/RTF table. |
| Style | Gets or sets the table style object for this table. |