Table of Contents

Method SpacingAfter

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

SpacingAfter(double, Unit)

Sets the space below the paragraph.

ITextBlock SpacingAfter(double value, Unit unit = Unit.Point)

Parameters

value double

The spacing.

unit Unit

The unit the spacing is expressed in.

Returns

ITextBlock

This block, for chaining.

Exceptions

ArgumentOutOfRangeException

The spacing is negative or not finite.