Package org.apache.poi.hwpf.usermodel
Class SectionProperties
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.SEPAbstractType
-
- org.apache.poi.hwpf.usermodel.SectionProperties
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class SectionProperties extends SEPAbstractType implements java.lang.Cloneable
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.types.SEPAbstractType
BKC_EVEN_PAGE, BKC_NEW_COLUMN, BKC_NEW_PAGE, BKC_NO_BREAK, BKC_ODD_PAGE, DMORIENTPAGE_LANDSCAPE, DMORIENTPAGE_PORTRAIT, NFCPGN_ARABIC, NFCPGN_LETTER_LOWER_CASE, NFCPGN_LETTER_UPPER_CASE, NFCPGN_ROMAN_LOWER_CASE, NFCPGN_ROMAN_UPPER_CASE
-
-
Constructor Summary
Constructors Constructor Description SectionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
int
getNEdn()
int
getNfcEdnRef()
int
getNfcFtnRef()
int
getNFtn()
short
getRncEdn()
short
getRncFtn()
void
setNEdn(int field_64_nedn)
sprmSNEdn, [MS-DOC], v20140721, 2.6.4void
setNfcEdnRef(int field_65_nfcednref)
sprmSNfcEdnRef, [MS-DOC], v20140721void
setNfcFtnRef(int field_63_nfcftnref)
sprmSNfcFtnRef, [MS-DOC], v20140721void
setNFtn(int field_62_nftn)
sprmSNftn, [MS-DOC], v20140721, 2.6.4void
setRncEdn(short field_61_rncedn)
sprmSRncEdn, [MS-DOC], 20140721, 2.6.4void
setRncFtn(short field_60_rncftn)
sprmSRncFtn, [MS-DOC], 20140721, 2.6.4-
Methods inherited from class org.apache.poi.hwpf.model.types.SEPAbstractType
getBkc, getBrcBottom, getBrcLeft, getBrcRight, getBrcTop, getCcolM1, getClm, getCnsPgn, getDmBinFirst, getDmBinOther, getDmOrientFirst, getDmOrientPage, getDmPaperReq, getDttmPropRMark, getDxaColumns, getDxaColumnWidth, getDxaLeft, getDxaLnn, getDxaPgn, getDxaRight, getDxtCharSpace, getDyaBottom, getDyaHdrBottom, getDyaHdrTop, getDyaLinePitch, getDyaPgn, getDyaTop, getDzaGutter, getFAutoPgn, getFEndNote, getFEvenlySpaced, getFLayout, getFLBetween, getFPgnRestart, getFPropMark, getFTitlePage, getFUnlocked, getGrpfIhdt, getIbstPropRMark, getIHeadingPgn, getLnc, getLnnMin, getNfcPgn, getNLnnMod, getOlstAnm, getPgbProp, getPgnStart, getRgdxaColumn, getUnused2, getUnused3, getUnused4, getUnused5, getUnused6, getVjc, getWTextFlow, getXaPage, getXaPageNUp, getYaPage, getYaPageNUp, setBkc, setBrcBottom, setBrcLeft, setBrcRight, setBrcTop, setCcolM1, setClm, setCnsPgn, setDmBinFirst, setDmBinOther, setDmOrientFirst, setDmOrientPage, setDmPaperReq, setDttmPropRMark, setDxaColumns, setDxaColumnWidth, setDxaLeft, setDxaLnn, setDxaPgn, setDxaRight, setDxtCharSpace, setDyaBottom, setDyaHdrBottom, setDyaHdrTop, setDyaLinePitch, setDyaPgn, setDyaTop, setDzaGutter, setFAutoPgn, setFEndNote, setFEvenlySpaced, setFLayout, setFLBetween, setFPgnRestart, setFPropMark, setFTitlePage, setFUnlocked, setGrpfIhdt, setIbstPropRMark, setIHeadingPgn, setLnc, setLnnMin, setNfcPgn, setNLnnMod, setOlstAnm, setPgbProp, setPgnStart, setRgdxaColumn, setUnused2, setUnused3, setUnused4, setUnused5, setUnused6, setVjc, setWTextFlow, setXaPage, setXaPageNUp, setYaPage, setYaPageNUp, toString
-
-
-
-
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)
-
-