Class FootnoteReference
java.lang.Object
com.independentsoft.office.word.footnoteEndnote.FootnoteReference
- All Implemented Interfaces:
IContentElement,IRunContent
The Class FootnoteReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new footnote reference.FootnoteReference(long id)Instantiates a new footnote reference.FootnoteReference(InternalXMLStreamReader reader)Instantiates a new footnote 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
-
FootnoteReference
public FootnoteReference()Instantiates a new footnote reference. -
FootnoteReference
public FootnoteReference(long id)Instantiates a new footnote reference.- Parameters:
id- the id
-
FootnoteReference
Instantiates a new footnote 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
-