| 
Endnote
Separator Property
  | 
 Gets or sets the separator.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Body Separator { get; set; }
 
Public Property Separator As Body
	Get
	Set
 
public:
property Body^ Separator {
	Body^ get ();
	void set (Body^ value);
}
 
member Separator : Body with get, set
 
 
 
Property Value
 
 Type:
 
Body
 
 The separator.
 
 See Also
See Also