Table of Contents

Enum LevelSuffix

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

The content inserted between a numbering symbol and paragraph text (ECMA-376 Part 1 §17.18.46 ST_LevelSuffix).

public enum LevelSuffix

Fields

Tab = 0

A tab follows the number (w:val "tab", the default).

Space = 1

A single space follows the number (w:val "space").

Nothing = 2

Nothing follows the number (w:val "nothing").