Table of Contents

Method Spacing

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

Spacing(double, Unit)

Sets the space between items.

Spacing is applied as space below each item but the last. Where an item cannot carry paragraph spacing — a table, for example — the space is carried by the preceding paragraph instead.

IColumnComposer Spacing(double value, Unit unit = Unit.Point)

Parameters

value double

The spacing.

unit Unit

The unit the spacing is expressed in.

Returns

IColumnComposer

This composer, for chaining.

Exceptions

ArgumentOutOfRangeException

The spacing is negative or not finite.