| 
ParagraphFormat
OutlineLevel Property
  | 
 Gets or sets the outline level.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
OutlineLevel
 
 The outline level.
 
 See Also
See Also