Class SectionProperties

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class SectionProperties
    extends SEPAbstractType
    implements java.lang.Cloneable
    • Constructor Detail

      • SectionProperties

        public SectionProperties()
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Throws:
        java.lang.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:
        setRncFtn(short)
      • 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:
        setRncEdn(short)
      • 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:
        setNFtn(int)
      • 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:
        setNfcFtnRef(int)
      • 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:
        setNEdn(int)
      • 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:
        setNfcEdnRef(int)