Class SectionFootnoteProperties

java.lang.Object
com.independentsoft.office.word.footnoteEndnote.SectionFootnoteProperties

public class SectionFootnoteProperties extends Object
The Class SectionFootnoteProperties.
  • Constructor Details

    • SectionFootnoteProperties

      public SectionFootnoteProperties()
      Instantiates a new section footnote properties.
    • SectionFootnoteProperties

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

    • clone

      public SectionFootnoteProperties clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isEmpty

      public static boolean isEmpty(String value)
      Checks if is empty.
      Parameters:
      value - the value
      Returns:
      true, if is empty
    • getNumberingFormat

      public NumberingFormat getNumberingFormat()
      Gets the numbering format.
      Returns:
      the numbering format
    • setNumberingFormat

      public void setNumberingFormat(NumberingFormat numberingFormat)
      Sets the numbering format.
      Parameters:
      numberingFormat - the new numbering format
    • getRestartNumber

      public RestartNumber getRestartNumber()
      Gets the restart number.
      Returns:
      the restart number
    • setRestartNumber

      public void setRestartNumber(RestartNumber restartNumber)
      Sets the restart number.
      Parameters:
      restartNumber - the new restart number
    • getStartNumber

      public long getStartNumber()
      Gets the start number.
      Returns:
      the start number
    • setStartNumber

      public void setStartNumber(long startNumber)
      Sets the start number.
      Parameters:
      startNumber - the new start number
    • getPlacement

      public FootnotePositioningLocation getPlacement()
      Gets the placement.
      Returns:
      the placement
    • setPlacement

      public void setPlacement(FootnotePositioningLocation placement)
      Sets the placement.
      Parameters:
      placement - the new placement