Class EndnoteReference
java.lang.Object
com.independentsoft.office.word.footnoteEndnote.EndnoteReference
- All Implemented Interfaces:
IContentElement,IRunContent
The Class EndnoteReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new endnote reference.EndnoteReference(long id)Instantiates a new endnote reference.EndnoteReference(InternalXMLStreamReader reader)Instantiates a new endnote reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()longgetID()Gets the id.Gets the suppress reference mark.voidsetID(long id)Sets the id.voidsetSuppressReferenceMark(ExtendedBoolean suppressReferenceMark)Sets the suppress reference mark.toString()
-
Constructor Details
-
EndnoteReference
public EndnoteReference()Instantiates a new endnote reference. -
EndnoteReference
public EndnoteReference(long id)Instantiates a new endnote reference.- Parameters:
id- the id
-
EndnoteReference
Instantiates a new endnote reference.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIRunContent- Overrides:
clonein classObject
-
toString
-
getID
public long getID()Gets the id.- Returns:
- the id
-
setID
public void setID(long id)Sets the id.- Parameters:
id- the new id
-
getSuppressReferenceMark
Gets the suppress reference mark.- Returns:
- the suppress reference mark
-
setSuppressReferenceMark
Sets the suppress reference mark.- Parameters:
suppressReferenceMark- the new suppress reference mark
-