footnotebody-ag凯发旗舰厅



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)
          initializes a new instance of the footnote class.
 
method summary
 footnotebody deepclone()
          clones this instance.
 body getcontinuationnotice()
          gets the continuation notice.
 body getcontinuationseparator()
          gets the continuation separator.
 body getseparator()
          gets the separator.
 void setcontinuationnotice(body value)
          sets the continuation notice.
 void setcontinuationseparator(body value)
          sets the continuation separator.
 void setseparator(body value)
          sets the separator.
 
constructor detail

footnotebody

public footnotebody(document document)
initializes a new instance of the footnote class.
parameters:
document - the document.
method detail

getseparator

public body getseparator()
gets the separator.
returns:
the separator.

setseparator

public void setseparator(body value)
sets the separator.
parameters:
value - the separator.

getcontinuationseparator

public body getcontinuationseparator()
gets the continuation separator.
returns:
the continuation separator.

setcontinuationseparator

public void setcontinuationseparator(body value)
sets the continuation separator.
parameters:
value - the continuation separator.

getcontinuationnotice

public body getcontinuationnotice()
gets the continuation notice.
returns:
the continuation notice.

setcontinuationnotice

public void setcontinuationnotice(body value)
sets the continuation notice.
parameters:
value - the continuation notice.

deepclone

public footnotebody deepclone()
clones this instance.
returns:
footnote.


网站地图