com.spire.doc
Class Endnote

java.lang.Object
  extended by com.spire.doc.Endnote

public class Endnote
extends java.lang.Object


Constructor Summary
Endnote(Document document)
           
 
Method Summary
 Endnote deepClone()
          Clones this instance.
 Body getContinuationNotice()
          Gets or sets the continuation notice.
 Body getContinuationSeparator()
          Gets or sets the continuation separator.
 Body getSeparator()
          Gets or sets the separator.
 void setContinuationNotice(Body value)
          Gets or sets the continuation notice.
 void setContinuationSeparator(Body value)
          Gets or sets the continuation separator.
 void setSeparator(Body value)
          Gets or sets the separator.
 

Constructor Detail

Endnote

public Endnote(Document document)
Method Detail

getSeparator

public Body getSeparator()
Gets or sets the separator.

Returns:
The separator.

setSeparator

public void setSeparator(Body value)
Gets or sets the separator.


getContinuationSeparator

public Body getContinuationSeparator()
Gets or sets the continuation separator.

Returns:
The continuation separator.

setContinuationSeparator

public void setContinuationSeparator(Body value)
Gets or sets the continuation separator.


getContinuationNotice

public Body getContinuationNotice()
Gets or sets the continuation notice.

Returns:
The continuation notice.

setContinuationNotice

public void setContinuationNotice(Body value)
Gets or sets the continuation notice.


deepClone

public Endnote deepClone()
Clones this instance.

Returns:
Endnote.