Gets or sets the outline level.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public OutlineLevel OutlineLevel { get; set; }
Public Property OutlineLevel As OutlineLevel
	Get
	Set
public:
property OutlineLevel OutlineLevel {
	OutlineLevel get ();
	void set (OutlineLevel value);
}
member OutlineLevel : OutlineLevel with get, set

Property Value

OutlineLevel
The outline level.

See Also