FileDocCategorySizeDatePackage
SEPAbstractType.javaAPI DocApache Poi 3.0.123690Mon Jan 01 18:55:32 GMT 2007org.apache.poi.hwpf.model.types

SEPAbstractType

public abstract class SEPAbstractType extends Object implements HDFType
Section Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
author
S. Ryan Ackley

Fields Summary
protected byte
field_1_bkc
protected boolean
field_2_fTitlePage
protected boolean
field_3_fAutoPgn
protected byte
field_4_nfcPgn
protected boolean
field_5_fUnlocked
protected byte
field_6_cnsPgn
protected boolean
field_7_fPgnRestart
protected boolean
field_8_fEndNote
protected byte
field_9_lnc
protected byte
field_10_grpfIhdt
protected int
field_11_nLnnMod
protected int
field_12_dxaLnn
protected int
field_13_dxaPgn
protected int
field_14_dyaPgn
protected boolean
field_15_fLBetween
protected byte
field_16_vjc
protected int
field_17_dmBinFirst
protected int
field_18_dmBinOther
protected int
field_19_dmPaperReq
protected BorderCode
field_20_brcTop
protected BorderCode
field_21_brcLeft
protected BorderCode
field_22_brcBottom
protected BorderCode
field_23_brcRight
protected boolean
field_24_fPropMark
protected int
field_25_ibstPropRMark
protected DateAndTime
field_26_dttmPropRMark
protected int
field_27_dxtCharSpace
protected int
field_28_dyaLinePitch
protected int
field_29_clm
protected int
field_30_unused2
protected byte
field_31_dmOrientPage
protected byte
field_32_iHeadingPgn
protected int
field_33_pgnStart
protected int
field_34_lnnMin
protected int
field_35_wTextFlow
protected short
field_36_unused3
protected int
field_37_pgbProp
protected short
field_38_unused4
protected int
field_39_xaPage
protected int
field_40_yaPage
protected int
field_41_xaPageNUp
protected int
field_42_yaPageNUp
protected int
field_43_dxaLeft
protected int
field_44_dxaRight
protected int
field_45_dyaTop
protected int
field_46_dyaBottom
protected int
field_47_dzaGutter
protected int
field_48_dyaHdrTop
protected int
field_49_dyaHdrBottom
protected int
field_50_ccolM1
protected boolean
field_51_fEvenlySpaced
protected byte
field_52_unused5
protected int
field_53_dxaColumns
protected int[]
field_54_rgdxaColumn
protected int
field_55_dxaColumnWidth
protected byte
field_56_dmOrientFirst
protected byte
field_57_fLayout
protected short
field_58_unused6
protected byte[]
field_59_olstAnm
Constructors Summary
public SEPAbstractType()


    
Methods Summary
public bytegetBkc()
Get the bkc field for the SEP record.

        return field_1_bkc;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcBottom()
Get the brcBottom field for the SEP record.

        return field_22_brcBottom;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcLeft()
Get the brcLeft field for the SEP record.

        return field_21_brcLeft;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcRight()
Get the brcRight field for the SEP record.

        return field_23_brcRight;
    
public org.apache.poi.hwpf.usermodel.BorderCodegetBrcTop()
Get the brcTop field for the SEP record.

        return field_20_brcTop;
    
public intgetCcolM1()
Get the ccolM1 field for the SEP record.

        return field_50_ccolM1;
    
public intgetClm()
Get the clm field for the SEP record.

        return field_29_clm;
    
public bytegetCnsPgn()
Get the cnsPgn field for the SEP record.

        return field_6_cnsPgn;
    
public intgetDmBinFirst()
Get the dmBinFirst field for the SEP record.

        return field_17_dmBinFirst;
    
public intgetDmBinOther()
Get the dmBinOther field for the SEP record.

        return field_18_dmBinOther;
    
public bytegetDmOrientFirst()
Get the dmOrientFirst field for the SEP record.

        return field_56_dmOrientFirst;
    
public bytegetDmOrientPage()
Get the dmOrientPage field for the SEP record.

        return field_31_dmOrientPage;
    
public intgetDmPaperReq()
Get the dmPaperReq field for the SEP record.

        return field_19_dmPaperReq;
    
public org.apache.poi.hwpf.usermodel.DateAndTimegetDttmPropRMark()
Get the dttmPropRMark field for the SEP record.

        return field_26_dttmPropRMark;
    
public intgetDxaColumnWidth()
Get the dxaColumnWidth field for the SEP record.

        return field_55_dxaColumnWidth;
    
public intgetDxaColumns()
Get the dxaColumns field for the SEP record.

        return field_53_dxaColumns;
    
public intgetDxaLeft()
Get the dxaLeft field for the SEP record.

        return field_43_dxaLeft;
    
public intgetDxaLnn()
Get the dxaLnn field for the SEP record.

        return field_12_dxaLnn;
    
public intgetDxaPgn()
Get the dxaPgn field for the SEP record.

        return field_13_dxaPgn;
    
public intgetDxaRight()
Get the dxaRight field for the SEP record.

        return field_44_dxaRight;
    
public intgetDxtCharSpace()
Get the dxtCharSpace field for the SEP record.

        return field_27_dxtCharSpace;
    
public intgetDyaBottom()
Get the dyaBottom field for the SEP record.

        return field_46_dyaBottom;
    
public intgetDyaHdrBottom()
Get the dyaHdrBottom field for the SEP record.

        return field_49_dyaHdrBottom;
    
public intgetDyaHdrTop()
Get the dyaHdrTop field for the SEP record.

        return field_48_dyaHdrTop;
    
public intgetDyaLinePitch()
Get the dyaLinePitch field for the SEP record.

        return field_28_dyaLinePitch;
    
public intgetDyaPgn()
Get the dyaPgn field for the SEP record.

        return field_14_dyaPgn;
    
public intgetDyaTop()
Get the dyaTop field for the SEP record.

        return field_45_dyaTop;
    
public intgetDzaGutter()
Get the dzaGutter field for the SEP record.

        return field_47_dzaGutter;
    
public booleangetFAutoPgn()
Get the fAutoPgn field for the SEP record.

        return field_3_fAutoPgn;
    
public booleangetFEndNote()
Get the fEndNote field for the SEP record.

        return field_8_fEndNote;
    
public booleangetFEvenlySpaced()
Get the fEvenlySpaced field for the SEP record.

        return field_51_fEvenlySpaced;
    
public booleangetFLBetween()
Get the fLBetween field for the SEP record.

        return field_15_fLBetween;
    
public bytegetFLayout()
Get the fLayout field for the SEP record.

        return field_57_fLayout;
    
public booleangetFPgnRestart()
Get the fPgnRestart field for the SEP record.

        return field_7_fPgnRestart;
    
public booleangetFPropMark()
Get the fPropMark field for the SEP record.

        return field_24_fPropMark;
    
public booleangetFTitlePage()
Get the fTitlePage field for the SEP record.

        return field_2_fTitlePage;
    
public booleangetFUnlocked()
Get the fUnlocked field for the SEP record.

        return field_5_fUnlocked;
    
public bytegetGrpfIhdt()
Get the grpfIhdt field for the SEP record.

        return field_10_grpfIhdt;
    
public bytegetIHeadingPgn()
Get the iHeadingPgn field for the SEP record.

        return field_32_iHeadingPgn;
    
public intgetIbstPropRMark()
Get the ibstPropRMark field for the SEP record.

        return field_25_ibstPropRMark;
    
public bytegetLnc()
Get the lnc field for the SEP record.

        return field_9_lnc;
    
public intgetLnnMin()
Get the lnnMin field for the SEP record.

        return field_34_lnnMin;
    
public intgetNLnnMod()
Get the nLnnMod field for the SEP record.

        return field_11_nLnnMod;
    
public bytegetNfcPgn()
Get the nfcPgn field for the SEP record.

        return field_4_nfcPgn;
    
public byte[]getOlstAnm()
Get the olstAnm field for the SEP record.

        return field_59_olstAnm;
    
public intgetPgbProp()
Get the pgbProp field for the SEP record.

        return field_37_pgbProp;
    
public intgetPgnStart()
Get the pgnStart field for the SEP record.

        return field_33_pgnStart;
    
public int[]getRgdxaColumn()
Get the rgdxaColumn field for the SEP record.

        return field_54_rgdxaColumn;
    
public intgetSize()
Size of record (exluding 4 byte header)

        return 4 +  + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 1 + 1 + 2 + 4 + 2 + 2 + 0 + 1 + 2 + 2 + 2 + 4 + 4 + 4 + 4 + 0 + 2 + 4 + 4 + 4 + 2 + 2 + 1 + 1 + 2 + 2 + 2 + 2 + 2 + 2 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 2 + 0 + 1 + 4 + 356 + 4 + 1 + 1 + 2 + 212;
    
public intgetUnused2()
Get the unused2 field for the SEP record.

        return field_30_unused2;
    
public shortgetUnused3()
Get the unused3 field for the SEP record.

        return field_36_unused3;
    
public shortgetUnused4()
Get the unused4 field for the SEP record.

        return field_38_unused4;
    
public bytegetUnused5()
Get the unused5 field for the SEP record.

        return field_52_unused5;
    
public shortgetUnused6()
Get the unused6 field for the SEP record.

        return field_58_unused6;
    
public bytegetVjc()
Get the vjc field for the SEP record.

        return field_16_vjc;
    
public intgetWTextFlow()
Get the wTextFlow field for the SEP record.

        return field_35_wTextFlow;
    
public intgetXaPage()
Get the xaPage field for the SEP record.

        return field_39_xaPage;
    
public intgetXaPageNUp()
Get the xaPageNUp field for the SEP record.

        return field_41_xaPageNUp;
    
public intgetYaPage()
Get the yaPage field for the SEP record.

        return field_40_yaPage;
    
public intgetYaPageNUp()
Get the yaPageNUp field for the SEP record.

        return field_42_yaPageNUp;
    
public voidsetBkc(byte field_1_bkc)
Set the bkc field for the SEP record.

        this.field_1_bkc = field_1_bkc;
    
public voidsetBrcBottom(org.apache.poi.hwpf.usermodel.BorderCode field_22_brcBottom)
Set the brcBottom field for the SEP record.

        this.field_22_brcBottom = field_22_brcBottom;
    
public voidsetBrcLeft(org.apache.poi.hwpf.usermodel.BorderCode field_21_brcLeft)
Set the brcLeft field for the SEP record.

        this.field_21_brcLeft = field_21_brcLeft;
    
public voidsetBrcRight(org.apache.poi.hwpf.usermodel.BorderCode field_23_brcRight)
Set the brcRight field for the SEP record.

        this.field_23_brcRight = field_23_brcRight;
    
public voidsetBrcTop(org.apache.poi.hwpf.usermodel.BorderCode field_20_brcTop)
Set the brcTop field for the SEP record.

        this.field_20_brcTop = field_20_brcTop;
    
public voidsetCcolM1(int field_50_ccolM1)
Set the ccolM1 field for the SEP record.

        this.field_50_ccolM1 = field_50_ccolM1;
    
public voidsetClm(int field_29_clm)
Set the clm field for the SEP record.

        this.field_29_clm = field_29_clm;
    
public voidsetCnsPgn(byte field_6_cnsPgn)
Set the cnsPgn field for the SEP record.

        this.field_6_cnsPgn = field_6_cnsPgn;
    
public voidsetDmBinFirst(int field_17_dmBinFirst)
Set the dmBinFirst field for the SEP record.

        this.field_17_dmBinFirst = field_17_dmBinFirst;
    
public voidsetDmBinOther(int field_18_dmBinOther)
Set the dmBinOther field for the SEP record.

        this.field_18_dmBinOther = field_18_dmBinOther;
    
public voidsetDmOrientFirst(byte field_56_dmOrientFirst)
Set the dmOrientFirst field for the SEP record.

        this.field_56_dmOrientFirst = field_56_dmOrientFirst;
    
public voidsetDmOrientPage(byte field_31_dmOrientPage)
Set the dmOrientPage field for the SEP record.

        this.field_31_dmOrientPage = field_31_dmOrientPage;
    
public voidsetDmPaperReq(int field_19_dmPaperReq)
Set the dmPaperReq field for the SEP record.

        this.field_19_dmPaperReq = field_19_dmPaperReq;
    
public voidsetDttmPropRMark(org.apache.poi.hwpf.usermodel.DateAndTime field_26_dttmPropRMark)
Set the dttmPropRMark field for the SEP record.

        this.field_26_dttmPropRMark = field_26_dttmPropRMark;
    
public voidsetDxaColumnWidth(int field_55_dxaColumnWidth)
Set the dxaColumnWidth field for the SEP record.

        this.field_55_dxaColumnWidth = field_55_dxaColumnWidth;
    
public voidsetDxaColumns(int field_53_dxaColumns)
Set the dxaColumns field for the SEP record.

        this.field_53_dxaColumns = field_53_dxaColumns;
    
public voidsetDxaLeft(int field_43_dxaLeft)
Set the dxaLeft field for the SEP record.

        this.field_43_dxaLeft = field_43_dxaLeft;
    
public voidsetDxaLnn(int field_12_dxaLnn)
Set the dxaLnn field for the SEP record.

        this.field_12_dxaLnn = field_12_dxaLnn;
    
public voidsetDxaPgn(int field_13_dxaPgn)
Set the dxaPgn field for the SEP record.

        this.field_13_dxaPgn = field_13_dxaPgn;
    
public voidsetDxaRight(int field_44_dxaRight)
Set the dxaRight field for the SEP record.

        this.field_44_dxaRight = field_44_dxaRight;
    
public voidsetDxtCharSpace(int field_27_dxtCharSpace)
Set the dxtCharSpace field for the SEP record.

        this.field_27_dxtCharSpace = field_27_dxtCharSpace;
    
public voidsetDyaBottom(int field_46_dyaBottom)
Set the dyaBottom field for the SEP record.

        this.field_46_dyaBottom = field_46_dyaBottom;
    
public voidsetDyaHdrBottom(int field_49_dyaHdrBottom)
Set the dyaHdrBottom field for the SEP record.

        this.field_49_dyaHdrBottom = field_49_dyaHdrBottom;
    
public voidsetDyaHdrTop(int field_48_dyaHdrTop)
Set the dyaHdrTop field for the SEP record.

        this.field_48_dyaHdrTop = field_48_dyaHdrTop;
    
public voidsetDyaLinePitch(int field_28_dyaLinePitch)
Set the dyaLinePitch field for the SEP record.

        this.field_28_dyaLinePitch = field_28_dyaLinePitch;
    
public voidsetDyaPgn(int field_14_dyaPgn)
Set the dyaPgn field for the SEP record.

        this.field_14_dyaPgn = field_14_dyaPgn;
    
public voidsetDyaTop(int field_45_dyaTop)
Set the dyaTop field for the SEP record.

        this.field_45_dyaTop = field_45_dyaTop;
    
public voidsetDzaGutter(int field_47_dzaGutter)
Set the dzaGutter field for the SEP record.

        this.field_47_dzaGutter = field_47_dzaGutter;
    
public voidsetFAutoPgn(boolean field_3_fAutoPgn)
Set the fAutoPgn field for the SEP record.

        this.field_3_fAutoPgn = field_3_fAutoPgn;
    
public voidsetFEndNote(boolean field_8_fEndNote)
Set the fEndNote field for the SEP record.

        this.field_8_fEndNote = field_8_fEndNote;
    
public voidsetFEvenlySpaced(boolean field_51_fEvenlySpaced)
Set the fEvenlySpaced field for the SEP record.

        this.field_51_fEvenlySpaced = field_51_fEvenlySpaced;
    
public voidsetFLBetween(boolean field_15_fLBetween)
Set the fLBetween field for the SEP record.

        this.field_15_fLBetween = field_15_fLBetween;
    
public voidsetFLayout(byte field_57_fLayout)
Set the fLayout field for the SEP record.

        this.field_57_fLayout = field_57_fLayout;
    
public voidsetFPgnRestart(boolean field_7_fPgnRestart)
Set the fPgnRestart field for the SEP record.

        this.field_7_fPgnRestart = field_7_fPgnRestart;
    
public voidsetFPropMark(boolean field_24_fPropMark)
Set the fPropMark field for the SEP record.

        this.field_24_fPropMark = field_24_fPropMark;
    
public voidsetFTitlePage(boolean field_2_fTitlePage)
Set the fTitlePage field for the SEP record.

        this.field_2_fTitlePage = field_2_fTitlePage;
    
public voidsetFUnlocked(boolean field_5_fUnlocked)
Set the fUnlocked field for the SEP record.

        this.field_5_fUnlocked = field_5_fUnlocked;
    
public voidsetGrpfIhdt(byte field_10_grpfIhdt)
Set the grpfIhdt field for the SEP record.

        this.field_10_grpfIhdt = field_10_grpfIhdt;
    
public voidsetIHeadingPgn(byte field_32_iHeadingPgn)
Set the iHeadingPgn field for the SEP record.

        this.field_32_iHeadingPgn = field_32_iHeadingPgn;
    
public voidsetIbstPropRMark(int field_25_ibstPropRMark)
Set the ibstPropRMark field for the SEP record.

        this.field_25_ibstPropRMark = field_25_ibstPropRMark;
    
public voidsetLnc(byte field_9_lnc)
Set the lnc field for the SEP record.

        this.field_9_lnc = field_9_lnc;
    
public voidsetLnnMin(int field_34_lnnMin)
Set the lnnMin field for the SEP record.

        this.field_34_lnnMin = field_34_lnnMin;
    
public voidsetNLnnMod(int field_11_nLnnMod)
Set the nLnnMod field for the SEP record.

        this.field_11_nLnnMod = field_11_nLnnMod;
    
public voidsetNfcPgn(byte field_4_nfcPgn)
Set the nfcPgn field for the SEP record.

        this.field_4_nfcPgn = field_4_nfcPgn;
    
public voidsetOlstAnm(byte[] field_59_olstAnm)
Set the olstAnm field for the SEP record.

        this.field_59_olstAnm = field_59_olstAnm;
    
public voidsetPgbProp(int field_37_pgbProp)
Set the pgbProp field for the SEP record.

        this.field_37_pgbProp = field_37_pgbProp;
    
public voidsetPgnStart(int field_33_pgnStart)
Set the pgnStart field for the SEP record.

        this.field_33_pgnStart = field_33_pgnStart;
    
public voidsetRgdxaColumn(int[] field_54_rgdxaColumn)
Set the rgdxaColumn field for the SEP record.

        this.field_54_rgdxaColumn = field_54_rgdxaColumn;
    
public voidsetUnused2(int field_30_unused2)
Set the unused2 field for the SEP record.

        this.field_30_unused2 = field_30_unused2;
    
public voidsetUnused3(short field_36_unused3)
Set the unused3 field for the SEP record.

        this.field_36_unused3 = field_36_unused3;
    
public voidsetUnused4(short field_38_unused4)
Set the unused4 field for the SEP record.

        this.field_38_unused4 = field_38_unused4;
    
public voidsetUnused5(byte field_52_unused5)
Set the unused5 field for the SEP record.

        this.field_52_unused5 = field_52_unused5;
    
public voidsetUnused6(short field_58_unused6)
Set the unused6 field for the SEP record.

        this.field_58_unused6 = field_58_unused6;
    
public voidsetVjc(byte field_16_vjc)
Set the vjc field for the SEP record.

        this.field_16_vjc = field_16_vjc;
    
public voidsetWTextFlow(int field_35_wTextFlow)
Set the wTextFlow field for the SEP record.

        this.field_35_wTextFlow = field_35_wTextFlow;
    
public voidsetXaPage(int field_39_xaPage)
Set the xaPage field for the SEP record.

        this.field_39_xaPage = field_39_xaPage;
    
public voidsetXaPageNUp(int field_41_xaPageNUp)
Set the xaPageNUp field for the SEP record.

        this.field_41_xaPageNUp = field_41_xaPageNUp;
    
public voidsetYaPage(int field_40_yaPage)
Set the yaPage field for the SEP record.

        this.field_40_yaPage = field_40_yaPage;
    
public voidsetYaPageNUp(int field_42_yaPageNUp)
Set the yaPageNUp field for the SEP record.

        this.field_42_yaPageNUp = field_42_yaPageNUp;