Initializes a new instance of the RtfRow class
Namespace: iTextSharp.text.rtf.table
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected internal RtfRow( RtfDocument doc, RtfTable rtfTable, PdfPRow row, int rowNumber ) |
Visual Basic |
---|
Protected Friend Sub New ( _ doc As RtfDocument, _ rtfTable As RtfTable, _ row As PdfPRow, _ rowNumber As Integer _ ) |
Visual C++ |
---|
protected public: RtfRow( RtfDocument^ doc, RtfTable^ rtfTable, PdfPRow^ row, int rowNumber ) |
Parameters
- rtfTable
- Type: iTextSharp.text.rtf.table..::..RtfTable
- row
- Type: iTextSharp.text.pdf..::..PdfPRow
- rowNumber
- Type: System..::..Int32