Gets or sets the starting heading level of the table of content. Default value is 1

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

Syntax

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

Property Value

Int32
The starting heading level.

See Also