Class SectionProperties

java.lang.Object
org.apache.poi.hwpf.model.types.SEPAbstractType
org.apache.poi.hwpf.usermodel.SectionProperties
All Implemented Interfaces:
Cloneable

public final class SectionProperties extends SEPAbstractType implements Cloneable
  • Constructor Details

    • SectionProperties

      public SectionProperties()
  • Method Details

    • clone

      public Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • setRncFtn

      public void setRncFtn(short field_60_rncftn)
      sprmSRncFtn, [MS-DOC], 20140721, 2.6.4
      Parameters:
      field_60_rncftn - unsigned 8-bit integer specifying the footnote numbering restart condition
    • getRncFtn

      public short getRncFtn()
      Returns:
      an Rnc value specifying when and where footnote numbering restarts
      See Also:
    • setRncEdn

      public void setRncEdn(short field_61_rncedn)
      sprmSRncEdn, [MS-DOC], 20140721, 2.6.4
      Parameters:
      field_61_rncedn - unsigned 8-bit integer specifying the endnote numbering restart condition
    • getRncEdn

      public short getRncEdn()
      Returns:
      an Rnc value specifying when and where endnote numbering restarts
      See Also:
    • setNFtn

      public void setNFtn(int field_62_nftn)
      sprmSNftn, [MS-DOC], v20140721, 2.6.4
      Parameters:
      field_62_nftn - a number specifying the offset to add to footnote numbers
    • getNFtn

      public int getNFtn()
      Returns:
      a 16-bit integer specifying the offset to add to footnote numbering
      See Also:
    • setNfcFtnRef

      public void setNfcFtnRef(int field_63_nfcftnref)
      sprmSNfcFtnRef, [MS-DOC], v20140721
      Parameters:
      field_63_nfcftnref - an Nfc specifying the numbering format for footnotes
    • getNfcFtnRef

      public int getNfcFtnRef()
      Returns:
      a 16-bit integer with an Nfc specifying the numbering format for footnotes
      See Also:
    • setNEdn

      public void setNEdn(int field_64_nedn)
      sprmSNEdn, [MS-DOC], v20140721, 2.6.4
      Parameters:
      field_64_nedn - a number specifying the offset to add to footnote numbers
    • getNEdn

      public int getNEdn()
      Returns:
      a 16-bit integer specifying the offset to add to endnote numbering
      See Also:
    • setNfcEdnRef

      public void setNfcEdnRef(int field_65_nfcednref)
      sprmSNfcEdnRef, [MS-DOC], v20140721
      Parameters:
      field_65_nfcednref - an Nfc specifying the numbering format for endnotes
    • getNfcEdnRef

      public int getNfcEdnRef()
      Returns:
      a 16-bit integer with an Nfc specifying the numbering format for endnotes
      See Also: