Class TableRow
Inherited Members
Namespace: pdftron.Layout
Assembly: PDFTronDotNet.dll
Syntax
public class TableRow : ContentNode
Constructors
TableRow(IntPtr, object)
Declaration
public TableRow(IntPtr impl, object reference)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | impl | |
object | reference |
Methods
AddTableCell()
Adds a new cell to the row.
Declaration
public TableCell AddTableCell()
Returns
Type | Description |
---|---|
TableCell | The newly created cell. |
GetNumColumns()
Gets the number of columns in the row.
Declaration
public uint GetNumColumns()
Returns
Type | Description |
---|---|
uint | The number of columns in the row. |
SetRowHeight(double)
Sets the row height.
Declaration
public void SetRowHeight(double val)
Parameters
Type | Name | Description |
---|---|---|
double | val |