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
levelintThe outline level, 0 (top) to 8.
Returns
- IStyleComposer
This composer, for chaining.
Exceptions
- ArgumentOutOfRangeException
The level is outside 0–8.