iTextSharp.text.rtf.table.RtfRow.RtfRow C# (CSharp) Méthode

RtfRow() protected méthode

protected RtfRow ( RtfDocument doc, RtfTable rtfTable, PdfPRow row, int rowNumber ) : System
doc iTextSharp.text.rtf.document.RtfDocument
rtfTable RtfTable
row PdfPRow
rowNumber int
Résultat System
        protected internal RtfRow(RtfDocument doc, RtfTable rtfTable, PdfPRow row, int rowNumber) : base(doc) {
            this.parentTable = rtfTable;
            this.rowNumber = rowNumber;
            ImportRow(row);
        }
        

Same methods

RtfRow::RtfRow ( RtfDocument doc, RtfTable rtfTable, Row row, int rowNumber ) : System