Class FootnoteReference

java.lang.Object
com.independentsoft.office.word.footnoteEndnote.FootnoteReference
All Implemented Interfaces:
IContentElement, IRunContent

public class FootnoteReference extends Object implements IRunContent
The Class FootnoteReference.
  • 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

      public FootnoteReference(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new footnote reference.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • getContentElements

      public List<IContentElement> getContentElements()
      Specified by:
      getContentElements in interface IContentElement
    • clone

      public FootnoteReference clone()
      Specified by:
      clone in interface IContentElement
      Specified by:
      clone in interface IRunContent
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public ExtendedBoolean getSuppressReferenceMark()
      Gets the suppress reference mark.
      Returns:
      the suppress reference mark
    • setSuppressReferenceMark

      public void setSuppressReferenceMark(ExtendedBoolean suppressReferenceMark)
      Sets the suppress reference mark.
      Parameters:
      suppressReferenceMark - the new suppress reference mark