Table of Contents

Method Cell

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

Cell()

Adds cell to the next column in this container.

public LayoutContainer Cell()

Returns

LayoutContainer

The container for the added cell.

Remarks

Read the Header and footer section of the Table container article for more information about working with cell containers.

Cell(Action<TableCell>)

Adds cell to a specific position in this container.

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 Header and footer section of the Table container article for more information about working with cell containers.