PdfTable represents a table. An instance of the PdfTable object is creatable via PdfDocument's CreateTable method. For more information about tables, see Chapter 7 - Tables. Properties Methods At Border ColNum Font Height RowNum Rows this [] Width Properties PdfCell At( int Row, int Column ) (Read-only) Returns a PdfCell object representing a table cell specified by its Row and Column. This property is obsolete, use this [] instead. float Border (Read/Write) Returns or specifies the table's outer border. By default, the value is 0 which means the table has no outer border. int ColNum (Read-only) Returns the number of columns in the table. PdfFont Font (Read/Write) Specifies the current default font for this table to be used when the PdfCell.AddText method is called without a Font argument. float Height (Read-only) Returns the table height. int RowNum (Read-only) Returns the number of rows in the table. PdfRows Rows (Read-only) Returns the PdfRows collection of PdfRow objects representing the table's individual rows. PdfCell this[ int Row, int Column ] (Read-only) Returns a PdfCell object representing a table cell specified by its Row and Column. float Width (Read-only) Returns the table width. Methods This object has no methods.
Properties PdfCell At( int Row, int Column ) (Read-only) Returns a PdfCell object representing a table cell specified by its Row and Column. This property is obsolete, use this [] instead. float Border (Read/Write) Returns or specifies the table's outer border. By default, the value is 0 which means the table has no outer border. int ColNum (Read-only) Returns the number of columns in the table. PdfFont Font (Read/Write) Specifies the current default font for this table to be used when the PdfCell.AddText method is called without a Font argument. float Height (Read-only) Returns the table height. int RowNum (Read-only) Returns the number of rows in the table. PdfRows Rows (Read-only) Returns the PdfRows collection of PdfRow objects representing the table's individual rows. PdfCell this[ int Row, int Column ] (Read-only) Returns a PdfCell object representing a table cell specified by its Row and Column. float Width (Read-only) Returns the table width. Methods This object has no methods.
PdfCell At( int Row, int Column ) (Read-only) Returns a PdfCell object representing a table cell specified by its Row and Column. This property is obsolete, use this [] instead. float Border (Read/Write) Returns or specifies the table's outer border. By default, the value is 0 which means the table has no outer border. int ColNum (Read-only) Returns the number of columns in the table. PdfFont Font (Read/Write) Specifies the current default font for this table to be used when the PdfCell.AddText method is called without a Font argument. float Height (Read-only) Returns the table height. int RowNum (Read-only) Returns the number of rows in the table. PdfRows Rows (Read-only) Returns the PdfRows collection of PdfRow objects representing the table's individual rows. PdfCell this[ int Row, int Column ] (Read-only) Returns a PdfCell object representing a table cell specified by its Row and Column. float Width (Read-only) Returns the table width.
Returns a PdfCell object representing a table cell specified by its Row and Column. This property is obsolete, use this [] instead.
Returns or specifies the table's outer border. By default, the value is 0 which means the table has no outer border.
Returns the number of columns in the table.
Specifies the current default font for this table to be used when the PdfCell.AddText method is called without a Font argument.
Returns the table height.
Returns the number of rows in the table.
Returns the PdfRows collection of PdfRow objects representing the table's individual rows.
Returns a PdfCell object representing a table cell specified by its Row and Column.
Returns the table width.
This object has no methods.