Table of Contents

Method Divider

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

Divider()

Places a horizontal rule, which lowers to a paragraph carrying a bottom border.

void Divider()

Divider(double, ColorRgb)

Places a horizontal rule of a given weight and colour.

void Divider(double width, ColorRgb color)

Parameters

width double

The line width in points.

color ColorRgb

The line colour.

Exceptions

ArgumentOutOfRangeException

The width is negative or not finite.