Table of Contents

Class Row

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

A row layout for items.

public sealed class Row
Inheritance
Row
Inherited Members

Remarks

Rows contain horizontally combined items.

Methods

AutoItem()

Adds an item with width calculated based on content.

ConstantItem(double)

Adds an item with fixed width.

RelativeItem(double)

Adds an item with relative (proportional) width.

Spacing(double)

Sets horizontal spacing between row items.