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 and footers.

Read the Table container article for the detailed information about tables.

The .NET PDF generator article provides essential information on how to generate PDFs with the API.

Methods

Cell()

Adds cell to the next column in this container.

Cell(Action<TableCell>)

Adds cell to a specific position in this container.