com.spire.doc
Class FootnoteBody

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

public class FootnoteBody
extends java.lang.Object


Constructor Summary
FootnoteBody(Document document)
           
 
Method Summary
 FootnoteBody 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

FootnoteBody

public FootnoteBody(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 FootnoteBody deepClone()
Clones this instance.

Returns:
Footnote.