| 
ListLevel
NoRestartByHigher Property
  | 
 True if the level's number sequence is not restarted by higher
(more significant) levels in the list.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool NoRestartByHigher { get; set; }
 
Public Property NoRestartByHigher As Boolean
	Get
	Set
 
public:
property bool NoRestartByHigher {
	bool get ();
	void set (bool value);
}
 
member NoRestartByHigher : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also