| 
TableOfContent
UseOutlineLevels Property
  | 
 Gets or sets a value indicating whether use outline levels.Default value is false.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool UseOutlineLevels { get; set; }
 
Public Property UseOutlineLevels As Boolean
	Get
	Set
 
public:
property bool UseOutlineLevels {
	bool get ();
	void set (bool value);
}
 
member UseOutlineLevels : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 if it uses outline levels, set to
 
true
 
 .
 
 See Also
See Also