|
pdfHTML 3.0.1 API
|
Wrapper for the table element. More...
Public Member Functions |
|
| TableWrapper (bool isRtl) | |
| virtual int | GetRowsSize () |
| Gets the number of rows. More... |
|
| virtual void | NewRow () |
| Adds a new body row. More... |
|
| virtual void | NewHeaderRow () |
| Adds a new header row. More... |
|
| virtual void | NewFooterRow () |
| Adds a new footer row. More... |
|
| virtual void | AddHeaderCell (Cell cell) |
| Adds a new cell to the header rows. More... |
|
| virtual void | AddFooterCell (Cell cell) |
| Adds a new cell to the footer rows. More... |
|
| virtual void | AddCell (Cell cell) |
| Adds a new cell to the body rows. More... |
|
| virtual void | SetLang (String lang) |
| virtual void | SetFooterLang (String footerLang) |
| virtual void | SetHeaderLang (String headerLang) |
| virtual void | SetCaption (Div caption) |
| Sets the table's caption. More... |
|
| virtual Table | ToTable (WaitingColgroupsHelper colgroupsHelper) |
| Renders all the rows to a iText.Layout.Element.Table object. More... |
|
Wrapper for the table element.
|
inlinevirtual |
Adds a new cell to the body rows.
| cell | the cell |
|
inlinevirtual |
Adds a new cell to the footer rows.
| cell | the cell |
|
inlinevirtual |
Adds a new cell to the header rows.
| cell | the cell |
|
inlinevirtual |
Gets the number of rows.
|
inlinevirtual |
Adds a new footer row.
|
inlinevirtual |
Adds a new header row.
|
inlinevirtual |
Adds a new body row.
|
inlinevirtual |
Sets the table's caption.
| caption | the caption to be set |
|
inlinevirtual |
Renders all the rows to a iText.Layout.Element.Table object.
| colgroupsHelper | the colgroups helper class |