| 
TableOfContent
UpperHeadingLevel Property
  | 
 Gets or sets the ending heading level of the table of content. Default value is 3.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public int UpperHeadingLevel { get; set; }
 
Public Property UpperHeadingLevel As Integer
	Get
	Set
 
public:
property int UpperHeadingLevel {
	int get ();
	void set (int value);
}
 
member UpperHeadingLevel : int with get, set
 
 
 
Property Value
 
 Type:
 
Int32
 
 The upper heading level.
 
 See Also
See Also