OutlineLevel

OutlineLevel enumeration

Specifies the outline level of a paragraph in the document.

public enum OutlineLevel

Values

NameValueDescription
Level10The paragraph is at the outline level 1 (topmost level).
Level21The paragraph is at the outline level 2.
Level32The paragraph is at the outline level 3.
Level43The paragraph is at the outline level 4.
Level54The paragraph is at the outline level 5.
Level65The paragraph is at the outline level 6.
Level76The paragraph is at the outline level 7.
Level87The paragraph is at the outline level 8.
Level98The paragraph is at the outline level 9.
BodyText9The paragraph is at the level of the main text.

See Also