Table of Contents

Method OutlineLevel

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

OutlineLevel(int)

Sets the outline level, which is what makes a style a heading for navigation, tables of contents and chapter splitting.

IStyleComposer OutlineLevel(int level)

Parameters

level int

The outline level, 0 (top) to 8.

Returns

IStyleComposer

This composer, for chaining.

Exceptions

ArgumentOutOfRangeException

The level is outside 0–8.