Click or drag to resize

OutlineLevel Enumeration

Specifies the outline level of a paragraph in the document.

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public enum OutlineLevel
Members
  Member nameValueDescription
Level10 The paragraph is at the outline level 1 (topmost level).
Level21 The paragraph is at the outline level 2.
Level32 The paragraph is at the outline level 3.
Level43 The paragraph is at the outline level 4.
Level54 The paragraph is at the outline level 5.
Level65 The paragraph is at the outline level 6.
Level76 The paragraph is at the outline level 7.
Level87 The paragraph is at the outline level 8.
Level98 The paragraph is at the outline level 9.
BodyText9 The paragraph is at the level of the main text.
See Also