| 
ListLevel
NumberPosition Property
  | 
 Get/set number/bullet position for current listlevel.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public float NumberPosition { get; set; }
 
Public Property NumberPosition As Single
	Get
	Set
 
public:
property float NumberPosition {
	float get ();
	void set (float value);
}
 
member NumberPosition : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 
 See Also
See Also