org.apache.poi.hwpf.model.types
Class PAPAbstractType

java.lang.Object
  extended by org.apache.poi.hwpf.model.types.PAPAbstractType
Direct Known Subclasses:
ParagraphProperties

@Internal
public abstract class PAPAbstractType
extends java.lang.Object

Paragraph 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

Field Summary
static byte BRCL_DOUBLE
           
static byte BRCL_SHADOW
           
static byte BRCL_SINGLE
           
static byte BRCL_THICK
           
static byte BRCP_BAR_TO_LEFT_OF_PARAGRAPH
           
static byte BRCP_BORDER_ABOVE
           
static byte BRCP_BORDER_BELOW
           
static byte BRCP_BOX_AROUND
           
static byte BRCP_NONE
           
protected  int field_1_istd
           
protected  boolean field_10_fNoLnn
           
protected  LineSpacingDescriptor field_11_lspd
           
protected  int field_12_dyaBefore
           
protected  int field_13_dyaAfter
           
protected  boolean field_14_fInTable
           
protected  boolean field_15_finTableW97
           
protected  boolean field_16_fTtp
           
protected  int field_17_dxaAbs
           
protected  int field_18_dyaAbs
           
protected  int field_19_dxaWidth
           
protected  boolean field_2_fSideBySide
           
protected  boolean field_20_fBrLnAbove
           
protected  boolean field_21_fBrLnBelow
           
protected  byte field_22_pcVert
           
protected  byte field_23_pcHorz
           
protected  byte field_24_wr
           
protected  boolean field_25_fNoAutoHyph
           
protected  int field_26_dyaHeight
           
protected  boolean field_27_fMinHeight
           
protected  DropCapSpecifier field_28_dcs
           
protected  int field_29_dyaFromText
           
protected  boolean field_3_fKeep
           
protected  int field_30_dxaFromText
           
protected  boolean field_31_fLocked
           
protected  boolean field_32_fWidowControl
           
protected  boolean field_33_fKinsoku
           
protected  boolean field_34_fWordWrap
           
protected  boolean field_35_fOverflowPunct
           
protected  boolean field_36_fTopLinePunct
           
protected  boolean field_37_fAutoSpaceDE
           
protected  boolean field_38_fAutoSpaceDN
           
protected  int field_39_wAlignFont
           
protected  boolean field_4_fKeepFollow
           
protected  short field_40_fontAlign
           
protected  byte field_41_lvl
           
protected  boolean field_42_fBiDi
           
protected  boolean field_43_fNumRMIns
           
protected  boolean field_44_fCrLf
           
protected  boolean field_45_fUsePgsuSettings
           
protected  boolean field_46_fAdjustRight
           
protected  int field_47_itap
           
protected  boolean field_48_fInnerTableCell
           
protected  boolean field_49_fOpenTch
           
protected  boolean field_5_fPageBreakBefore
           
protected  boolean field_50_fTtpEmbedded
           
protected  short field_51_dxcRight
           
protected  short field_52_dxcLeft
           
protected  short field_53_dxcLeft1
           
protected  boolean field_54_fDyaBeforeAuto
           
protected  boolean field_55_fDyaAfterAuto
           
protected  int field_56_dxaRight
           
protected  int field_57_dxaLeft
           
protected  int field_58_dxaLeft1
           
protected  byte field_59_jc
           
protected  byte field_6_brcl
           
protected  boolean field_60_fNoAllowOverlap
           
protected  BorderCode field_61_brcTop
           
protected  BorderCode field_62_brcLeft
           
protected  BorderCode field_63_brcBottom
           
protected  BorderCode field_64_brcRight
           
protected  BorderCode field_65_brcBetween
           
protected  BorderCode field_66_brcBar
           
protected  ShadingDescriptor field_67_shd
           
protected  byte[] field_68_anld
           
protected  byte[] field_69_phe
           
protected  byte field_7_brcp
           
protected  boolean field_70_fPropRMark
           
protected  int field_71_ibstPropRMark
           
protected  DateAndTime field_72_dttmPropRMark
           
protected  int field_73_itbdMac
           
protected  int[] field_74_rgdxaTab
           
protected  byte[] field_75_rgtbd
           
protected  byte[] field_76_numrm
           
protected  byte[] field_77_ptap
           
protected  byte field_8_ilvl
           
protected  int field_9_ilfo
           
static boolean FMINHEIGHT_AT_LEAST
           
static boolean FMINHEIGHT_EXACT
           
static byte WALIGNFONT_AUTO
           
static byte WALIGNFONT_CENTERED
           
static byte WALIGNFONT_HANGING
           
static byte WALIGNFONT_ROMAN
           
static byte WALIGNFONT_VARIABLE
           
 
Constructor Summary
protected PAPAbstractType()
           
 
Method Summary
 byte[] getAnld()
          Get the anld field for the PAP record.
 BorderCode getBrcBar()
          Get the brcBar field for the PAP record.
 BorderCode getBrcBetween()
          Get the brcBetween field for the PAP record.
 BorderCode getBrcBottom()
          Get the brcBottom field for the PAP record.
 byte getBrcl()
          Border line style.
 BorderCode getBrcLeft()
          Get the brcLeft field for the PAP record.
 byte getBrcp()
          Rectangle border codes.
 BorderCode getBrcRight()
          Get the brcRight field for the PAP record.
 BorderCode getBrcTop()
          Get the brcTop field for the PAP record.
 DropCapSpecifier getDcs()
          Get the dcs field for the PAP record.
 DateAndTime getDttmPropRMark()
          Get the dttmPropRMark field for the PAP record.
 int getDxaAbs()
          Get the dxaAbs field for the PAP record.
 int getDxaFromText()
          Horizontal distance between text and absolutely positioned object.
 int getDxaLeft()
          Get the dxaLeft field for the PAP record.
 int getDxaLeft1()
          Get the dxaLeft1 field for the PAP record.
 int getDxaRight()
          Get the dxaRight field for the PAP record.
 int getDxaWidth()
          Get the dxaWidth field for the PAP record.
 short getDxcLeft()
          Left indent in character units.
 short getDxcLeft1()
          First line indent in character units.
 short getDxcRight()
          Right indent in character units.
 int getDyaAbs()
          Get the dyaAbs field for the PAP record.
 int getDyaAfter()
          Space after paragraph.
 int getDyaBefore()
          Space before paragraph.
 int getDyaFromText()
          Vertical distance between text and absolutely positioned object.
 int getDyaHeight()
          Get the dyaHeight field for the PAP record.
 boolean getFAdjustRight()
          Get the fAdjustRight field for the PAP record.
 boolean getFAutoSpaceDE()
          auto space East Asian and alphabetic characters.
 boolean getFAutoSpaceDN()
          auto space East Asian and numeric characters.
 boolean getFBiDi()
          Get the fBiDi field for the PAP record.
 boolean getFBrLnAbove()
          Get the fBrLnAbove field for the PAP record.
 boolean getFBrLnBelow()
          Get the fBrLnBelow field for the PAP record.
 boolean getFCrLf()
          Get the fCrLf field for the PAP record.
 boolean getFDyaAfterAuto()
          Vertical spacing after is automatic.
 boolean getFDyaBeforeAuto()
          Vertical spacing before is automatic.
 boolean getFInnerTableCell()
          When 1, the end of paragraph mark is really an end of cell mark for a nested table cell.
 boolean getFInTable()
          Paragraph is in table flag.
 boolean getFinTableW97()
          Archaic paragraph is in table flag.
 boolean getFKeep()
          Get the fKeep field for the PAP record.
 boolean getFKeepFollow()
          Get the fKeepFollow field for the PAP record.
 boolean getFKinsoku()
          apply Kinsoku rules when performing line wrapping.
 boolean getFLocked()
          Anchor of an absolutely positioned frame is locked.
 boolean getFMinHeight()
          Minimum height is exact or auto.
 boolean getFNoAllowOverlap()
          Get the fNoAllowOverlap field for the PAP record.
 boolean getFNoAutoHyph()
          Get the fNoAutoHyph field for the PAP record.
 boolean getFNoLnn()
          No line numbering.
 boolean getFNumRMIns()
          Get the fNumRMIns field for the PAP record.
 short getFontAlign()
          Used internally by Word.
 boolean getFOpenTch()
          Ensure the Table Cell char doesn't show up as zero height.
 boolean getFOverflowPunct()
          apply overflow punctuation rules when performing line wrapping.
 boolean getFPageBreakBefore()
          Get the fPageBreakBefore field for the PAP record.
 boolean getFPropRMark()
          Get the fPropRMark field for the PAP record.
 boolean getFSideBySide()
          Get the fSideBySide field for the PAP record.
 boolean getFTopLinePunct()
          perform top line punctuation processing.
 boolean getFTtp()
          Table trailer paragraph (last in table row).
 boolean getFTtpEmbedded()
          Word 97 compatibility indicates this end of paragraph mark is really an end of row marker for a nested table.
 boolean getFUsePgsuSettings()
          Get the fUsePgsuSettings field for the PAP record.
 boolean getFWidowControl()
          1, Word will prevent widowed lines in this paragraph from being placed at the beginning of a page.
 boolean getFWordWrap()
          perform word wrap.
 int getIbstPropRMark()
          Get the ibstPropRMark field for the PAP record.
 int getIlfo()
          1-based index into the pllfo (lists structure), if non-zero.
 byte getIlvl()
          List level if non-zero.
 int getIstd()
          Index to style descriptor.
 int getItap()
          Table nesting level.
 int getItbdMac()
          Get the itbdMac field for the PAP record.
 byte getJc()
          Get the jc field for the PAP record.
 LineSpacingDescriptor getLspd()
          Line spacing descriptor.
 byte getLvl()
          Outline level.
 byte[] getNumrm()
          Get the numrm field for the PAP record.
 byte getPcHorz()
          Get the pcHorz field for the PAP record.
 byte getPcVert()
          Get the pcVert field for the PAP record.
 byte[] getPhe()
          Get the phe field for the PAP record.
 byte[] getPtap()
          Get the ptap field for the PAP record.
 int[] getRgdxaTab()
          Get the rgdxaTab field for the PAP record.
 byte[] getRgtbd()
          Get the rgtbd field for the PAP record.
 ShadingDescriptor getShd()
          Get the shd field for the PAP record.
 int getWAlignFont()
          Get the wAlignFont field for the PAP record.
 byte getWr()
          Get the wr field for the PAP record.
 boolean isFBackward()
           
 boolean isFRotateFont()
           
 boolean isFVertical()
           
 void setAnld(byte[] field_68_anld)
          Set the anld field for the PAP record.
 void setBrcBar(BorderCode field_66_brcBar)
          Set the brcBar field for the PAP record.
 void setBrcBetween(BorderCode field_65_brcBetween)
          Set the brcBetween field for the PAP record.
 void setBrcBottom(BorderCode field_63_brcBottom)
          Set the brcBottom field for the PAP record.
 void setBrcl(byte field_6_brcl)
          Border line style.
 void setBrcLeft(BorderCode field_62_brcLeft)
          Set the brcLeft field for the PAP record.
 void setBrcp(byte field_7_brcp)
          Rectangle border codes.
 void setBrcRight(BorderCode field_64_brcRight)
          Set the brcRight field for the PAP record.
 void setBrcTop(BorderCode field_61_brcTop)
          Set the brcTop field for the PAP record.
 void setDcs(DropCapSpecifier field_28_dcs)
          Set the dcs field for the PAP record.
 void setDttmPropRMark(DateAndTime field_72_dttmPropRMark)
          Set the dttmPropRMark field for the PAP record.
 void setDxaAbs(int field_17_dxaAbs)
          Set the dxaAbs field for the PAP record.
 void setDxaFromText(int field_30_dxaFromText)
          Horizontal distance between text and absolutely positioned object.
 void setDxaLeft(int field_57_dxaLeft)
          Set the dxaLeft field for the PAP record.
 void setDxaLeft1(int field_58_dxaLeft1)
          Set the dxaLeft1 field for the PAP record.
 void setDxaRight(int field_56_dxaRight)
          Set the dxaRight field for the PAP record.
 void setDxaWidth(int field_19_dxaWidth)
          Set the dxaWidth field for the PAP record.
 void setDxcLeft(short field_52_dxcLeft)
          Left indent in character units.
 void setDxcLeft1(short field_53_dxcLeft1)
          First line indent in character units.
 void setDxcRight(short field_51_dxcRight)
          Right indent in character units.
 void setDyaAbs(int field_18_dyaAbs)
          Set the dyaAbs field for the PAP record.
 void setDyaAfter(int field_13_dyaAfter)
          Space after paragraph.
 void setDyaBefore(int field_12_dyaBefore)
          Space before paragraph.
 void setDyaFromText(int field_29_dyaFromText)
          Vertical distance between text and absolutely positioned object.
 void setDyaHeight(int field_26_dyaHeight)
          Set the dyaHeight field for the PAP record.
 void setFAdjustRight(boolean field_46_fAdjustRight)
          Set the fAdjustRight field for the PAP record.
 void setFAutoSpaceDE(boolean field_37_fAutoSpaceDE)
          auto space East Asian and alphabetic characters.
 void setFAutoSpaceDN(boolean field_38_fAutoSpaceDN)
          auto space East Asian and numeric characters.
 void setFBackward(boolean value)
          Sets the fBackward field value.
 void setFBiDi(boolean field_42_fBiDi)
          Set the fBiDi field for the PAP record.
 void setFBrLnAbove(boolean field_20_fBrLnAbove)
          Set the fBrLnAbove field for the PAP record.
 void setFBrLnBelow(boolean field_21_fBrLnBelow)
          Set the fBrLnBelow field for the PAP record.
 void setFCrLf(boolean field_44_fCrLf)
          Set the fCrLf field for the PAP record.
 void setFDyaAfterAuto(boolean field_55_fDyaAfterAuto)
          Vertical spacing after is automatic.
 void setFDyaBeforeAuto(boolean field_54_fDyaBeforeAuto)
          Vertical spacing before is automatic.
 void setFInnerTableCell(boolean field_48_fInnerTableCell)
          When 1, the end of paragraph mark is really an end of cell mark for a nested table cell.
 void setFInTable(boolean field_14_fInTable)
          Paragraph is in table flag.
 void setFinTableW97(boolean field_15_finTableW97)
          Archaic paragraph is in table flag.
 void setFKeep(boolean field_3_fKeep)
          Set the fKeep field for the PAP record.
 void setFKeepFollow(boolean field_4_fKeepFollow)
          Set the fKeepFollow field for the PAP record.
 void setFKinsoku(boolean field_33_fKinsoku)
          apply Kinsoku rules when performing line wrapping.
 void setFLocked(boolean field_31_fLocked)
          Anchor of an absolutely positioned frame is locked.
 void setFMinHeight(boolean field_27_fMinHeight)
          Minimum height is exact or auto.
 void setFNoAllowOverlap(boolean field_60_fNoAllowOverlap)
          Set the fNoAllowOverlap field for the PAP record.
 void setFNoAutoHyph(boolean field_25_fNoAutoHyph)
          Set the fNoAutoHyph field for the PAP record.
 void setFNoLnn(boolean field_10_fNoLnn)
          No line numbering.
 void setFNumRMIns(boolean field_43_fNumRMIns)
          Set the fNumRMIns field for the PAP record.
 void setFontAlign(short field_40_fontAlign)
          Used internally by Word.
 void setFOpenTch(boolean field_49_fOpenTch)
          Ensure the Table Cell char doesn't show up as zero height.
 void setFOverflowPunct(boolean field_35_fOverflowPunct)
          apply overflow punctuation rules when performing line wrapping.
 void setFPageBreakBefore(boolean field_5_fPageBreakBefore)
          Set the fPageBreakBefore field for the PAP record.
 void setFPropRMark(boolean field_70_fPropRMark)
          Set the fPropRMark field for the PAP record.
 void setFRotateFont(boolean value)
          Sets the fRotateFont field value.
 void setFSideBySide(boolean field_2_fSideBySide)
          Set the fSideBySide field for the PAP record.
 void setFTopLinePunct(boolean field_36_fTopLinePunct)
          perform top line punctuation processing.
 void setFTtp(boolean field_16_fTtp)
          Table trailer paragraph (last in table row).
 void setFTtpEmbedded(boolean field_50_fTtpEmbedded)
          Word 97 compatibility indicates this end of paragraph mark is really an end of row marker for a nested table.
 void setFUsePgsuSettings(boolean field_45_fUsePgsuSettings)
          Set the fUsePgsuSettings field for the PAP record.
 void setFVertical(boolean value)
          Sets the fVertical field value.
 void setFWidowControl(boolean field_32_fWidowControl)
          1, Word will prevent widowed lines in this paragraph from being placed at the beginning of a page.
 void setFWordWrap(boolean field_34_fWordWrap)
          perform word wrap.
 void setIbstPropRMark(int field_71_ibstPropRMark)
          Set the ibstPropRMark field for the PAP record.
 void setIlfo(int field_9_ilfo)
          1-based index into the pllfo (lists structure), if non-zero.
 void setIlvl(byte field_8_ilvl)
          List level if non-zero.
 void setIstd(int field_1_istd)
          Index to style descriptor.
 void setItap(int field_47_itap)
          Table nesting level.
 void setItbdMac(int field_73_itbdMac)
          Set the itbdMac field for the PAP record.
 void setJc(byte field_59_jc)
          Set the jc field for the PAP record.
 void setLspd(LineSpacingDescriptor field_11_lspd)
          Line spacing descriptor.
 void setLvl(byte field_41_lvl)
          Outline level.
 void setNumrm(byte[] field_76_numrm)
          Set the numrm field for the PAP record.
 void setPcHorz(byte field_23_pcHorz)
          Set the pcHorz field for the PAP record.
 void setPcVert(byte field_22_pcVert)
          Set the pcVert field for the PAP record.
 void setPhe(byte[] field_69_phe)
          Set the phe field for the PAP record.
 void setPtap(byte[] field_77_ptap)
          Set the ptap field for the PAP record.
 void setRgdxaTab(int[] field_74_rgdxaTab)
          Set the rgdxaTab field for the PAP record.
 void setRgtbd(byte[] field_75_rgtbd)
          Set the rgtbd field for the PAP record.
 void setShd(ShadingDescriptor field_67_shd)
          Set the shd field for the PAP record.
 void setWAlignFont(int field_39_wAlignFont)
          Set the wAlignFont field for the PAP record.
 void setWr(byte field_24_wr)
          Set the wr field for the PAP record.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

field_1_istd

protected int field_1_istd

field_2_fSideBySide

protected boolean field_2_fSideBySide

field_3_fKeep

protected boolean field_3_fKeep

field_4_fKeepFollow

protected boolean field_4_fKeepFollow

field_5_fPageBreakBefore

protected boolean field_5_fPageBreakBefore

field_6_brcl

protected byte field_6_brcl

BRCL_SINGLE

public static final byte BRCL_SINGLE
See Also:
Constant Field Values

BRCL_THICK

public static final byte BRCL_THICK
See Also:
Constant Field Values

BRCL_DOUBLE

public static final byte BRCL_DOUBLE
See Also:
Constant Field Values

BRCL_SHADOW

public static final byte BRCL_SHADOW
See Also:
Constant Field Values

field_7_brcp

protected byte field_7_brcp

BRCP_NONE

public static final byte BRCP_NONE
See Also:
Constant Field Values

BRCP_BORDER_ABOVE

public static final byte BRCP_BORDER_ABOVE
See Also:
Constant Field Values

BRCP_BORDER_BELOW

public static final byte BRCP_BORDER_BELOW
See Also:
Constant Field Values

BRCP_BOX_AROUND

public static final byte BRCP_BOX_AROUND
See Also:
Constant Field Values

BRCP_BAR_TO_LEFT_OF_PARAGRAPH

public static final byte BRCP_BAR_TO_LEFT_OF_PARAGRAPH
See Also:
Constant Field Values

field_8_ilvl

protected byte field_8_ilvl

field_9_ilfo

protected int field_9_ilfo

field_10_fNoLnn

protected boolean field_10_fNoLnn

field_11_lspd

protected LineSpacingDescriptor field_11_lspd

field_12_dyaBefore

protected int field_12_dyaBefore

field_13_dyaAfter

protected int field_13_dyaAfter

field_14_fInTable

protected boolean field_14_fInTable

field_15_finTableW97

protected boolean field_15_finTableW97

field_16_fTtp

protected boolean field_16_fTtp

field_17_dxaAbs

protected int field_17_dxaAbs

field_18_dyaAbs

protected int field_18_dyaAbs

field_19_dxaWidth

protected int field_19_dxaWidth

field_20_fBrLnAbove

protected boolean field_20_fBrLnAbove

field_21_fBrLnBelow

protected boolean field_21_fBrLnBelow

field_22_pcVert

protected byte field_22_pcVert

field_23_pcHorz

protected byte field_23_pcHorz

field_24_wr

protected byte field_24_wr

field_25_fNoAutoHyph

protected boolean field_25_fNoAutoHyph

field_26_dyaHeight

protected int field_26_dyaHeight

field_27_fMinHeight

protected boolean field_27_fMinHeight

FMINHEIGHT_EXACT

public static final boolean FMINHEIGHT_EXACT
See Also:
Constant Field Values

FMINHEIGHT_AT_LEAST

public static final boolean FMINHEIGHT_AT_LEAST
See Also:
Constant Field Values

field_28_dcs

protected DropCapSpecifier field_28_dcs

field_29_dyaFromText

protected int field_29_dyaFromText

field_30_dxaFromText

protected int field_30_dxaFromText

field_31_fLocked

protected boolean field_31_fLocked

field_32_fWidowControl

protected boolean field_32_fWidowControl

field_33_fKinsoku

protected boolean field_33_fKinsoku

field_34_fWordWrap

protected boolean field_34_fWordWrap

field_35_fOverflowPunct

protected boolean field_35_fOverflowPunct

field_36_fTopLinePunct

protected boolean field_36_fTopLinePunct

field_37_fAutoSpaceDE

protected boolean field_37_fAutoSpaceDE

field_38_fAutoSpaceDN

protected boolean field_38_fAutoSpaceDN

field_39_wAlignFont

protected int field_39_wAlignFont

WALIGNFONT_HANGING

public static final byte WALIGNFONT_HANGING
See Also:
Constant Field Values

WALIGNFONT_CENTERED

public static final byte WALIGNFONT_CENTERED
See Also:
Constant Field Values

WALIGNFONT_ROMAN

public static final byte WALIGNFONT_ROMAN
See Also:
Constant Field Values

WALIGNFONT_VARIABLE

public static final byte WALIGNFONT_VARIABLE
See Also:
Constant Field Values

WALIGNFONT_AUTO

public static final byte WALIGNFONT_AUTO
See Also:
Constant Field Values

field_40_fontAlign

protected short field_40_fontAlign

field_41_lvl

protected byte field_41_lvl

field_42_fBiDi

protected boolean field_42_fBiDi

field_43_fNumRMIns

protected boolean field_43_fNumRMIns

field_44_fCrLf

protected boolean field_44_fCrLf

field_45_fUsePgsuSettings

protected boolean field_45_fUsePgsuSettings

field_46_fAdjustRight

protected boolean field_46_fAdjustRight

field_47_itap

protected int field_47_itap

field_48_fInnerTableCell

protected boolean field_48_fInnerTableCell

field_49_fOpenTch

protected boolean field_49_fOpenTch

field_50_fTtpEmbedded

protected boolean field_50_fTtpEmbedded

field_51_dxcRight

protected short field_51_dxcRight

field_52_dxcLeft

protected short field_52_dxcLeft

field_53_dxcLeft1

protected short field_53_dxcLeft1

field_54_fDyaBeforeAuto

protected boolean field_54_fDyaBeforeAuto

field_55_fDyaAfterAuto

protected boolean field_55_fDyaAfterAuto

field_56_dxaRight

protected int field_56_dxaRight

field_57_dxaLeft

protected int field_57_dxaLeft

field_58_dxaLeft1

protected int field_58_dxaLeft1

field_59_jc

protected byte field_59_jc

field_60_fNoAllowOverlap

protected boolean field_60_fNoAllowOverlap

field_61_brcTop

protected BorderCode field_61_brcTop

field_62_brcLeft

protected BorderCode field_62_brcLeft

field_63_brcBottom

protected BorderCode field_63_brcBottom

field_64_brcRight

protected BorderCode field_64_brcRight

field_65_brcBetween

protected BorderCode field_65_brcBetween

field_66_brcBar

protected BorderCode field_66_brcBar

field_67_shd

protected ShadingDescriptor field_67_shd

field_68_anld

protected byte[] field_68_anld

field_69_phe

protected byte[] field_69_phe

field_70_fPropRMark

protected boolean field_70_fPropRMark

field_71_ibstPropRMark

protected int field_71_ibstPropRMark

field_72_dttmPropRMark

protected DateAndTime field_72_dttmPropRMark

field_73_itbdMac

protected int field_73_itbdMac

field_74_rgdxaTab

protected int[] field_74_rgdxaTab

field_75_rgtbd

protected byte[] field_75_rgtbd

field_76_numrm

protected byte[] field_76_numrm

field_77_ptap

protected byte[] field_77_ptap
Constructor Detail

PAPAbstractType

protected PAPAbstractType()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getIstd

public int getIstd()
Index to style descriptor.


setIstd

public void setIstd(int field_1_istd)
Index to style descriptor.


getFSideBySide

public boolean getFSideBySide()
Get the fSideBySide field for the PAP record.


setFSideBySide

public void setFSideBySide(boolean field_2_fSideBySide)
Set the fSideBySide field for the PAP record.


getFKeep

public boolean getFKeep()
Get the fKeep field for the PAP record.


setFKeep

public void setFKeep(boolean field_3_fKeep)
Set the fKeep field for the PAP record.


getFKeepFollow

public boolean getFKeepFollow()
Get the fKeepFollow field for the PAP record.


setFKeepFollow

public void setFKeepFollow(boolean field_4_fKeepFollow)
Set the fKeepFollow field for the PAP record.


getFPageBreakBefore

public boolean getFPageBreakBefore()
Get the fPageBreakBefore field for the PAP record.


setFPageBreakBefore

public void setFPageBreakBefore(boolean field_5_fPageBreakBefore)
Set the fPageBreakBefore field for the PAP record.


getBrcl

public byte getBrcl()
Border line style.

Returns:
One of
  • BRCL_SINGLE
  • BRCL_THICK
  • BRCL_DOUBLE
  • BRCL_SHADOW

  • setBrcl

    public void setBrcl(byte field_6_brcl)
    Border line style.

    Parameters:
    field_6_brcl - One of
  • BRCL_SINGLE
  • BRCL_THICK
  • BRCL_DOUBLE
  • BRCL_SHADOW

  • getBrcp

    public byte getBrcp()
    Rectangle border codes.

    Returns:
    One of
  • BRCP_NONE
  • BRCP_BORDER_ABOVE
  • BRCP_BORDER_BELOW
  • BRCP_BOX_AROUND
  • BRCP_BAR_TO_LEFT_OF_PARAGRAPH

  • setBrcp

    public void setBrcp(byte field_7_brcp)
    Rectangle border codes.

    Parameters:
    field_7_brcp - One of
  • BRCP_NONE
  • BRCP_BORDER_ABOVE
  • BRCP_BORDER_BELOW
  • BRCP_BOX_AROUND
  • BRCP_BAR_TO_LEFT_OF_PARAGRAPH

  • getIlvl

    public byte getIlvl()
    List level if non-zero.


    setIlvl

    public void setIlvl(byte field_8_ilvl)
    List level if non-zero.


    getIlfo

    public int getIlfo()
    1-based index into the pllfo (lists structure), if non-zero.


    setIlfo

    public void setIlfo(int field_9_ilfo)
    1-based index into the pllfo (lists structure), if non-zero.


    getFNoLnn

    public boolean getFNoLnn()
    No line numbering.


    setFNoLnn

    public void setFNoLnn(boolean field_10_fNoLnn)
    No line numbering.


    getLspd

    public LineSpacingDescriptor getLspd()
    Line spacing descriptor.


    setLspd

    public void setLspd(LineSpacingDescriptor field_11_lspd)
    Line spacing descriptor.


    getDyaBefore

    public int getDyaBefore()
    Space before paragraph.


    setDyaBefore

    public void setDyaBefore(int field_12_dyaBefore)
    Space before paragraph.


    getDyaAfter

    public int getDyaAfter()
    Space after paragraph.


    setDyaAfter

    public void setDyaAfter(int field_13_dyaAfter)
    Space after paragraph.


    getFInTable

    public boolean getFInTable()
    Paragraph is in table flag.


    setFInTable

    public void setFInTable(boolean field_14_fInTable)
    Paragraph is in table flag.


    getFinTableW97

    public boolean getFinTableW97()
    Archaic paragraph is in table flag.


    setFinTableW97

    public void setFinTableW97(boolean field_15_finTableW97)
    Archaic paragraph is in table flag.


    getFTtp

    public boolean getFTtp()
    Table trailer paragraph (last in table row).


    setFTtp

    public void setFTtp(boolean field_16_fTtp)
    Table trailer paragraph (last in table row).


    getDxaAbs

    public int getDxaAbs()
    Get the dxaAbs field for the PAP record.


    setDxaAbs

    public void setDxaAbs(int field_17_dxaAbs)
    Set the dxaAbs field for the PAP record.


    getDyaAbs

    public int getDyaAbs()
    Get the dyaAbs field for the PAP record.


    setDyaAbs

    public void setDyaAbs(int field_18_dyaAbs)
    Set the dyaAbs field for the PAP record.


    getDxaWidth

    public int getDxaWidth()
    Get the dxaWidth field for the PAP record.


    setDxaWidth

    public void setDxaWidth(int field_19_dxaWidth)
    Set the dxaWidth field for the PAP record.


    getFBrLnAbove

    public boolean getFBrLnAbove()
    Get the fBrLnAbove field for the PAP record.


    setFBrLnAbove

    public void setFBrLnAbove(boolean field_20_fBrLnAbove)
    Set the fBrLnAbove field for the PAP record.


    getFBrLnBelow

    public boolean getFBrLnBelow()
    Get the fBrLnBelow field for the PAP record.


    setFBrLnBelow

    public void setFBrLnBelow(boolean field_21_fBrLnBelow)
    Set the fBrLnBelow field for the PAP record.


    getPcVert

    public byte getPcVert()
    Get the pcVert field for the PAP record.


    setPcVert

    public void setPcVert(byte field_22_pcVert)
    Set the pcVert field for the PAP record.


    getPcHorz

    public byte getPcHorz()
    Get the pcHorz field for the PAP record.


    setPcHorz

    public void setPcHorz(byte field_23_pcHorz)
    Set the pcHorz field for the PAP record.


    getWr

    public byte getWr()
    Get the wr field for the PAP record.


    setWr

    public void setWr(byte field_24_wr)
    Set the wr field for the PAP record.


    getFNoAutoHyph

    public boolean getFNoAutoHyph()
    Get the fNoAutoHyph field for the PAP record.


    setFNoAutoHyph

    public void setFNoAutoHyph(boolean field_25_fNoAutoHyph)
    Set the fNoAutoHyph field for the PAP record.


    getDyaHeight

    public int getDyaHeight()
    Get the dyaHeight field for the PAP record.


    setDyaHeight

    public void setDyaHeight(int field_26_dyaHeight)
    Set the dyaHeight field for the PAP record.


    getFMinHeight

    public boolean getFMinHeight()
    Minimum height is exact or auto.

    Returns:
    One of
  • FMINHEIGHT_EXACT
  • FMINHEIGHT_AT_LEAST

  • setFMinHeight

    public void setFMinHeight(boolean field_27_fMinHeight)
    Minimum height is exact or auto.

    Parameters:
    field_27_fMinHeight - One of
  • FMINHEIGHT_EXACT
  • FMINHEIGHT_AT_LEAST

  • getDcs

    public DropCapSpecifier getDcs()
    Get the dcs field for the PAP record.


    setDcs

    public void setDcs(DropCapSpecifier field_28_dcs)
    Set the dcs field for the PAP record.


    getDyaFromText

    public int getDyaFromText()
    Vertical distance between text and absolutely positioned object.


    setDyaFromText

    public void setDyaFromText(int field_29_dyaFromText)
    Vertical distance between text and absolutely positioned object.


    getDxaFromText

    public int getDxaFromText()
    Horizontal distance between text and absolutely positioned object.


    setDxaFromText

    public void setDxaFromText(int field_30_dxaFromText)
    Horizontal distance between text and absolutely positioned object.


    getFLocked

    public boolean getFLocked()
    Anchor of an absolutely positioned frame is locked.


    setFLocked

    public void setFLocked(boolean field_31_fLocked)
    Anchor of an absolutely positioned frame is locked.


    getFWidowControl

    public boolean getFWidowControl()
    1, Word will prevent widowed lines in this paragraph from being placed at the beginning of a page.


    setFWidowControl

    public void setFWidowControl(boolean field_32_fWidowControl)
    1, Word will prevent widowed lines in this paragraph from being placed at the beginning of a page.


    getFKinsoku

    public boolean getFKinsoku()
    apply Kinsoku rules when performing line wrapping.


    setFKinsoku

    public void setFKinsoku(boolean field_33_fKinsoku)
    apply Kinsoku rules when performing line wrapping.


    getFWordWrap

    public boolean getFWordWrap()
    perform word wrap.


    setFWordWrap

    public void setFWordWrap(boolean field_34_fWordWrap)
    perform word wrap.


    getFOverflowPunct

    public boolean getFOverflowPunct()
    apply overflow punctuation rules when performing line wrapping.


    setFOverflowPunct

    public void setFOverflowPunct(boolean field_35_fOverflowPunct)
    apply overflow punctuation rules when performing line wrapping.


    getFTopLinePunct

    public boolean getFTopLinePunct()
    perform top line punctuation processing.


    setFTopLinePunct

    public void setFTopLinePunct(boolean field_36_fTopLinePunct)
    perform top line punctuation processing.


    getFAutoSpaceDE

    public boolean getFAutoSpaceDE()
    auto space East Asian and alphabetic characters.


    setFAutoSpaceDE

    public void setFAutoSpaceDE(boolean field_37_fAutoSpaceDE)
    auto space East Asian and alphabetic characters.


    getFAutoSpaceDN

    public boolean getFAutoSpaceDN()
    auto space East Asian and numeric characters.


    setFAutoSpaceDN

    public void setFAutoSpaceDN(boolean field_38_fAutoSpaceDN)
    auto space East Asian and numeric characters.


    getWAlignFont

    public int getWAlignFont()
    Get the wAlignFont field for the PAP record.

    Returns:
    One of
  • WALIGNFONT_HANGING
  • WALIGNFONT_CENTERED
  • WALIGNFONT_ROMAN
  • WALIGNFONT_VARIABLE
  • WALIGNFONT_AUTO

  • setWAlignFont

    public void setWAlignFont(int field_39_wAlignFont)
    Set the wAlignFont field for the PAP record.

    Parameters:
    field_39_wAlignFont - One of
  • WALIGNFONT_HANGING
  • WALIGNFONT_CENTERED
  • WALIGNFONT_ROMAN
  • WALIGNFONT_VARIABLE
  • WALIGNFONT_AUTO

  • getFontAlign

    public short getFontAlign()
    Used internally by Word.


    setFontAlign

    public void setFontAlign(short field_40_fontAlign)
    Used internally by Word.


    getLvl

    public byte getLvl()
    Outline level.


    setLvl

    public void setLvl(byte field_41_lvl)
    Outline level.


    getFBiDi

    public boolean getFBiDi()
    Get the fBiDi field for the PAP record.


    setFBiDi

    public void setFBiDi(boolean field_42_fBiDi)
    Set the fBiDi field for the PAP record.


    getFNumRMIns

    public boolean getFNumRMIns()
    Get the fNumRMIns field for the PAP record.


    setFNumRMIns

    public void setFNumRMIns(boolean field_43_fNumRMIns)
    Set the fNumRMIns field for the PAP record.


    getFCrLf

    public boolean getFCrLf()
    Get the fCrLf field for the PAP record.


    setFCrLf

    public void setFCrLf(boolean field_44_fCrLf)
    Set the fCrLf field for the PAP record.


    getFUsePgsuSettings

    public boolean getFUsePgsuSettings()
    Get the fUsePgsuSettings field for the PAP record.


    setFUsePgsuSettings

    public void setFUsePgsuSettings(boolean field_45_fUsePgsuSettings)
    Set the fUsePgsuSettings field for the PAP record.


    getFAdjustRight

    public boolean getFAdjustRight()
    Get the fAdjustRight field for the PAP record.


    setFAdjustRight

    public void setFAdjustRight(boolean field_46_fAdjustRight)
    Set the fAdjustRight field for the PAP record.


    getItap

    public int getItap()
    Table nesting level.


    setItap

    public void setItap(int field_47_itap)
    Table nesting level.


    getFInnerTableCell

    public boolean getFInnerTableCell()
    When 1, the end of paragraph mark is really an end of cell mark for a nested table cell.


    setFInnerTableCell

    public void setFInnerTableCell(boolean field_48_fInnerTableCell)
    When 1, the end of paragraph mark is really an end of cell mark for a nested table cell.


    getFOpenTch

    public boolean getFOpenTch()
    Ensure the Table Cell char doesn't show up as zero height.


    setFOpenTch

    public void setFOpenTch(boolean field_49_fOpenTch)
    Ensure the Table Cell char doesn't show up as zero height.


    getFTtpEmbedded

    public boolean getFTtpEmbedded()
    Word 97 compatibility indicates this end of paragraph mark is really an end of row marker for a nested table.


    setFTtpEmbedded

    public void setFTtpEmbedded(boolean field_50_fTtpEmbedded)
    Word 97 compatibility indicates this end of paragraph mark is really an end of row marker for a nested table.


    getDxcRight

    public short getDxcRight()
    Right indent in character units.


    setDxcRight

    public void setDxcRight(short field_51_dxcRight)
    Right indent in character units.


    getDxcLeft

    public short getDxcLeft()
    Left indent in character units.


    setDxcLeft

    public void setDxcLeft(short field_52_dxcLeft)
    Left indent in character units.


    getDxcLeft1

    public short getDxcLeft1()
    First line indent in character units.


    setDxcLeft1

    public void setDxcLeft1(short field_53_dxcLeft1)
    First line indent in character units.


    getFDyaBeforeAuto

    public boolean getFDyaBeforeAuto()
    Vertical spacing before is automatic.


    setFDyaBeforeAuto

    public void setFDyaBeforeAuto(boolean field_54_fDyaBeforeAuto)
    Vertical spacing before is automatic.


    getFDyaAfterAuto

    public boolean getFDyaAfterAuto()
    Vertical spacing after is automatic.


    setFDyaAfterAuto

    public void setFDyaAfterAuto(boolean field_55_fDyaAfterAuto)
    Vertical spacing after is automatic.


    getDxaRight

    public int getDxaRight()
    Get the dxaRight field for the PAP record.


    setDxaRight

    public void setDxaRight(int field_56_dxaRight)
    Set the dxaRight field for the PAP record.


    getDxaLeft

    public int getDxaLeft()
    Get the dxaLeft field for the PAP record.


    setDxaLeft

    public void setDxaLeft(int field_57_dxaLeft)
    Set the dxaLeft field for the PAP record.


    getDxaLeft1

    public int getDxaLeft1()
    Get the dxaLeft1 field for the PAP record.


    setDxaLeft1

    public void setDxaLeft1(int field_58_dxaLeft1)
    Set the dxaLeft1 field for the PAP record.


    getJc

    public byte getJc()
    Get the jc field for the PAP record.


    setJc

    public void setJc(byte field_59_jc)
    Set the jc field for the PAP record.


    getFNoAllowOverlap

    public boolean getFNoAllowOverlap()
    Get the fNoAllowOverlap field for the PAP record.


    setFNoAllowOverlap

    public void setFNoAllowOverlap(boolean field_60_fNoAllowOverlap)
    Set the fNoAllowOverlap field for the PAP record.


    getBrcTop

    public BorderCode getBrcTop()
    Get the brcTop field for the PAP record.


    setBrcTop

    public void setBrcTop(BorderCode field_61_brcTop)
    Set the brcTop field for the PAP record.


    getBrcLeft

    public BorderCode getBrcLeft()
    Get the brcLeft field for the PAP record.


    setBrcLeft

    public void setBrcLeft(BorderCode field_62_brcLeft)
    Set the brcLeft field for the PAP record.


    getBrcBottom

    public BorderCode getBrcBottom()
    Get the brcBottom field for the PAP record.


    setBrcBottom

    public void setBrcBottom(BorderCode field_63_brcBottom)
    Set the brcBottom field for the PAP record.


    getBrcRight

    public BorderCode getBrcRight()
    Get the brcRight field for the PAP record.


    setBrcRight

    public void setBrcRight(BorderCode field_64_brcRight)
    Set the brcRight field for the PAP record.


    getBrcBetween

    public BorderCode getBrcBetween()
    Get the brcBetween field for the PAP record.


    setBrcBetween

    public void setBrcBetween(BorderCode field_65_brcBetween)
    Set the brcBetween field for the PAP record.


    getBrcBar

    public BorderCode getBrcBar()
    Get the brcBar field for the PAP record.


    setBrcBar

    public void setBrcBar(BorderCode field_66_brcBar)
    Set the brcBar field for the PAP record.


    getShd

    public ShadingDescriptor getShd()
    Get the shd field for the PAP record.


    setShd

    public void setShd(ShadingDescriptor field_67_shd)
    Set the shd field for the PAP record.


    getAnld

    public byte[] getAnld()
    Get the anld field for the PAP record.


    setAnld

    public void setAnld(byte[] field_68_anld)
    Set the anld field for the PAP record.


    getPhe

    public byte[] getPhe()
    Get the phe field for the PAP record.


    setPhe

    public void setPhe(byte[] field_69_phe)
    Set the phe field for the PAP record.


    getFPropRMark

    public boolean getFPropRMark()
    Get the fPropRMark field for the PAP record.


    setFPropRMark

    public void setFPropRMark(boolean field_70_fPropRMark)
    Set the fPropRMark field for the PAP record.


    getIbstPropRMark

    public int getIbstPropRMark()
    Get the ibstPropRMark field for the PAP record.


    setIbstPropRMark

    public void setIbstPropRMark(int field_71_ibstPropRMark)
    Set the ibstPropRMark field for the PAP record.


    getDttmPropRMark

    public DateAndTime getDttmPropRMark()
    Get the dttmPropRMark field for the PAP record.


    setDttmPropRMark

    public void setDttmPropRMark(DateAndTime field_72_dttmPropRMark)
    Set the dttmPropRMark field for the PAP record.


    getItbdMac

    public int getItbdMac()
    Get the itbdMac field for the PAP record.


    setItbdMac

    public void setItbdMac(int field_73_itbdMac)
    Set the itbdMac field for the PAP record.


    getRgdxaTab

    public int[] getRgdxaTab()
    Get the rgdxaTab field for the PAP record.


    setRgdxaTab

    public void setRgdxaTab(int[] field_74_rgdxaTab)
    Set the rgdxaTab field for the PAP record.


    getRgtbd

    public byte[] getRgtbd()
    Get the rgtbd field for the PAP record.


    setRgtbd

    public void setRgtbd(byte[] field_75_rgtbd)
    Set the rgtbd field for the PAP record.


    getNumrm

    public byte[] getNumrm()
    Get the numrm field for the PAP record.


    setNumrm

    public void setNumrm(byte[] field_76_numrm)
    Set the numrm field for the PAP record.


    getPtap

    public byte[] getPtap()
    Get the ptap field for the PAP record.


    setPtap

    public void setPtap(byte[] field_77_ptap)
    Set the ptap field for the PAP record.


    setFVertical

    public void setFVertical(boolean value)
    Sets the fVertical field value.


    isFVertical

    public boolean isFVertical()
    Returns:
    the fVertical field value.

    setFBackward

    public void setFBackward(boolean value)
    Sets the fBackward field value.


    isFBackward

    public boolean isFBackward()
    Returns:
    the fBackward field value.

    setFRotateFont

    public void setFRotateFont(boolean value)
    Sets the fRotateFont field value.


    isFRotateFont

    public boolean isFRotateFont()
    Returns:
    the fRotateFont field value.


    Copyright 2011 The Apache Software Foundation or its licensors, as applicable.