| 
ListLevel
BulletCharacter Property
  | 
 Get/set bullet pattern
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string BulletCharacter { get; set; }
 
Public Property BulletCharacter As String
	Get
	Set
 
public:
property String^ BulletCharacter {
	String^ get ();
	void set (String^ value);
}
 
member BulletCharacter : string with get, set
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also