| 
TableOfContent
LowerHeadingLevel Property
  | 
 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: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Int32
 
 The starting heading level.
 
 See Also
See Also