Table of Contents

Method Cell

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

Cell()

Adds cell to the next column in the table body.

public LayoutContainer Cell()

Returns

LayoutContainer

The container for the added cell.

Remarks

Read the Cells section of the Table container article for more information about working with cells.

Cell(Action<TableCell>)

Adds cell to a specific position in the table body.

public LayoutContainer Cell(Action<TableCell> config)

Parameters

config Action<TableCell>

The configurator for the cell position and span.

Returns

LayoutContainer

The container for the added cell.

Remarks

Read the Cells section of the Table container article for more information about working with cells.