pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Wrapelement.TableRowWrapper Class Reference

Wrapper for the tr element. More...

Inheritance diagram for iText.Html2pdf.Attach.Wrapelement.TableRowWrapper:
iText.Html2pdf.Attach.Wrapelement.IWrapElement

Public Member Functions

virtual void  AddCell (Cell cell)
  Adds a cell to the row. More...
 
virtual IList< Cell >  GetCells ()
  Gets the cells of the row. More...
 

Detailed Description

Wrapper for the tr element.

Member Function Documentation

◆ AddCell()

virtual void iText.Html2pdf.Attach.Wrapelement.TableRowWrapper.AddCell ( Cell  cell )
inlinevirtual

Adds a cell to the row.

Parameters
cell the cell

◆ GetCells()

virtual IList iText.Html2pdf.Attach.Wrapelement.TableRowWrapper.GetCells ( )
inlinevirtual

Gets the cells of the row.

Returns
the cells