Table of Contents

Class TableCellContainer

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

The container for table cells.

public sealed class TableCellContainer
Inheritance
TableCellContainer
Inherited Members

Remarks

Cell containers are used for table headers, footers, and bodies.

Methods

Cell()

Adds cell to the next column in this container.

Cell(Action<TableCell>)

Adds cell to a specific position in this container.