| 
ListLevel
IsLegalStyleNumbering Property
  | 
 Get/set ArabaicNumberFormat property
( true if the level turns all inherited numbers to arabic,
 false if it preserves their number format code ).
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool IsLegalStyleNumbering { get; set; }
 
Public Property IsLegalStyleNumbering As Boolean
	Get
	Set
 
public:
property bool IsLegalStyleNumbering {
	bool get ();
	void set (bool value);
}
 
member IsLegalStyleNumbering : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also