Show / Hide Table of Contents

Class TableRow

Inheritance
object
ContentElement
ContentNode
TableRow
Inherited Members
ContentNode.GetContentNodeIterator()
ContentElement.m_impl
ContentElement.m_ref
ContentElement.AsContentNode()
ContentElement.AsTextRun()
ContentElement.AsParagraph()
ContentElement.AsTableCell()
ContentElement.AsTableRow()
ContentElement.AsTable()
ContentElement.AsList()
ContentElement.AsListItem()
ContentElement.GetTextStyledElement()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In This Article
Back to top Generated by DocFX