|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.Endnote
public class Endnote
Constructor Summary | |
---|---|
Endnote(Document document)
Initializes a new instance of the Endnote class. |
Method Summary | |
---|---|
Endnote |
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 |
---|
public Endnote(Document document)
Endnote
class.
document
- The document.Method Detail |
---|
public Body getSeparator()
public void setSeparator(Body value)
value
- The separator.public Body getContinuationSeparator()
public void setContinuationSeparator(Body value)
value
- The continuation separator.public Body getContinuationNotice()
public void setContinuationNotice(Body value)
value
- The continuation notice.public Endnote deepClone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |