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