Uses of Class
org.apache.poi.util.Internal

Packages that use Internal
org.apache.poi   
org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format. 
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hwpf   
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.dev   
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.model.io   
org.apache.poi.hwpf.model.types   
org.apache.poi.hwpf.sprm   
org.apache.poi.hwpf.usermodel   
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.ss.util   
org.apache.poi.xslf   
org.apache.poi.xslf.model   
org.apache.poi.xslf.usermodel   
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.charts   
org.apache.poi.xssf.usermodel.extensions   
org.apache.poi.xwpf.usermodel   
 

Uses of Internal in org.apache.poi
 

Methods in org.apache.poi with annotations of type Internal
protected  void POIDocument.copyNodeRecursively(Entry entry, DirectoryEntry target)
          Deprecated. 
 

Uses of Internal in org.apache.poi.ddf
 

Methods in org.apache.poi.ddf with annotations of type Internal
 short EscherRecord.getOptions()
          

options is an internal field.

 short EscherOptRecord.getOptions()
          Automatically recalculate the correct option
 void EscherRecord.setOptions(short options)
          Set the options this this record.
 

Uses of Internal in org.apache.poi.hssf.model
 

Classes in org.apache.poi.hssf.model with annotations of type Internal
 class InternalSheet
          Low level model implementation of a Sheet (one workbook contains many sheets) This file contains the low level binary records starting at the sheets BOF and ending with the sheets EOF.
 class InternalWorkbook
          Low level model implementation of a Workbook.
 

Uses of Internal in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with annotations of type Internal
 void HSSFPatriarch.addShape(HSSFShape shape)
          add a shape to this drawing
 

Uses of Internal in org.apache.poi.hwpf
 

Methods in org.apache.poi.hwpf with annotations of type Internal
 byte[] HWPFDocument.getDataStream()
           
 EscherRecordHolder HWPFDocument.getEscherRecordHolder()
           
 FieldsTables HWPFDocument.getFieldsTables()
          Deprecated.  
 RevisionMarkAuthorTable HWPFDocument.getRevisionMarkAuthorTable()
          Gets a reference to the revision mark author table, which holds the revision mark authors for the document.
 SavedByTable HWPFDocument.getSavedByTable()
          Gets a reference to the saved -by table, which holds the save history for the document.
 ShapesTable HWPFDocument.getShapesTable()
          Deprecated. use HWPFDocument.getOfficeDrawingsMain() instead
 byte[] HWPFDocument.getTableStream()
           
abstract  java.lang.StringBuilder HWPFDocumentCore.getText()
          Internal method to access document text
 java.lang.StringBuilder HWPFDocument.getText()
           
 TextPieceTable HWPFDocument.getTextTable()
           
 

Uses of Internal in org.apache.poi.hwpf.converter
 

Methods in org.apache.poi.hwpf.converter with annotations of type Internal
protected abstract  void AbstractWordConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)
           
 

Uses of Internal in org.apache.poi.hwpf.dev
 

Classes in org.apache.poi.hwpf.dev with annotations of type Internal
 class FieldIterator
           For iterating through our fields.
 class RecordUtil
          Helper functions for the record transformations.
 

Uses of Internal in org.apache.poi.hwpf.model
 

Classes in org.apache.poi.hwpf.model with annotations of type Internal
 class BookmarkFirstDescriptor
           
 class BookmarksTables
           
 class CachedPropertyNode
           
 interface CharIndexTranslator
           
 class CHPBinTable
          This class holds all of the character formatting properties.
 class CHPFormattedDiskPage
          Represents a CHP fkp.
 class CHPX
          DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out!
 class Colorref
          24-bit color structure
 class ComplexFileTable
           
 class DocumentProperties
          Comment me
 class EscherRecordHolder
          Based on AbstractEscherRecordHolder from HSSF.
 class Ffn
          FFN - Font Family Name.
 class FibBase
          Base part of the File information Block (FibBase).
 class FIBFieldHandler
           
 class FieldDescriptor
          Class for the FLD structure.
 class FieldsDocumentPart
           
 class FieldsTables
          This class provides access to all the fields Plex.
 class FileInformationBlock
          The File Information Block (FIB).
 class FontTable
          FontTable or in MS terminology sttbfffn is a common data structure written in all Word files.
 class FootnoteReferenceDescriptor
           
 class FormattedDiskPage
          Represents an FKP data structure.
 class FSPA
          File Shape Address structure
 class FSPADocumentPart
           
 class FSPATable
          This class holds all the FSPA (File Shape Address) structures.
 class GenericPropertyNode
           
 class Grfhic
          The grfhic structure is a set of HTML incompatibility flags that specify the HTML incompatibilities of a list structure.
 interface HDFType
          Deprecated. 
 class Hyphenation
          Hyphenation.
 class ListData
           
 class ListFormatOverride
           
 class ListFormatOverrideLevel
          The LFOLVL structure contains information that is used to override the formatting information of a corresponding LVL.
 class ListLevel
          "The LVL structure contains formatting information about a specific level in a list.
 class ListTables
           
 class NotesTables
          Holds information about document notes (footnotes or ending notes)
 class NoteType
           
 class OldCHPBinTable
          This class holds all of the character formatting properties from Old (Word 6 / Word 95) documents.
 class OldPAPBinTable
          This class holds all of the paragraph formatting properties from Old (Word 6 / Word 95) documents.
 class OldSectionTable
          This class holds all of the section formatting properties from Old (Word 6 / Word 95) documents.
 class PAPBinTable
          This class represents the bin table of Word document but it also serves as a holder for all of the paragraphs of document that have been loaded into memory.
 class PAPFormattedDiskPage
          Represents a PAP FKP.
 class PAPX
          DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out!
 class ParagraphHeight
           
 class PICF
          The PICF structure specifies the type of a picture, as well as the size of the picture and information about its border.
 class PICFAndOfficeArtData
           
 class PicturesTable
          Holds information about all pictures embedded in Word Document either via "Insert -> Picture -> From File" or via clipboard.
 class PieceDescriptor
           
 class PlexOfField
          Structure describing the Plex for fields (contained plclfd* in the spec).
 class PropertyModifier
           
 class PropertyNode<T extends PropertyNode<T>>
          Represents a lightweight node in the Trees used to store content properties.
 class RevisionMarkAuthorTable
          String table containing the names of authors of revision marks, e-mails and comments in this document.
 class SavedByEntry
          A single entry in the SavedByTable.
 class SavedByTable
          String table containing the history of the last few revisions ("saves") of the document.
 class SectionDescriptor
          Section Descriptor (SED) See page 186 for details.
 class SectionTable
           
 class SEPX
           
 class ShapesTable
          Deprecated. 
 class SinglentonTextPiece
           
 class StyleDescription
          Comment me
 class StyleSheet
          Represents a document's stylesheet.
 class SubdocumentType
          Document text parts that can have text pieces (CPs)
 class TextPiece
          Lightweight representation of a text piece.
 class TextPieceTable
          The piece table for matching up character positions to bits of text.
 class UnhandledDataStructure
           
 class UPX
           
 

Methods in org.apache.poi.hwpf.model with annotations of type Internal
 ParagraphProperties PAPX.getParagraphProperties(StyleSheet ss)
          Deprecated. 
 

Uses of Internal in org.apache.poi.hwpf.model.io
 

Classes in org.apache.poi.hwpf.model.io with annotations of type Internal
 class HWPFFileSystem
           
 class HWPFOutputStream
           
 

Uses of Internal in org.apache.poi.hwpf.model.types
 

Classes in org.apache.poi.hwpf.model.types with annotations of type Internal
 class BKFAbstractType
          BooKmark First descriptor (BKF).
 class CHPAbstractType
          Character Properties.
 class DOPAbstractType
          Document Properties.
 class FibBaseAbstractType
          Base part of the File information Block (FibBase).
 class FibRgLw95AbstractType
          The FibRgLw95 structure is the third section of the FIB for Word95.
 class FibRgLw97AbstractType
          The FibRgLw97 structure is the third section of the FIB.
 class FibRgW97AbstractType
          The FibRgW97 structure is a variable-length portion of the Fib.
 class FLDAbstractType
          Field Descriptor (FLD).
 class FRDAbstractType
          Footnote Reference Descriptor (FRD).
 class FSPAAbstractType
          File Shape Address (FSPA).
 class GrfhicAbstractType
          The grfhic structure is a set of HTML incompatibility flags that specify the HTML incompatibilities of a list structure.
 class HRESIAbstractType
          Hyphenation (HRESI).
 class LFOAbstractType
          List Format Override (LFO).
 class LFOLVLBaseAbstractType
          The LFOLVL structure contains information that is used to override the formatting information of a corresponding LVL.
 class LSTFAbstractType
          The LSTF structure contains formatting properties that apply to an entire list.
 class LVLFAbstractType
          The LVLF structure contains formatting properties for an individual level in a list.
 class PAPAbstractType
          Paragraph Properties.
 class PICFAbstractType
          The PICF structure specifies the type of a picture, as well as the size of the picture and information about its border.
 class SEPAbstractType
          Section Properties.
 class SHD80AbstractType
          The SHD80 is a substructure of the CHP and PAP, and TC for Word 97.
 class SHDAbstractType
          The SHD is a substructure of the CHP, PAP, and TC for Word 2000.
 class StdfBaseAbstractType
          The StdfBase structure specifies general information about a style.
 class StdfPost2000AbstractType
          The StdfPost2000 structure specifies general information about a style.
 class StshifAbstractType
          The Stshif structure specifies general stylesheet information.
 class TAPAbstractType
          Table Properties.
 class TBDAbstractType
          The TBD is a substructure of the PAP.
 class TCAbstractType
          Table Cell Descriptor.
 class TLPAbstractType
          Table Autoformat Look sPecifier (TLP).
 

Methods in org.apache.poi.hwpf.model.types with annotations of type Internal
 short DOPAbstractType.getAdt()
          Get the adt field for the DOP record.
 byte[] PAPAbstractType.getAnld()
          Get the anld field for the PAP record.
 byte[] DOPAbstractType.getAsumyi()
          Get the asumyi field for the DOP record.
 int StdfBaseAbstractType.getBchUpe()
          An unsigned integer that specifies the size, in bytes, of std in LPStd.
 byte PICFAbstractType.getBpp()
          Get the bpp field for the PICF record.
 BorderCode CHPAbstractType.getBrc()
          Border.
 BorderCode PAPAbstractType.getBrcBar()
          Get the brcBar field for the PAP record.
 BorderCode PAPAbstractType.getBrcBetween()
          Get the brcBetween field for the PAP record.
 BorderCode TCAbstractType.getBrcBottom()
          Bottom border.
 BorderCode TAPAbstractType.getBrcBottom()
          Get the brcBottom field for the TAP record.
 BorderCode PAPAbstractType.getBrcBottom()
          Get the brcBottom field for the PAP record.
 byte[] PICFAbstractType.getBrcBottom80()
          Get the brcBottom80 field for the PICF record.
 BorderCode TAPAbstractType.getBrcHorizontal()
          Get the brcHorizontal field for the TAP record.
 byte PAPAbstractType.getBrcl()
          Border line style.
 BorderCode TCAbstractType.getBrcLeft()
          Left border.
 BorderCode TAPAbstractType.getBrcLeft()
          Get the brcLeft field for the TAP record.
 BorderCode PAPAbstractType.getBrcLeft()
          Get the brcLeft field for the PAP record.
 byte[] PICFAbstractType.getBrcLeft80()
          Get the brcLeft80 field for the PICF record.
 byte PAPAbstractType.getBrcp()
          Rectangle border codes.
 BorderCode TCAbstractType.getBrcRight()
          Right border.
 BorderCode TAPAbstractType.getBrcRight()
          Get the brcRight field for the TAP record.
 BorderCode PAPAbstractType.getBrcRight()
          Get the brcRight field for the PAP record.
 byte[] PICFAbstractType.getBrcRight80()
          Get the brcRight80 field for the PICF record.
 BorderCode TCAbstractType.getBrcTop()
          Top border.
 BorderCode TAPAbstractType.getBrcTop()
          Get the brcTop field for the TAP record.
 BorderCode PAPAbstractType.getBrcTop()
          Get the brcTop field for the PAP record.
 byte[] PICFAbstractType.getBrcTop80()
          Get the brcTop80 field for the PICF record.
 BorderCode TAPAbstractType.getBrcVertical()
          Get the brcVertical field for the TAP record.
 byte FSPAAbstractType.getBx()
          X position of shape relative to anchor CP
 byte FSPAAbstractType.getBy()
          Y position of shape relative to anchor CP
 short LVLFAbstractType.getCbGrpprlChpx()
          An unsigned integer that specifies the size, in bytes, of the grpprlChpx in the LVL that contains this LVLF.
 short LVLFAbstractType.getCbGrpprlPapx()
          An unsigned integer that specifies the size, in bytes, of the grpprlPapx in the LVL that contains this LVLF.
 int PICFAbstractType.getCbHeader()
          An unsigned integer that specifies the size, in bytes, of this PICF structure.
 int FibRgLw97AbstractType.getCbMac()
          Specifies the count of bytes of those written to the WordDocument stream of the file that have any meaning.
 int FibRgLw95AbstractType.getCbMac()
          Get the cbMac field for the FibRgLw95 record.
 int StshifAbstractType.getCbSTDBaseInFile()
          An unsigned integer that specifies the size, in bytes, of the Stdf structure.
 int DOPAbstractType.getCCh()
          Get the cCh field for the DOP record.
 int DOPAbstractType.getCChFtnEdn()
          Get the cChFtnEdn field for the DOP record.
 int DOPAbstractType.getCChWS()
          Get the cChWS field for the DOP record.
 int DOPAbstractType.getCChWSFtnEdn()
          Get the cChWSFtnEdn field for the DOP record.
 int DOPAbstractType.getCConsexHypLim()
          Get the cConsexHypLim field for the DOP record.
 int FibRgLw97AbstractType.getCcpAtn()
          A signed integer that specifies the count of CPs in the comment subdocument.
 int FibRgLw95AbstractType.getCcpAtn()
          Get the ccpAtn field for the FibRgLw95 record.
 int FibRgLw97AbstractType.getCcpEdn()
          A signed integer that specifies the count of CPs in the endnote subdocument.
 int FibRgLw95AbstractType.getCcpEdn()
          Get the ccpEdn field for the FibRgLw95 record.
 int FibRgLw97AbstractType.getCcpFtn()
          A signed integer that specifies the count of CPs in the footnote subdocument.
 int FibRgLw95AbstractType.getCcpFtn()
          Get the ccpFtn field for the FibRgLw95 record.
 int FibRgLw97AbstractType.getCcpHdd()
          A signed integer that specifies the count of CPs in the header subdocument.
 int FibRgLw95AbstractType.getCcpHdd()
          Get the ccpHdd field for the FibRgLw95 record.
 int FibRgLw97AbstractType.getCcpHdrTxbx()
          A signed integer that specifies the count of CPs in the textbox subdocument of the header.
 int FibRgLw95AbstractType.getCcpHdrTxbx()
          Get the ccpHdrTxbx field for the FibRgLw95 record.
 int FibRgLw95AbstractType.getCcpMcr()
          Get the ccpMcr field for the FibRgLw95 record.
 int FibRgLw97AbstractType.getCcpText()
          A signed integer that specifies the count of CPs in the main document.
 int FibRgLw95AbstractType.getCcpText()
          Get the ccpText field for the FibRgLw95 record.
 int FibRgLw97AbstractType.getCcpTxbx()
          A signed integer that specifies the count of CPs in the textbox subdocument of the main document.
 int FibRgLw95AbstractType.getCcpTxbx()
          Get the ccpTxbx field for the FibRgLw95 record.
 int DOPAbstractType.getCDBC()
          Get the cDBC field for the DOP record.
 int DOPAbstractType.getCDBCFtnEdn()
          Get the cDBCFtnEdn field for the DOP record.
 short CHPAbstractType.getCharsetFlags()
          Get the CharsetFlags field for the CHP record.
 short TAPAbstractType.getCHorzBands()
          Size of each horizontal style band, in number of rows.
 short FibBaseAbstractType.getChs()
          This value MUST be 0 and MUST be ignored.
 short CHPAbstractType.getChse()
          Get the chse field for the CHP record.
 short FibBaseAbstractType.getChsTables()
          This value MUST be 0 and MUST be ignored.
 byte LFOAbstractType.getClfolvl()
          Count of levels whose format is overridden (see LFOLVL).
 int DOPAbstractType.getCLines()
          Get the cLines field for the DOP record.
 int DOPAbstractType.getCLinesFtnEdn()
          Get the cLinesFtnEdn field for the DOP record.
 byte CHPAbstractType.getCopt()
          Collection of the 5 flags.
 int DOPAbstractType.getCParas()
          Get the cParas field for the DOP record.
 int DOPAbstractType.getCParasFtnEdn()
          Get the cParasFtnEdn field for the DOP record.
 int CHPAbstractType.getCpg()
          Code page of run in pre-Unicode files.
 int DOPAbstractType.getCPg()
          Get the cPg field for the DOP record.
 short DOPAbstractType.getCPgFtnEdn()
          Get the cPgFtnEdn field for the DOP record.
 short PICFAbstractType.getCProps()
          This value MUST be 0 and MUST be ignored.
 byte FibBaseAbstractType.getCQuickSaves()
          An unsigned integer.
 int StshifAbstractType.getCstd()
          An unsigned integer that specifies the count of elements in STSH.rglpstd.
 int FSPAAbstractType.getCTxbx()
          Count of textboxes in shape (undo doc only).
 byte StdfBaseAbstractType.getCupx()
          number of UPXs (and UPEs)
 Colorref CHPAbstractType.getCv()
          24-bit color.
 Colorref SHDAbstractType.getCvBack()
          24-bit background color.
 short TAPAbstractType.getCVertBands()
          Size of a vertical style band, in number of columns.
 Colorref SHDAbstractType.getCvFore()
          24-bit foreground color.
 int DOPAbstractType.getCWords()
          Get the cWords field for the DOP record.
 int DOPAbstractType.getCWordsFtnEnd()
          Get the cWordsFtnEnd field for the DOP record.
 DropCapSpecifier PAPAbstractType.getDcs()
          Get the dcs field for the PAP record.
 byte DOPAbstractType.getDocinfo()
          Get the docinfo field for the DOP record.
 byte DOPAbstractType.getDocinfo1()
          Get the docinfo1 field for the DOP record.
 byte DOPAbstractType.getDocinfo2()
          Get the docinfo2 field for the DOP record.
 short DOPAbstractType.getDocinfo3()
          Get the docinfo3 field for the DOP record.
 int DOPAbstractType.getDocinfo4()
          Get the docinfo4 field for the DOP record.
 short DOPAbstractType.getDocinfo5()
          Get the docinfo5 field for the DOP record.
 short DOPAbstractType.getDocinfo6()
          Get the docinfo6 field for the DOP record.
 byte[] DOPAbstractType.getDogrid()
          Get the dogrid field for the DOP record.
 byte[] DOPAbstractType.getDoptypography()
          Get the doptypography field for the DOP record.
 DateAndTime CHPAbstractType.getDttmConflict()
          When the change was made.
 int DOPAbstractType.getDttmCreated()
          Get the dttmCreated field for the DOP record.
 DateAndTime CHPAbstractType.getDttmDispFldRMark()
          The date for the ListNum field number change.
 int DOPAbstractType.getDttmLastPrint()
          Get the dttmLastPrint field for the DOP record.
 DateAndTime PAPAbstractType.getDttmPropRMark()
          Get the dttmPropRMark field for the PAP record.
 DateAndTime CHPAbstractType.getDttmPropRMark()
          Date/time at which properties of this were changed for this run of text by the author.
 int DOPAbstractType.getDttmRevised()
          Get the dttmRevised field for the DOP record.
 DateAndTime CHPAbstractType.getDttmRMark()
          Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.).
 DateAndTime CHPAbstractType.getDttmRMarkDel()
          Date/time at which this run of text was deleted by the author (Only recorded when revision marking is on.).
 int TAPAbstractType.getDxaAbs()
          Absolute horizontal position.
 int PAPAbstractType.getDxaAbs()
          Get the dxaAbs field for the PAP record.
 int TAPAbstractType.getDxaAdjust()
          Used internally by Word.
 int TAPAbstractType.getDxaColWidthWwd()
          Used internally by Word.
 int TAPAbstractType.getDxaFromText()
          Left distance from surrounding text when absolutely positioned.
 int PAPAbstractType.getDxaFromText()
          Horizontal distance between text and absolutely positioned object.
 int TAPAbstractType.getDxaFromTextRight()
          Right distance from surrounding text when absolutely positioned.
 int TAPAbstractType.getDxaGapHalf()
          Measures half of the white space that will be maintained between text in adjacent columns of a table row.
 short PICFAbstractType.getDxaGoal()
          Get the dxaGoal field for the PICF record.
 int DOPAbstractType.getDxaHotz()
          Get the dxaHotz field for the DOP record.
 int LVLFAbstractType.getDxaIndentSav()
          If fIndentSav is nonzero, this is a signed integer that specifies the size, in twips, of the indent that needs to be removed when the numbering is removed.
 int PAPAbstractType.getDxaLeft()
          Get the dxaLeft field for the PAP record.
 int PAPAbstractType.getDxaLeft1()
          Get the dxaLeft1 field for the PAP record.
 short PICFAbstractType.getDxaReserved1()
          Get the dxaReserved1 field for the PICF record.
 short PICFAbstractType.getDxaReserved2()
          Get the dxaReserved2 field for the PICF record.
 short PICFAbstractType.getDxaReserved3()
          Get the dxaReserved3 field for the PICF record.
 int PAPAbstractType.getDxaRight()
          Get the dxaRight field for the PAP record.
 int TAPAbstractType.getDxaRTEWrapWidth()
          Used internally by Word.
 int CHPAbstractType.getDxaSpace()
          Space following each character in the run expressed in twip units..
 int DOPAbstractType.getDxaTab()
          Get the dxaTab field for the DOP record.
 int TAPAbstractType.getDxaWebView()
          Used internally by Word.
 int PAPAbstractType.getDxaWidth()
          Get the dxaWidth field for the PAP record.
 short PAPAbstractType.getDxcLeft()
          Left indent in character units.
 short PAPAbstractType.getDxcLeft1()
          First line indent in character units.
 short PAPAbstractType.getDxcRight()
          Right indent in character units.
 int TAPAbstractType.getDyaAbs()
          Absolute vertical position.
 int PAPAbstractType.getDyaAbs()
          Get the dyaAbs field for the PAP record.
 int PAPAbstractType.getDyaAfter()
          Space after paragraph.
 int PAPAbstractType.getDyaBefore()
          Space before paragraph.
 int TAPAbstractType.getDyaFromText()
          Top distance from surrounding text when absolutely positioned.
 int PAPAbstractType.getDyaFromText()
          Vertical distance between text and absolutely positioned object.
 int TAPAbstractType.getDyaFromTextBottom()
          Bottom distance from surrounding text when absolutely positioned.
 short PICFAbstractType.getDyaGoal()
          Get the dyaGoal field for the PICF record.
 int PAPAbstractType.getDyaHeight()
          Get the dyaHeight field for the PAP record.
 short PICFAbstractType.getDyaReserved1()
          Get the dyaReserved1 field for the PICF record.
 short PICFAbstractType.getDyaReserved2()
          Get the dyaReserved2 field for the PICF record.
 short PICFAbstractType.getDyaReserved3()
          Get the dyaReserved3 field for the PICF record.
 int TAPAbstractType.getDyaRowHeight()
          When greater than 0, guarantees that the height of the table will be at least dyaRowHeight high.
 short DOPAbstractType.getDywDispPag()
          Get the dywDispPag field for the DOP record.
 short DOPAbstractType.getEdn()
          Get the Edn field for the DOP record.
 short DOPAbstractType.getEdn1()
          Get the Edn1 field for the DOP record.
 byte FibBaseAbstractType.getEnvr()
          This value MUST be 0, and MUST be ignored.
 byte DOPAbstractType.getEpc()
           
 boolean PAPAbstractType.getFAdjustRight()
          Get the fAdjustRight field for the PAP record.
 boolean PAPAbstractType.getFAutoSpaceDE()
          auto space East Asian and alphabetic characters.
 boolean PAPAbstractType.getFAutoSpaceDN()
          auto space East Asian and numeric characters.
 byte TAPAbstractType.getFBiDi()
          When 1, table is right-to-left.
 boolean PAPAbstractType.getFBiDi()
          Get the fBiDi field for the PAP record.
 boolean CHPAbstractType.getFBorderWS()
          Used internally by Word.
 boolean PAPAbstractType.getFBrLnAbove()
          Get the fBrLnAbove field for the PAP record.
 boolean PAPAbstractType.getFBrLnBelow()
          Get the fBrLnBelow field for the PAP record.
 boolean TAPAbstractType.getFCantSplit()
          When 1, table row may not be split across page bounds.
 boolean TAPAbstractType.getFCantSplit90()
          When 1, table row may not be split across page bounds.
 int CHPAbstractType.getFcData()
          Points to location of picture data, only if chp.fSpec is true..
 int FibBaseAbstractType.getFcMac()
          This value is undefined and MUST be ignored.
 int FibBaseAbstractType.getFcMin()
          This value is undefined and MUST be ignored.
 int CHPAbstractType.getFcObj()
          Offset in data stream pointing to beginning of a picture when character is an OLE1 object character (character is 0x20 and chp.fSpec is 1, chp.fOle2 is 0)..
 int CHPAbstractType.getFcObjp()
          Offset in the data stream indicating the location of OLE object data.
 boolean CHPAbstractType.getFConflictOrig()
          When chp.wConflict!=0, this is TRUE when text is part of the original version of text.
 boolean CHPAbstractType.getFConflictOtherDel()
          When fConflictOtherDel==fTrue, the other side of a reconciliation conflict causes this text to be deleted.
 int CHPAbstractType.getFcPic()
          Offset in data stream pointing to beginning of a picture when character is a picture character (character is 0x01 and chp.fSpec is 1)..
 boolean PAPAbstractType.getFCrLf()
          Get the fCrLf field for the PAP record.
 boolean CHPAbstractType.getFDblBdr()
          Used internally by Word.
 boolean CHPAbstractType.getFDispFldRMark()
          the number for a ListNum field is being tracked in xstDispFldRMark.
 boolean PAPAbstractType.getFDyaAfterAuto()
          Vertical spacing after is automatic.
 boolean PAPAbstractType.getFDyaBeforeAuto()
          Vertical spacing before is automatic.
 byte TAPAbstractType.getFHasOldProps()
          Has old properties.
 boolean CHPAbstractType.getFHasOldProps()
          Used for character property revision marking.
 boolean PAPAbstractType.getFInnerTableCell()
          When 1, the end of paragraph mark is really an end of cell mark for a nested table cell.
 boolean PAPAbstractType.getFInTable()
          Paragraph is in table flag.
 boolean PAPAbstractType.getFinTableW97()
          Archaic paragraph is in table flag.
 boolean PAPAbstractType.getFKeep()
          Get the fKeep field for the PAP record.
 boolean PAPAbstractType.getFKeepFollow()
          Get the fKeepFollow field for the PAP record.
 boolean PAPAbstractType.getFKinsoku()
          apply Kinsoku rules when performing line wrapping.
 byte LSTFAbstractType.getFlags()
          Get the flags field for the LSTF record.
 int LFOLVLBaseAbstractType.getFlags()
          Get the flags field for the LFOLVLBase record.
 short FSPAAbstractType.getFlags()
          Get the flags field for the FSPA record.
 short FibBaseAbstractType.getFlags1()
          Get the flags1 field for the FibBase record.
 byte FibBaseAbstractType.getFlags2()
          Get the flags2 field for the FibBase record.
 boolean PAPAbstractType.getFLocked()
          Anchor of an absolutely positioned frame is locked.
 boolean PAPAbstractType.getFMinHeight()
          Minimum height is exact or auto.
 byte TAPAbstractType.getFNoAllowOverlap()
          When set to 1, do not allow absolutely positioned table to overlap with other tables.
 boolean PAPAbstractType.getFNoAllowOverlap()
          When 1, absolutely positioned paragraph cannot overlap with another paragraph.
 boolean PAPAbstractType.getFNoAutoHyph()
          Get the fNoAutoHyph field for the PAP record.
 boolean PAPAbstractType.getFNoLnn()
          No line numbering.
 boolean PAPAbstractType.getFNumRMIns()
          Get the fNumRMIns field for the PAP record.
 short PAPAbstractType.getFontAlign()
          Used internally by Word.
 short DOPAbstractType.getFootnoteInfo()
          Get the footnoteInfo field for the DOP record.
 boolean PAPAbstractType.getFOpenTch()
          Ensure the Table Cell char doesn't show up as zero height.
 byte DOPAbstractType.getFormatFlags()
          Get the formatFlags field for the DOP record.
 byte DOPAbstractType.getFOutlineDirtySave()
          Get the fOutlineDirtySave field for the DOP record.
 boolean PAPAbstractType.getFOverflowPunct()
          apply overflow punctuation rules when performing line wrapping.
 boolean PAPAbstractType.getFPageBreakBefore()
          Get the fPageBreakBefore field for the PAP record.
 byte DOPAbstractType.getFpc()
           
 byte TAPAbstractType.getFPropRMark()
          Set to 1 if property revision.
 boolean PAPAbstractType.getFPropRMark()
          Get the fPropRMark field for the PAP record.
 boolean CHPAbstractType.getFPropRMark()
          properties have been changed with revision marking on.
 short StshifAbstractType.getFReserved()
          This value MUST be zero and MUST be ignored
 byte StdfBaseAbstractType.getFReserved()
          This value MUST be 0 and MUST be ignored
 byte PICFAbstractType.getFReserved()
          Get the fReserved field for the PICF record.
 byte TAPAbstractType.getFRTL()
          Word 2000 style right-to-left table.
 boolean CHPAbstractType.getFSdtVanish()
          Mark the character as hidden..
 boolean PAPAbstractType.getFSideBySide()
          Get the fSideBySide field for the PAP record.
 byte TAPAbstractType.getFSpare()
          Not used.
 byte StdfPost2000AbstractType.getFSpare()
          Specifies whether the paragraph height information in the fcPlcfPhe field of FibRgFcLcb97
 byte FibBaseAbstractType.getFSpare0()
          Deprecated. This field should not be used according to specification
 boolean CHPAbstractType.getFSpecSymbol()
          Used by Word internally.
 boolean CHPAbstractType.getFSpecVanish()
          Special hidden for leading emphasis (always hidden).
 boolean TAPAbstractType.getFTableHeader()
          When 1, table row is to be used as the header of the table.
 short StshifAbstractType.getFtcAsci()
          A signed integer that specifies an operand value for the sprmCRgFtc0 for default document formatting.
 int CHPAbstractType.getFtcAscii()
          Font for ASCII text.
 int CHPAbstractType.getFtcBi()
          Font for Complex Scripts text.
 short StshifAbstractType.getFtcFE()
          A signed integer that specifies an operand value for the sprmCRgFtc1 for default document formatting, as defined in the section Determining Formatting Properties.
 int CHPAbstractType.getFtcFE()
          Font for East Asian text.
 short StshifAbstractType.getFtcOther()
          A signed integer that specifies an operand value for the sprmCRgFtc2 for default document formatting, as defined in the section Determining Formatting Properties.
 int CHPAbstractType.getFtcOther()
          Font for non-East Asian text.
 int CHPAbstractType.getFtcSym()
          an index into the rgffn structure.
 boolean PAPAbstractType.getFTopLinePunct()
          perform top line punctuation processing.
 byte TCAbstractType.getFtsCellPaddingBottom()
          Bottom cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingDefaultBottom()
          Default bottom cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingDefaultLeft()
          Default left cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingDefaultRight()
          Default right cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingDefaultTop()
          Default top cell margin/padding units.
 byte TCAbstractType.getFtsCellPaddingLeft()
          Left cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingOuterBottom()
          Default outer bottom cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingOuterLeft()
          Default outer left cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingOuterRight()
          Default outer right cell margin/padding units.
 byte TAPAbstractType.getFtsCellPaddingOuterTop()
          Default outer top cell margin/padding units.
 byte TCAbstractType.getFtsCellPaddingRight()
          Right cell margin/padding units.
 byte TCAbstractType.getFtsCellPaddingTop()
          Top cell margin/padding units.
 byte TCAbstractType.getFtsCellSpacingBottom()
          Bottom cell spacing units.
 byte TAPAbstractType.getFtsCellSpacingDefaultBottom()
          Default bottom cell spacings units.
 byte TAPAbstractType.getFtsCellSpacingDefaultLeft()
          Default left cell spacings units.
 byte TAPAbstractType.getFtsCellSpacingDefaultRight()
          Default right cell spacings units.
 byte TAPAbstractType.getFtsCellSpacingDefaultTop()
          Default top cell spacings units.
 byte TCAbstractType.getFtsCellSpacingLeft()
          Left cell spacing units.
 byte TAPAbstractType.getFtsCellSpacingOuterBottom()
          Default outer bottom cell spacings units.
 byte TAPAbstractType.getFtsCellSpacingOuterLeft()
          Default outer left cell spacings units.
 byte TAPAbstractType.getFtsCellSpacingOuterRight()
          Default outer right cell spacings units.
 byte TAPAbstractType.getFtsCellSpacingOuterTop()
          Default outer top cell spacings units.
 byte TCAbstractType.getFtsCellSpacingRight()
          Right cell spacing units.
 byte TCAbstractType.getFtsCellSpacingTop()
          Top cell spacing units.
 byte TCAbstractType.getFtsWidth()
          Units for wWidth
 byte TAPAbstractType.getFtsWidth()
          Units for wWidth: 0 -- null; 1 -- auto, ignores wWidth, 2 -- percentage (in 50ths of a percent), 3 -- twips
 byte TAPAbstractType.getFtsWidthAfter()
          Units for wWidthAfter: 0 -- null; 1 -- auto, ignores wWidthAfter, 2 -- percentage (in 50ths of a percent), 3 -- twips
 byte TAPAbstractType.getFtsWidthBefore()
          Units for wWidthBefore: 0 -- null; 1 -- auto, ignores wWidthBefore, 2 -- percentage (in 50ths of a percent), 3 -- twips
 byte TAPAbstractType.getFtsWidthIndent()
          Units for wWidthIndent: 0 -- null; 1 -- auto, ignores wWidthIndent, 2 -- percentage (in 50ths of a percent), 3 -- twips
 boolean PAPAbstractType.getFTtp()
          Table trailer paragraph (last in table row).
 boolean PAPAbstractType.getFTtpEmbedded()
          Word 97 compatibility indicates this end of paragraph mark is really an end of row marker for a nested table.
 boolean CHPAbstractType.getFUndetermine()
          Character is undetermined.
 byte TCAbstractType.getFUnused()
          Not used
 boolean PAPAbstractType.getFUsePgsuSettings()
          Get the fUsePgsuSettings field for the PAP record.
 boolean PAPAbstractType.getFWidowControl()
          1, Word will prevent widowed lines in this paragraph from being placed at the beginning of a page.
 boolean PAPAbstractType.getFWordWrap()
          perform word wrap.
 int PICFAbstractType.getGrf()
          This field MUST be ignored.
 int DOPAbstractType.getGrfDocEvents()
          Get the grfDocEvents field for the DOP record.
 Grfhic LVLFAbstractType.getGrfhic()
          A grfhic that specifies the HTML incompatibilities of the level..
 Grfhic LSTFAbstractType.getGrfhic()
          A grfhic that specifies the HTML incompatibilities of the list..
 short LFOLVLBaseAbstractType.getGrfhic()
          A grfhic that specifies the HTML incompatibilities of the overriding level formatting
 Grfhic LFOAbstractType.getGrfhic()
          HTML compatibility flags.
 byte GrfhicAbstractType.getGrfhic()
          HTML compatibility flags.
 short StdfBaseAbstractType.getGrfstd()
          A GRFSTD that specifies miscellaneous style properties.
 byte DOPAbstractType.getGrfSupression()
           
 int CHPAbstractType.getGrpfChp()
          Collection of the 32 flags.
 short TAPAbstractType.getGrpfTap_unused()
          Not used
 int TAPAbstractType.getGrpfTap()
          Used internally by Word.
 short CHPAbstractType.getHighlight()
          Get the Highlight field for the CHP record.
 int CHPAbstractType.getHps()
          Font size in half points.
 int CHPAbstractType.getHpsAsci()
          Font size for ASCII font.
 int CHPAbstractType.getHpsBi()
          Font size for Complex Scripts text.
 int CHPAbstractType.getHpsFE()
          Font size for East Asian text.
 int CHPAbstractType.getHpsKern()
          Kerning distance for characters in run recorded in half points.
 short CHPAbstractType.getHpsPos()
          Reserved (actually used as vertical offset(?) value).
 short DOPAbstractType.getHpsZoonFontPag()
          Get the hpsZoonFontPag field for the DOP record.
 Hyphenation CHPAbstractType.getHresi()
          Get the hresi field for the CHP record.
 Hyphenation CHPAbstractType.getHresiOld()
          Get the hresiOld field for the CHP record.
 int CHPAbstractType.getIbstConflict()
          Who made this change for this side of the conflict..
 int CHPAbstractType.getIbstDispFldRMark()
          Index to author IDs stored in hsttbfRMark.
 byte LFOAbstractType.getIbstFltAutoNum()
          Used for AUTONUM field emulation.
 int PAPAbstractType.getIbstPropRMark()
          Get the ibstPropRMark field for the PAP record.
 int CHPAbstractType.getIbstPropRMark()
          Index to author IDs stored in hsttbfRMark.
 int CHPAbstractType.getIbstRMark()
          Index to author IDs stored in hsttbfRMark.
 int CHPAbstractType.getIbstRMarkDel()
          Index to author IDs stored in hsttbfRMark.
 byte CHPAbstractType.getIco()
          Color of text for Word 97.
 byte SHD80AbstractType.getIcoBack()
          Background color
 byte SHD80AbstractType.getIcoFore()
          Foreground color
 byte CHPAbstractType.getIcoHighlight()
          Highlight color (see chp.ico)
 byte CHPAbstractType.getIdct()
          Not stored in file.
 byte CHPAbstractType.getIdctHint()
          Identifier of Character type.
 int CHPAbstractType.getIdslReasonDel()
          An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
 int CHPAbstractType.getIdslRMReason()
          An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
 byte StdfPost2000AbstractType.getIftcHtml()
          This field is undefined and MUST be ignored
 int PAPAbstractType.getIlfo()
          1-based index into the pllfo (lists structure), if non-zero.
 byte PAPAbstractType.getIlvl()
          List level if non-zero.
 byte LFOLVLBaseAbstractType.getILvl()
          An unsigned integer that specifies the zero-based level of the list that this overrides.
 short LVLFAbstractType.getIlvlRestartLim()
          An unsigned integer that specifies the first (most-significant) zero-based level after which the number sequence of this level does not restart.
 byte LVLFAbstractType.getInfo()
          Get the info field for the LVLF record.
 short StdfPost2000AbstractType.getInfo1()
          Get the info1 field for the StdfPost2000 record.
 short StdfBaseAbstractType.getInfo1()
          Get the info1 field for the StdfBase record.
 short StdfBaseAbstractType.getInfo2()
          Get the info2 field for the StdfBase record.
 int StshifAbstractType.getInfo3()
          Get the info3 field for the Stshif record.
 short StdfPost2000AbstractType.getInfo3()
          Get the info3 field for the StdfPost2000 record.
 short StdfBaseAbstractType.getInfo3()
          Get the info3 field for the StdfBase record.
 int TAPAbstractType.getInternalFlags()
          Used internally by Word.
 int SHDAbstractType.getIpat()
          Shading pattern.
 byte SHD80AbstractType.getIpat()
          Shading pattern
 long PAPAbstractType.getIpgp()
          HTML DIV ID for this paragraph.
 short StdfPost2000AbstractType.getIPriority()
          An unsigned integer that specifies the priority value that is assigned to this style and that is used when ordering the styles by priority in the user interface
 byte CHPAbstractType.getIss()
          Superscript/subscript indices.
 int LVLFAbstractType.getIStartAt()
          A signed integer that specifies the beginning number for the number sequence belonging to this level.
 int LFOLVLBaseAbstractType.getIStartAt()
          If fStartAt is set to 0x1, this is a signed integer that specifies the start-at value that overrides lvlf.iStartAt of the corresponding LVL.
 short TAPAbstractType.getIstd()
          Table style for the Table.
 int PAPAbstractType.getIstd()
          Index to style descriptor.
 int CHPAbstractType.getIstd()
          Index to character style descriptor in the stylesheet that tags this run of text.
 short StdfBaseAbstractType.getIstdBase()
          base style
 short StdfPost2000AbstractType.getIstdLink()
          An unsigned integer that specifies the istd of the style that is linked to this one, or 0x0000 if this style is not linked to any other style in the document.
 int StshifAbstractType.getIstdMaxFixedWhenSaved()
          An unsigned integer that specifies the count of elements at the start of STSH.rglpstd that are reserved for fixed-index application-defined styles.
 short StdfBaseAbstractType.getIstdNext()
          next style
 int PAPAbstractType.getItap()
          Table nesting level.
 int PAPAbstractType.getItbdMac()
          Number of tabs stops defined for paragraph.
 short TAPAbstractType.getItcMac()
          Count of cells defined for this row.
 short CHPAbstractType.getItypFELayout()
           
 byte CHPAbstractType.getIWarichuBracket()
          Bracket character for two-lines-in-one
 byte LVLFAbstractType.getIxchFollow()
          An unsigned integer that specifies the character that follows the number text.
 byte TBDAbstractType.getJc()
          Justification code
 short TAPAbstractType.getJc()
          Justification code.
 byte PAPAbstractType.getJc()
          Get the jc field for the PAP record.
 byte LVLFAbstractType.getJc()
          An unsigned integer that specifies the justification of this level
 byte CHPAbstractType.getKcd()
          Emphasis mark.
 int DOPAbstractType.getKeyVirusSession30()
           
 byte CHPAbstractType.getKul()
          Underline code.
 byte CHPAbstractType.getLbrCRJ()
          Line BReak code for xchCRJ.
 int PICFAbstractType.getLcb()
          A signed integer that specifies the size, in bytes, of this PICF structure and the subsequent data.
 int FibBaseAbstractType.getLid()
          A LID that specifies the install language of the application that is producing the document.
 int CHPAbstractType.getLidDefault()
          Get the lidDefault field for the CHP record.
 short FibRgW97AbstractType.getLidFE()
          A LID whose meaning depends on the nFib value.
 int CHPAbstractType.getLidFE()
          Get the lidFE field for the CHP record.
 int FibBaseAbstractType.getLKey()
          If fEncryption is 1 and fObfuscation is 1, this value specifies the XOR obfuscation password verifier.
 int DOPAbstractType.getLKeyProtDoc()
          Get the lKeyProtDoc field for the DOP record.
 int LSTFAbstractType.getLsid()
          A signed integer that specifies the list identifier.
 int LFOAbstractType.getLsid()
          List ID of corresponding LSTF (see LSTF).
 LineSpacingDescriptor PAPAbstractType.getLspd()
          Line spacing descriptor.
 int CHPAbstractType.getLTagObj()
          An object ID for an OLE object, only set if chp.fSpec and chp.fOle2 are both true, and chp.fObj..
 byte PAPAbstractType.getLvl()
          Outline level.
 byte DOPAbstractType.getLvl()
           
 short PICFAbstractType.getMm()
          A signed integer that specifies the format of the picture data.
 int PICFAbstractType.getMmPM()
          This field MUST be ignored.
 int PICFAbstractType.getMx()
          Get the mx field for the PICF record.
 int PICFAbstractType.getMy()
          Get the my field for the PICF record.
 short DOPAbstractType.getNEdn()
           
 byte LVLFAbstractType.getNfc()
          An MSONFC, as specified in [MS-OSHARED] section 2.2.1.3, that specifies the format of the level numbers that replace the placeholders for this level in the xst fields of the LVLs in this list.
 short DOPAbstractType.getNfcEdnRef()
          Get the nfcEdnRef field for the DOP record.
 byte DOPAbstractType.getNfcEdnRef1()
           
 short DOPAbstractType.getNfcFtnRef()
          Get the nfcFtnRef field for the DOP record.
 byte DOPAbstractType.getNfcFtnRef1()
           
 int FibBaseAbstractType.getNFib()
          An unsigned integer that specifies the version number of the file format used.
 int FibBaseAbstractType.getNFibBack()
          This value SHOULD be 0x00BF.
 short DOPAbstractType.getNFtn()
           
 int DOPAbstractType.getNRevision()
          Get the nRevision field for the DOP record.
 byte[] PAPAbstractType.getNumrm()
          Get the numrm field for the PAP record.
 int StshifAbstractType.getNVerBuiltInNamesWhenSaved()
          An unsigned integer that specifies the version number of the style names as defined by the application that writes the file.
 int PICFAbstractType.getPadding()
          This value MUST be zero and MUST be ignored.
 int PICFAbstractType.getPadding2()
          This value MUST be zero and MUST be ignored.
 byte TAPAbstractType.getPcHorz()
          Horizontal position code.
 byte PAPAbstractType.getPcHorz()
          Get the pcHorz field for the PAP record.
 int CHPAbstractType.getPctCharWidth()
          Character scale.
 short TAPAbstractType.getPctWwd()
          Used internally by Word: percent of Window size for AutoFit in WebView.
 byte TAPAbstractType.getPcVert()
          Vertical position code.
 byte PAPAbstractType.getPcVert()
          Get the pcVert field for the PAP record.
 byte[] PAPAbstractType.getPhe()
          Get the phe field for the PAP record.
 int FibBaseAbstractType.getPnNext()
          An unsigned integer that specifies the offset in the WordDocument stream of the FIB for the document which contains all the AutoText items.
 byte[] PAPAbstractType.getPtap()
          Get the ptap field for the PAP record.
 byte TBDAbstractType.getReserved()
           
 int DOPAbstractType.getReserved()
          Get the reserved field for the DOP record.
 byte LSTFAbstractType.getReserved1()
          Deprecated. This field should not be used according to specification
 int LFOAbstractType.getReserved1()
          Reserved.
 short FibRgW97AbstractType.getReserved1()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved1()
          This value is undefined and MUST be ignored.
 int FibRgLw95AbstractType.getReserved1()
          Get the reserved1 field for the FibRgLw95 record.
 int DOPAbstractType.getReserved1()
          Get the reserved1 field for the DOP record.
 short FibRgW97AbstractType.getReserved10()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved10()
          This value is undefined and MUST be ignored.
 short FibRgW97AbstractType.getReserved11()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved11()
          This value is undefined and MUST be ignored.
 short FibRgW97AbstractType.getReserved12()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved12()
          This value SHOULD be zero, and MUST be ignored.
 short FibRgW97AbstractType.getReserved13()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved13()
          This value MUST be zero and MUST be ignored.
 int FibRgLw97AbstractType.getReserved14()
          This value MUST be zero and MUST be ignored.
 int LFOAbstractType.getReserved2()
          Reserved.
 short FibRgW97AbstractType.getReserved2()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved2()
          This value is undefined and MUST be ignored.
 int FibRgLw95AbstractType.getReserved2()
          Get the reserved2 field for the FibRgLw95 record.
 int DOPAbstractType.getReserved2()
          Get the reserved2 field for the DOP record.
 byte LFOAbstractType.getReserved3()
          Reserved.
 short FibRgW97AbstractType.getReserved3()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved3()
          This value is undefined and MUST be ignored.
 int FibRgLw95AbstractType.getReserved3()
          Get the reserved3 field for the FibRgLw95 record.
 short FibRgW97AbstractType.getReserved4()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved4()
          This value is undefined and MUST be ignored.
 int FibRgLw95AbstractType.getReserved4()
          Get the reserved4 field for the FibRgLw95 record.
 short FibRgW97AbstractType.getReserved5()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved5()
          This value is undefined and MUST be ignored.
 int FibRgLw95AbstractType.getReserved5()
          Get the reserved5 field for the FibRgLw95 record.
 short FibRgW97AbstractType.getReserved6()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved6()
          This value MUST be equal or less than the number of data elements in PlcBteChpx, as specified by FibRgFcLcb97.fcPlcfBteChpx and FibRgFcLcb97.lcbPlcfBteChpx.
 short FibRgW97AbstractType.getReserved7()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved7()
          This value is undefined and MUST be ignored.
 short FibRgW97AbstractType.getReserved8()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved8()
          This value is undefined and MUST be ignored.
 short FibRgW97AbstractType.getReserved9()
          This value is undefined and MUST be ignored.
 int FibRgLw97AbstractType.getReserved9()
          This value MUST be less than or equal to the number of data elements in PlcBtePapx, as specified by FibRgFcLcb97.fcPlcfBtePapx and FibRgFcLcb97.lcbPlcfBtePapx.
 BorderCode TAPAbstractType.getRgbrcInsideDefault_0()
          Border definition for inside horizontal borders.
 BorderCode TAPAbstractType.getRgbrcInsideDefault_1()
          Border definition for inside vertical borders.
 byte[] LVLFAbstractType.getRgbxchNums()
          An array of 8-bit integers.
 short[] TAPAbstractType.getRgdxaCenter()
          rgdxaCenter[0] is the left boundary of cell 0 measured relative to margin rgdxaCenter[tap.itcMac - 1] is left boundary of last cell rgdxaCenter[tap.itcMac] is right boundary of last cell..
 short[] TAPAbstractType.getRgdxaCenterPrint()
          Used internally by Word.
 int[] PAPAbstractType.getRgdxaTab()
          Array of positions of itbdMac tab stops.
 short TCAbstractType.getRgf()
          Get the rgf field for the TC record.
 short[] LSTFAbstractType.getRgistdPara()
          An array of nine 16-bit signed integers.
 ShadingDescriptor[] TAPAbstractType.getRgshd()
          Get the rgshd field for the TAP record.
 TabDescriptor[] PAPAbstractType.getRgtbd()
          Array of itbdMac tab descriptors.
 TableCellDescriptor[] TAPAbstractType.getRgtc()
          Get the rgtc field for the TAP record.
 byte DOPAbstractType.getRncEdn()
           
 byte DOPAbstractType.getRncFtn()
           
 long StdfPost2000AbstractType.getRsid()
          An unsigned integer that specifies the revision save identifier of the session when this style definition was last modified.
 long PAPAbstractType.getRsid()
          Save ID for last time this PAP was revised.
 byte CHPAbstractType.getSfxtText()
          Text animation.
 ShadingDescriptor TCAbstractType.getShd()
          Cell shading.
 ShadingDescriptor PAPAbstractType.getShd()
          Get the shd field for the PAP record.
 ShadingDescriptor CHPAbstractType.getShd()
          Shading.
 ShadingDescriptor TAPAbstractType.getShdTable()
          Table shading.
 byte[] DOPAbstractType.getSpare()
          Get the Spare field for the DOP record.
 byte CHPAbstractType.getSpare()
          Unused
 int FSPAAbstractType.getSpid()
          Shape Identifier.
 short StdfBaseAbstractType.getSti()
          An unsigned integer that specifies the invariant style identifier for application-defined styles, or 0x0FFE for user-defined styles
 int StshifAbstractType.getStiMaxWhenSaved()
          An unsigned integer that specifies a value that is 1 larger than the largest StdfBase.sti index of any application-defined style.
 byte StdfBaseAbstractType.getStk()
          style kind
 short PICFAbstractType.getSwHMF()
          This field is unused and MUST be ignored.
 byte TBDAbstractType.getTlc()
          Tab leader code
 TableAutoformatLookSpecifier TAPAbstractType.getTlp()
          Table look specifier.
 int DOPAbstractType.getTmEdited()
          Get the tmEdited field for the DOP record.
 int LSTFAbstractType.getTplc()
          A Tplc that specifies a unique identifier for this LSTF that MAY be used for user interface purposes.
 short CHPAbstractType.getUfel()
          Collection properties represented by itypFELayout and copt (East Asian layout properties).
 int FibBaseAbstractType.getUnused()
          This value is undefined and MUST be ignored.
 short LFOLVLBaseAbstractType.getUnused1()
          Deprecated. This field should not be used according to specification
 int LVLFAbstractType.getUnused2()
          This field MUST be ignored.
 byte LFOLVLBaseAbstractType.getUnused2()
          Deprecated. This field should not be used according to specification
 byte DOPAbstractType.getUnused2()
          Get the unused2 field for the DOP record.
 byte DOPAbstractType.getUnused5()
           
 byte TBDAbstractType.getValue()
          Get the value field for the TBD record.
 short SHD80AbstractType.getValue()
          Get the value field for the SHD80 record.
 byte TCAbstractType.getVertAlign()
          Specifies the alignment of the cell contents relative to text flow (e.g.
 short DOPAbstractType.getView()
          Get the view field for the DOP record.
 short TAPAbstractType.getViewFlags_unused2()
          Not used
 int TAPAbstractType.getViewFlags()
          Used internally by Word.
 int DOPAbstractType.getVirusinfo()
          Get the virusinfo field for the DOP record.
 int PAPAbstractType.getWAlignFont()
          Get the wAlignFont field for the PAP record.
 short TCAbstractType.getWCellPaddingBottom()
          Bottom cell margin/padding.
 short TAPAbstractType.getWCellPaddingDefaultBottom()
          Default bottom cell margin/padding.
 short TAPAbstractType.getWCellPaddingDefaultLeft()
          Default left cell margin/padding.
 short TAPAbstractType.getWCellPaddingDefaultRight()
          Default right cell margin/padding.
 short TAPAbstractType.getWCellPaddingDefaultTop()
          Default top cell margin/padding.
 short TCAbstractType.getWCellPaddingLeft()
          Left cell margin/padding.
 short TAPAbstractType.getWCellPaddingOuterBottom()
          Default outer bottom cell margin/padding.
 short TAPAbstractType.getWCellPaddingOuterLeft()
          Default outer left cell margin/padding.
 short TAPAbstractType.getWCellPaddingOuterRight()
          Default outer right cell margin/padding.
 short TAPAbstractType.getWCellPaddingOuterTop()
          Default outer top cell margin/padding.
 short TCAbstractType.getWCellPaddingRight()
          Right cell margin/padding.
 short TCAbstractType.getWCellPaddingTop()
          Top cell margin/padding.
 short TCAbstractType.getWCellSpacingBottom()
          Bottom cell spacing.
 short TAPAbstractType.getWCellSpacingDefaultBottom()
          Default bottom cell spacings.
 short TAPAbstractType.getWCellSpacingDefaultLeft()
          Default left cell spacings.
 short TAPAbstractType.getWCellSpacingDefaultRight()
          Default right cell spacings.
 short TAPAbstractType.getWCellSpacingDefaultTop()
          Default top cell spacings.
 short TCAbstractType.getWCellSpacingLeft()
          Left cell spacing.
 short TAPAbstractType.getWCellSpacingOuterBottom()
          Default outer bottom cell spacing.
 short TAPAbstractType.getWCellSpacingOuterLeft()
          Default outer left cell spacing.
 short TAPAbstractType.getWCellSpacingOuterRight()
          Default outer right cell spacing.
 short TAPAbstractType.getWCellSpacingOuterTop()
          Default outer top cell spacing.
 short TCAbstractType.getWCellSpacingRight()
          Right cell spacing.
 short TCAbstractType.getWCellSpacingTop()
          Top cell spacing.
 int CHPAbstractType.getWCharScale()
          Get the wCharScale field for the CHP record.
 int CHPAbstractType.getWConflict()
          When != 0, index number that identifies all text participating in a particular conflict incident.
 int FibBaseAbstractType.getWIdent()
          An unsigned integer that specifies that this is a Word Binary File.
 byte TAPAbstractType.getWidthAndFitsFlags_empty1()
          Not used
 short TAPAbstractType.getWidthAndFitsFlags_empty2()
          Not used
 int TAPAbstractType.getWidthAndFitsFlags()
          Get the widthAndFitsFlags field for the TAP record.
 byte PAPAbstractType.getWr()
          Get the wr field for the PAP record.
 byte FSPAAbstractType.getWr()
          Text wrapping mode
 byte FSPAAbstractType.getWrk()
          Text wrapping mode type (valid only for wrapping modes 2 and 4
 short DOPAbstractType.getWScaleSaved()
           
 int DOPAbstractType.getWSpare()
          Get the wSpare field for the DOP record.
 int DOPAbstractType.getWSpare2()
          Get the wSpare2 field for the DOP record.
 byte DOPAbstractType.getWvkSaved()
           
 short TCAbstractType.getWWidth()
          Preferred cell width.
 short TAPAbstractType.getWWidth()
          Preferred table width.
 short TAPAbstractType.getWWidthAfter()
          Width of invisible cell (used for layout purposes) after the last visible cell in the row..
 short TAPAbstractType.getWWidthBefore()
          Width of invisible cell (used for layout purposes) before the first visible cell in the row..
 short TAPAbstractType.getWWidthIndent()
          Left Indent.
 int FSPAAbstractType.getXaLeft()
          Left of rectangle enclosing shape relative to the origin of the shape.
 int FSPAAbstractType.getXaRight()
          Right of rectangle enclosing shape relative to the origin of the shape.
 int CHPAbstractType.getXchSym()
          When chp.fSpec==1 and the character recorded for the run in the document stream is chSymbol (0x28), the character stored chp.xchSym will be displayed using the font specified in chp.ftcSym..
 short PICFAbstractType.getXExt()
          This field is unused and MUST be ignored.
 byte[] CHPAbstractType.getXstDispFldRMark()
          The string value of the ListNum field when revision mark tracking began.
 int FSPAAbstractType.getYaBottom()
          Bottom of the rectangle enclosing shape relative to the origin of the shape.
 int FSPAAbstractType.getYaTop()
          Top of rectangle enclosing shape relative to the origin of the shape.
 short PICFAbstractType.getYExt()
          This field is unused and MUST be ignored.
 byte DOPAbstractType.getZkSaved()
           
 boolean StdfBaseAbstractType.isF97LidsSet()
          Specifies whether sprmCRgLid0_80 and sprmCRgLid1_80 were applied, as appropriate, to this paragraph or character style for compatibility with applications that do not support sprmCRgLid0, sprmCRgLid1, and sprmCFNoProof
 boolean TAPAbstractType.isFAdjusted()
          Used internally by Word
 boolean FSPAAbstractType.isFAnchorLock()
           
 boolean TAPAbstractType.isFAutofit()
          When set to 1, AutoFit this table
 boolean DOPAbstractType.isFAutoHyphen()
           
 boolean LSTFAbstractType.isFAutoNum()
          A bit that specifies whether the list that this LSTF represents is used for the AUTONUMOUT, AUTONUMLGL, and AUTONUM fields (see AUTONUMOUT, AUTONUMLGL, and AUTONUM in flt)
 boolean StdfBaseAbstractType.isFAutoRedef()
          number of UPXs (and UPEs)
 boolean DOPAbstractType.isFAutoVersions()
           
 boolean DOPAbstractType.isFBackup()
           
 boolean TCAbstractType.isFBackward()
          For a vertical table cell, text flow is bottom to top when 1 and is bottom to top when 0
 boolean PAPAbstractType.isFBackward()
           
 boolean FSPAAbstractType.isFBelowText()
           
 boolean CHPAbstractType.isFBiDi()
          Complex Scripts right-to-left text that requires special processing to display and process (character reordering; contextual shaping; display of combining characters and diacritics; specialized justification rules; cursor positioning)
 boolean CHPAbstractType.isFBold()
          Text is bold
 boolean CHPAbstractType.isFBoldBi()
          Complex Scripts text is bold
 boolean CHPAbstractType.isFCaps()
          Displayed with caps
 boolean CHPAbstractType.isFCellFitText()
          Fit text in cell
 boolean TAPAbstractType.isFCellSpacing()
          Used internally by Word: When set to 1 cell spacing is allowed
 boolean CHPAbstractType.isFChsDiff()
          Pre-Unicode files, char's char set different from FIB char set
 boolean FibBaseAbstractType.isFComplex()
          Specifies that the last save operation that was performed on this document was an incremental save operation
 boolean CHPAbstractType.isFComplexScripts()
          Complex Scripts text that requires special processing to display and process
 boolean LVLFAbstractType.isFConverted()
          A bit that specifies whether the nfc of this LVLF structure was previously a temporary value used for bidirectional compatibility that was converted into a standard MSONFC
 boolean DOPAbstractType.isFConvMailMergeEsc()
           
 boolean StdfBaseAbstractType.isFCopyLang()
          If f97LidsSet is 1, this value specifies whether the applied compatibility sprmCRgLid0_80 or sprmCRgLid1_80 specified an actual language or a special LID value (0x0400) signifying that no proofing is needed for the text.
 boolean CHPAbstractType.isFData()
          chp.fcPic points to an FFDATA, the data structure binary data used by Word to describe a form field.
 boolean DOPAbstractType.isFDfltTrueType()
           
 boolean DOPAbstractType.isFDispFormFldSel()
           
 boolean FibBaseAbstractType.isFDot()
          Specifies whether this is a document template
 boolean CHPAbstractType.isFDStrike()
          Displayed with double strikethrough
 boolean DOPAbstractType.isFEmbedFonts()
           
 boolean CHPAbstractType.isFEmboss()
          Text is embossed
 boolean FibBaseAbstractType.isFEmptySpecial()
          Deprecated. This field should not be used according to specification
 boolean FibBaseAbstractType.isFEncrypted()
          Specifies whether the document is encrypted or obfuscated as specified in Encryption and Obfuscation
 boolean DOPAbstractType.isFExactCWords()
           
 boolean FibBaseAbstractType.isFExtChar()
          This value MUST be 1
 boolean DOPAbstractType.isFFacingPages()
           
 boolean FibBaseAbstractType.isFFarEast()
          Specifies whether the installation language of the application that created the document was an East Asian language
 boolean TCAbstractType.isFFirstMerged()
          When 1, cell is first cell of a range of cells that have been merged.
 boolean TAPAbstractType.isFFirstRow()
          Used internally by Word: first row
 boolean TCAbstractType.isFFitText()
          When 1, make the text fit the table cell
 boolean CHPAbstractType.isFFldVanish()
          Used internally by Word
 boolean DOPAbstractType.isFForcePageSizePag()
           
 boolean LFOLVLBaseAbstractType.isFFormatting()
          A bit that specifies whether lvl is an LVL that overrides the corresponding LVL
 boolean DOPAbstractType.isFFormNoFields()
           
 boolean FibBaseAbstractType.isFGlsy()
          Specifies whether this is a document that contains only AutoText items
 boolean DOPAbstractType.isFGramAllClean()
           
 boolean DOPAbstractType.isFGramAllDone()
           
 boolean StshifAbstractType.isFHasOriginalStyle()
          This value MUST be 1 and MUST be ignored
 boolean StdfPost2000AbstractType.isFHasOriginalStyle()
          Specifies whether the style is revision-marked.
 boolean FibBaseAbstractType.isFHasPic()
          When set to 0, there SHOULD be no pictures in the document
 boolean StdfBaseAbstractType.isFHasUpe()
          This bit is undefined and MUST be ignored
 boolean DOPAbstractType.isFHaveVersions()
           
 boolean FSPAAbstractType.isFHdr()
          1 in the undo doc when shape is from the header doc, 0 otherwise (undefined when not in the undo doc)
 boolean StdfBaseAbstractType.isFHidden()
          Specifies whether this style is not shown in the application UI
 boolean DOPAbstractType.isFHideLastVersion()
           
 boolean CHPAbstractType.isFHighlight()
          When 1, characters are highlighted with color specified by chp.icoHighlight
 boolean GrfhicAbstractType.isFHtmlBuiltInBullet()
          A built-in HTML bullet
 boolean GrfhicAbstractType.isFHtmlChecked()
          Checked
 boolean DOPAbstractType.isFHtmlDoc()
           
 boolean GrfhicAbstractType.isFHtmlFirstLineMismatch()
          First line indent mismatch
 boolean GrfhicAbstractType.isFHtmlHangingIndentBeneathNumber()
          The hanging indent falls beneath the number (need plain text)
 boolean GrfhicAbstractType.isFHtmlListTextNotSharpDot()
          The list text is not "#."
 boolean GrfhicAbstractType.isFHtmlNotPeriod()
          Something other than a period is used
 boolean GrfhicAbstractType.isFHtmlTabLeftIndentMismatch()
          The list tab and the dxaLeft don't match (need table?)
 boolean GrfhicAbstractType.isFHtmlUnsupported()
          The numbering sequence or format is unsupported (includes tab & size)
 boolean LSTFAbstractType.isFHybrid()
          A bit that specifies whether the list this LSTF defines is a hybrid list
 boolean DOPAbstractType.isFHyphCapitals()
           
 boolean CHPAbstractType.isFImprint()
          Text is engraved
 boolean DOPAbstractType.isFIncludeFooter()
           
 boolean DOPAbstractType.isFIncludeHeader()
           
 boolean LVLFAbstractType.isFIndentSav()
          A bit that specifies whether the level indented the text it was applied to and that the indent needs to be removed when numbering is removed.
 boolean StdfBaseAbstractType.isFInternalUse()
          This bit is undefined and MUST be ignored
 boolean TAPAbstractType.isFInvalAutofit()
          When 1, TAP is still valid, but autofit properties aren't
 boolean StdfBaseAbstractType.isFInvalHeight()
          Specifies whether the paragraph height information in the fcPlcfPhe field of FibRgFcLcb97, for any paragraphs having this paragraph style, MUST be ignored.
 boolean CHPAbstractType.isFItalic()
          Italic
 boolean CHPAbstractType.isFItalicBi()
          Complex Scripts text is italics
 boolean TAPAbstractType.isFKeepFollow()
          When set to 1, keep this row with the following row
 boolean CHPAbstractType.isFKumimoji()
          combine characters
 boolean DOPAbstractType.isFLabelDoc()
           
 boolean TAPAbstractType.isFLastRow()
          Used internally by Word: last row
 boolean LVLFAbstractType.isFLegal()
          A bit that specifies whether this level overrides the nfc of all inherited level numbers.
 boolean DOPAbstractType.isFLinkStyles()
           
 boolean FibBaseAbstractType.isFLoadOverride()
          Specifies whether to override the language information and font that are specified in the paragraph style at istd 0 (the normal style) with the defaults that are appropriate for the installation language of the application
 boolean FibBaseAbstractType.isFLoadOverridePage()
          Specifies whether to override the section properties for page size, orientation, and margins with the defaults that are appropriate for the installation language of the application
 boolean DOPAbstractType.isFLockAtn()
           
 boolean StdfBaseAbstractType.isFLocked()
          Specifies whether this style is prevented from being applied by using the application UI
 boolean DOPAbstractType.isFLockRev()
           
 boolean CHPAbstractType.isFLowerCase()
          Character is displayed in lower case.
 boolean CHPAbstractType.isFLSFitText()
          fit text
 boolean FibBaseAbstractType.isFMac()
          Deprecated. This field should not be used according to specification
 boolean CHPAbstractType.isFMacChs()
          fTrue if char's are Macintosh char set
 boolean DOPAbstractType.isFMapPrintTextColor()
           
 boolean StdfBaseAbstractType.isFMassCopy()
          This bit is undefined and MUST be ignored
 boolean TCAbstractType.isFMerged()
          When 1, cell has been merged with preceding cell
 boolean DOPAbstractType.isFMinFontSizePag()
           
 boolean DOPAbstractType.isFMirrorMargins()
           
 boolean DOPAbstractType.isFMWSmallCaps()
           
 boolean TAPAbstractType.isFNeverBeenAutofit()
          When 1, table has never been autofit
 boolean DOPAbstractType.isFNoColumnBalance()
           
 boolean StdfBaseAbstractType.isFNoHtmlExport()
          This value MUST be 0 and MUST be ignored
 boolean DOPAbstractType.isFNoLeading()
           
 boolean LVLFAbstractType.isFNoRestart()
          A bit that specifies whether the number sequence of the level does not restart after a level is encountered that is more significant than the level to which this LVLF corresponds
 boolean DOPAbstractType.isFNoSpaceRaiseLower()
           
 boolean DOPAbstractType.isFNoTabForInd()
           
 boolean TAPAbstractType.isFNotPageView()
          Used internally by Word: when set to 1 we are not in Page View
 boolean TCAbstractType.isFNoWrap()
          When 1, do not allow text to wrap in the table cell
 boolean FibBaseAbstractType.isFObfuscated()
          If fEncrypted is 1, this bit specifies whether the document is obfuscated by using XOR obfuscation; otherwise, this bit MUST be ignored
 boolean CHPAbstractType.isFObj()
          Embedded objec
 boolean CHPAbstractType.isFOle2()
          chp.lTagObj specifies a particular object in the object stream that specifies the particular OLE object in the stream that should be displayed when the chPicture fSpec character that is tagged with the fOle2 is encountered.
 boolean DOPAbstractType.isFOnlyMacPics()
           
 boolean DOPAbstractType.isFOnlyWinPics()
           
 boolean TAPAbstractType.isFOrigWordTableRules()
          Used internally by Word: table combining like Word 5.x for the Macintosh and WinWord 1.x
 boolean DOPAbstractType.isFOrigWordTableRules()
           
 boolean TAPAbstractType.isFOutline()
          Used internally by Word: row was cached for outline mode
 boolean CHPAbstractType.isFOutline()
          Outlined
 boolean DOPAbstractType.isFPagHidden()
           
 boolean DOPAbstractType.isFPagResults()
           
 boolean DOPAbstractType.isFPagSupressTopSpacing()
           
 boolean StdfBaseAbstractType.isFPersonal()
          Specifies whether this character style was applied to format all message text from one or more users in an e-mail
 boolean StdfBaseAbstractType.isFPersonalCompose()
          Specifies whether this character style can be used to automatically format the new message text in a new e-mail
 boolean StdfBaseAbstractType.isFPersonalReply()
          Specifies whether this character style can be used to automatically format the new message text when replying to an e-mail
 boolean DOPAbstractType.isFPMHMainDoc()
           
 boolean DOPAbstractType.isFPrintBodyBeforeHdr()
           
 boolean DOPAbstractType.isFPrintFormData()
           
 boolean DOPAbstractType.isFProtEnabled()
           
 boolean StdfBaseAbstractType.isFQFormat()
          Specifies whether this style is shown in the Ribbon Style gallery
 boolean FSPAAbstractType.isFRcaSimple()
          When set, temporarily overrides bx, by, forcing the xaLeft, xaRight, yaTop, and yaBottom fields to all be page relative.
 boolean FibBaseAbstractType.isFReadOnlyRecommended()
          Specifies whether the document author recommended that the document be opened in read-only mode
 boolean DOPAbstractType.isFRevMarking()
           
 boolean CHPAbstractType.isFRMark()
          text is newly typed since the last time revision marks have been accepted and will be displayed with an underline when revision marked text is to be displayed
 boolean CHPAbstractType.isFRMarkDel()
          has been deleted and will be displayed with strikethrough when revision marked text is to be displayed
 boolean DOPAbstractType.isFRMPrint()
           
 boolean DOPAbstractType.isFRMView()
           
 boolean TCAbstractType.isFRotateFont()
          When 1, cell has rotated characters (i.e.
 boolean PAPAbstractType.isFRotateFont()
           
 boolean DOPAbstractType.isFRotateFontW6()
           
 boolean CHPAbstractType.isFRuby()
          Phonetic guide
 boolean DOPAbstractType.isFSaveFormData()
           
 boolean StdfBaseAbstractType.isFScratch()
          spare field for any temporary use, always reset back to zero!
 boolean StdfBaseAbstractType.isFSemiHidden()
          Specifies whether this style is not shown in the simplified main styles UI of the application
 boolean DOPAbstractType.isFShadeFormData()
           
 boolean CHPAbstractType.isFShadow()
          Character is drawn with a shadow
 boolean DOPAbstractType.isFShowBreaksInFrames()
           
 boolean LSTFAbstractType.isFSimpleList()
          A bit that, when set to 0x1, specifies that this LSTF represents a simple (one-level) list that has one corresponding LVL (see the fcPlfLst field of FibRgFcLcb97).
 boolean CHPAbstractType.isFSmallCaps()
          Displayed with small caps
 boolean DOPAbstractType.isFSnapBorder()
           
 boolean CHPAbstractType.isFSpec()
          Character is a Word special character
 boolean LFOLVLBaseAbstractType.isFStartAt()
          A bit that specifies whether this LFOLVL overrides the start-at value of the level.
 boolean CHPAbstractType.isFStrike()
          Displayed with strikethrough
 boolean DOPAbstractType.isFSubsetFonts()
           
 boolean DOPAbstractType.isFSuppressTopSPacingMac5()
           
 boolean DOPAbstractType.isFSupressSpdfAfterPageBreak()
           
 boolean DOPAbstractType.isFSupressTopSpacing()
           
 boolean DOPAbstractType.isFSwapBordersFacingPgs()
           
 boolean LVLFAbstractType.isFTentative()
          A bit that specifies whether the format of the level is tentative
 boolean CHPAbstractType.isFTNY()
          Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used
 boolean CHPAbstractType.isFTNYCompress()
          fit text in line
 boolean CHPAbstractType.isFTNYFetchTxm()
          fetch text metrics
 boolean DOPAbstractType.isFTransparentMetafiles()
           
 boolean DOPAbstractType.isFTruncDxaExpand()
           
 boolean StdfBaseAbstractType.isFUnhideWhenUsed()
          Specifies whether the fSemiHidden property is to be set to 0 when this style is used
 boolean CHPAbstractType.isFUsePgsuSettings()
          Used internally by Word
 boolean CHPAbstractType.isFVanish()
          text has hidden format, and is not displayed unless fPagHidden is set in the DOP
 boolean TAPAbstractType.isFVert()
          When 1, positioned in vertical text flow
 boolean TCAbstractType.isFVertical()
          When 1, cell has vertical text flow
 boolean PAPAbstractType.isFVertical()
           
 boolean TCAbstractType.isFVertMerge()
          When 1, cell is vertically merged with the cell(s) above and/or below.
 boolean TCAbstractType.isFVertRestart()
          When 1, the cell is the first of a set of vertically merged cells.
 boolean DOPAbstractType.isFVirusLoadSafe()
           
 boolean DOPAbstractType.isFVirusPrompted()
           
 boolean CHPAbstractType.isFWarichu()
          Two lines in one (text in the group is displayed as two half-height lines within a line)
 boolean CHPAbstractType.isFWarichuNoOpenBracket()
          Two-lines-in-one uses no open
 boolean DOPAbstractType.isFWCFtnEdn()
           
 boolean TAPAbstractType.isFWebView()
          Used internally by Word: Web View is on when set to 1
 boolean FibBaseAbstractType.isFWhichTblStm()
          Specifies the Table stream to which the FIB refers.
 boolean DOPAbstractType.isFWidowControl()
           
 boolean TAPAbstractType.isFWrapToWwd()
          Used internally by Word: Wrap to window is on when set to 1
 boolean DOPAbstractType.isFWrapTrailSpaces()
           
 boolean FibBaseAbstractType.isFWriteReservation()
          Specifies whether the document has a write-reservation password
 boolean DOPAbstractType.isIGutterPos()
           
 boolean DOPAbstractType.isOldfConvMailMergeEsc()
           
 boolean DOPAbstractType.isOldfMapPrintTextColor()
           
 boolean DOPAbstractType.isOldfNoColumnBalance()
           
 boolean DOPAbstractType.isOldfNoSpaceRaiseLower()
           
 boolean DOPAbstractType.isOldfNoTabForInd()
           
 boolean DOPAbstractType.isOldfOrigWordTableRules()
           
 boolean DOPAbstractType.isOldfShowBreaksInFrames()
           
 boolean DOPAbstractType.isOldfSuppressSpbfAfterPageBreak()
           
 boolean DOPAbstractType.isOldfSupressTopSpacing()
           
 boolean DOPAbstractType.isOldfSwapBordersFacingPgs()
           
 boolean DOPAbstractType.isOldfTransparentMetafiles()
           
 boolean DOPAbstractType.isOldfWrapTrailSpaces()
           
 boolean FibBaseAbstractType.isReserved1()
          Deprecated. This field should not be used according to specification
 boolean FibBaseAbstractType.isReserved2()
          Deprecated. This field should not be used according to specification
 boolean StdfPost2000AbstractType.isUnused()
          This value MUST be zero and MUST be ignored
 boolean CHPAbstractType.isUnused()
          Not used
 boolean LVLFAbstractType.isUnused1()
          Deprecated. This field should not be used according to specification
 boolean LSTFAbstractType.isUnused1()
          Deprecated. This field should not be used according to specification
 boolean DOPAbstractType.isUnused1()
           
 boolean LSTFAbstractType.isUnused2()
          Deprecated. This field should not be used according to specification
 boolean DOPAbstractType.isUnused3()
           
 boolean DOPAbstractType.isUnused4()
           
 boolean TAPAbstractType.isViewFlags_unused1()
          Not used
 void DOPAbstractType.setAdt(short field_34_adt)
          Set the adt field for the DOP record.
 void PAPAbstractType.setAnld(byte[] field_67_anld)
          Set the anld field for the PAP record.
 void DOPAbstractType.setAsumyi(byte[] field_39_asumyi)
          Set the asumyi field for the DOP record.
 void StdfBaseAbstractType.setBchUpe(int field_4_bchUpe)
          An unsigned integer that specifies the size, in bytes, of std in LPStd.
 void PICFAbstractType.setBpp(byte field_20_bpp)
          Set the bpp field for the PICF record.
 void CHPAbstractType.setBrc(BorderCode field_24_brc)
          Border.
 void PAPAbstractType.setBrcBar(BorderCode field_65_brcBar)
          Set the brcBar field for the PAP record.
 void PAPAbstractType.setBrcBetween(BorderCode field_64_brcBetween)
          Set the brcBetween field for the PAP record.
 void TCAbstractType.setBrcBottom(BorderCode field_22_brcBottom)
          Bottom border.
 void TAPAbstractType.setBrcBottom(BorderCode field_36_brcBottom)
          Set the brcBottom field for the TAP record.
 void PAPAbstractType.setBrcBottom(BorderCode field_62_brcBottom)
          Set the brcBottom field for the PAP record.
 void PICFAbstractType.setBrcBottom80(byte[] field_23_brcBottom80)
          Set the brcBottom80 field for the PICF record.
 void TAPAbstractType.setBrcHorizontal(BorderCode field_41_brcHorizontal)
          Set the brcHorizontal field for the TAP record.
 void PAPAbstractType.setBrcl(byte field_6_brcl)
          Border line style.
 void TCAbstractType.setBrcLeft(BorderCode field_21_brcLeft)
          Left border.
 void TAPAbstractType.setBrcLeft(BorderCode field_38_brcLeft)
          Set the brcLeft field for the TAP record.
 void PAPAbstractType.setBrcLeft(BorderCode field_61_brcLeft)
          Set the brcLeft field for the PAP record.
 void PICFAbstractType.setBrcLeft80(byte[] field_22_brcLeft80)
          Set the brcLeft80 field for the PICF record.
 void PAPAbstractType.setBrcp(byte field_7_brcp)
          Rectangle border codes.
 void TCAbstractType.setBrcRight(BorderCode field_23_brcRight)
          Right border.
 void TAPAbstractType.setBrcRight(BorderCode field_39_brcRight)
          Set the brcRight field for the TAP record.
 void PAPAbstractType.setBrcRight(BorderCode field_63_brcRight)
          Set the brcRight field for the PAP record.
 void PICFAbstractType.setBrcRight80(byte[] field_24_brcRight80)
          Set the brcRight80 field for the PICF record.
 void TCAbstractType.setBrcTop(BorderCode field_20_brcTop)
          Top border.
 void TAPAbstractType.setBrcTop(BorderCode field_37_brcTop)
          Set the brcTop field for the TAP record.
 void PAPAbstractType.setBrcTop(BorderCode field_60_brcTop)
          Set the brcTop field for the PAP record.
 void PICFAbstractType.setBrcTop80(byte[] field_21_brcTop80)
          Set the brcTop80 field for the PICF record.
 void TAPAbstractType.setBrcVertical(BorderCode field_40_brcVertical)
          Set the brcVertical field for the TAP record.
 void FSPAAbstractType.setBx(byte value)
          Sets the bx field value.
 void FSPAAbstractType.setBy(byte value)
          Sets the by field value.
 void LVLFAbstractType.setCbGrpprlChpx(short field_8_cbGrpprlChpx)
          An unsigned integer that specifies the size, in bytes, of the grpprlChpx in the LVL that contains this LVLF.
 void LVLFAbstractType.setCbGrpprlPapx(short field_9_cbGrpprlPapx)
          An unsigned integer that specifies the size, in bytes, of the grpprlPapx in the LVL that contains this LVLF.
 void PICFAbstractType.setCbHeader(int field_2_cbHeader)
          An unsigned integer that specifies the size, in bytes, of this PICF structure.
 void FibRgLw97AbstractType.setCbMac(int field_1_cbMac)
          Specifies the count of bytes of those written to the WordDocument stream of the file that have any meaning.
 void FibRgLw95AbstractType.setCbMac(int field_1_cbMac)
          Set the cbMac field for the FibRgLw95 record.
 void StshifAbstractType.setCbSTDBaseInFile(int field_2_cbSTDBaseInFile)
          An unsigned integer that specifies the size, in bytes, of the Stdf structure.
 void DOPAbstractType.setCCh(int field_20_cCh)
          Set the cCh field for the DOP record.
 void DOPAbstractType.setCChFtnEdn(int field_27_cChFtnEdn)
          Set the cChFtnEdn field for the DOP record.
 void DOPAbstractType.setCChWS(int field_40_cChWS)
          Set the cChWS field for the DOP record.
 void DOPAbstractType.setCChWSFtnEdn(int field_41_cChWSFtnEdn)
          Set the cChWSFtnEdn field for the DOP record.
 void DOPAbstractType.setCConsexHypLim(int field_12_cConsexHypLim)
          Set the cConsexHypLim field for the DOP record.
 void FibRgLw97AbstractType.setCcpAtn(int field_8_ccpAtn)
          A signed integer that specifies the count of CPs in the comment subdocument.
 void FibRgLw95AbstractType.setCcpAtn(int field_10_ccpAtn)
          Set the ccpAtn field for the FibRgLw95 record.
 void FibRgLw97AbstractType.setCcpEdn(int field_9_ccpEdn)
          A signed integer that specifies the count of CPs in the endnote subdocument.
 void FibRgLw95AbstractType.setCcpEdn(int field_11_ccpEdn)
          Set the ccpEdn field for the FibRgLw95 record.
 void FibRgLw97AbstractType.setCcpFtn(int field_5_ccpFtn)
          A signed integer that specifies the count of CPs in the footnote subdocument.
 void FibRgLw95AbstractType.setCcpFtn(int field_7_ccpFtn)
          Set the ccpFtn field for the FibRgLw95 record.
 void FibRgLw97AbstractType.setCcpHdd(int field_6_ccpHdd)
          A signed integer that specifies the count of CPs in the header subdocument.
 void FibRgLw95AbstractType.setCcpHdd(int field_8_ccpHdd)
          Set the ccpHdd field for the FibRgLw95 record.
 void FibRgLw97AbstractType.setCcpHdrTxbx(int field_11_ccpHdrTxbx)
          A signed integer that specifies the count of CPs in the textbox subdocument of the header.
 void FibRgLw95AbstractType.setCcpHdrTxbx(int field_13_ccpHdrTxbx)
          Set the ccpHdrTxbx field for the FibRgLw95 record.
 void FibRgLw95AbstractType.setCcpMcr(int field_9_ccpMcr)
          Set the ccpMcr field for the FibRgLw95 record.
 void FibRgLw97AbstractType.setCcpText(int field_4_ccpText)
          A signed integer that specifies the count of CPs in the main document.
 void FibRgLw95AbstractType.setCcpText(int field_6_ccpText)
          Set the ccpText field for the FibRgLw95 record.
 void FibRgLw97AbstractType.setCcpTxbx(int field_10_ccpTxbx)
          A signed integer that specifies the count of CPs in the textbox subdocument of the main document.
 void FibRgLw95AbstractType.setCcpTxbx(int field_12_ccpTxbx)
          Set the ccpTxbx field for the FibRgLw95 record.
 void DOPAbstractType.setCDBC(int field_47_cDBC)
          Set the cDBC field for the DOP record.
 void DOPAbstractType.setCDBCFtnEdn(int field_48_cDBCFtnEdn)
          Set the cDBCFtnEdn field for the DOP record.
 void CHPAbstractType.setCharsetFlags(short field_49_CharsetFlags)
          Set the CharsetFlags field for the CHP record.
 void TAPAbstractType.setCHorzBands(short field_78_cHorzBands)
          Size of each horizontal style band, in number of rows.
 void FibBaseAbstractType.setChs(short field_11_Chs)
          This value MUST be 0 and MUST be ignored.
 void CHPAbstractType.setChse(short field_50_chse)
          Set the chse field for the CHP record.
 void FibBaseAbstractType.setChsTables(short field_12_chsTables)
          This value MUST be 0 and MUST be ignored.
 void LFOAbstractType.setClfolvl(byte field_4_clfolvl)
          Count of levels whose format is overridden (see LFOLVL).
 void DOPAbstractType.setCLines(int field_25_cLines)
          Set the cLines field for the DOP record.
 void DOPAbstractType.setCLinesFtnEdn(int field_30_cLinesFtnEdn)
          Set the cLinesFtnEdn field for the DOP record.
 void CHPAbstractType.setCopt(byte field_30_copt)
          Collection of the 5 flags.
 void DOPAbstractType.setCParas(int field_22_cParas)
          Set the cParas field for the DOP record.
 void DOPAbstractType.setCParasFtnEdn(int field_29_cParasFtnEdn)
          Set the cParasFtnEdn field for the DOP record.
 void CHPAbstractType.setCpg(int field_47_cpg)
          Code page of run in pre-Unicode files.
 void DOPAbstractType.setCPg(int field_21_cPg)
          Set the cPg field for the DOP record.
 void DOPAbstractType.setCPgFtnEdn(short field_28_cPgFtnEdn)
          Set the cPgFtnEdn field for the DOP record.
 void PICFAbstractType.setCProps(short field_27_cProps)
          This value MUST be 0 and MUST be ignored.
 void FibBaseAbstractType.setCQuickSaves(byte value)
          Sets the cQuickSaves field value.
 void StshifAbstractType.setCstd(int field_1_cstd)
          An unsigned integer that specifies the count of elements in STSH.rglpstd.
 void FSPAAbstractType.setCTxbx(int field_7_cTxbx)
          Count of textboxes in shape (undo doc only).
 void StdfBaseAbstractType.setCupx(byte value)
          Sets the cupx field value.
 void CHPAbstractType.setCv(Colorref field_8_cv)
          24-bit color.
 void SHDAbstractType.setCvBack(Colorref field_2_cvBack)
          24-bit background color.
 void TAPAbstractType.setCVertBands(short field_79_cVertBands)
          Size of a vertical style band, in number of columns.
 void SHDAbstractType.setCvFore(Colorref field_1_cvFore)
          24-bit foreground color.
 void DOPAbstractType.setCWords(int field_19_cWords)
          Set the cWords field for the DOP record.
 void DOPAbstractType.setCWordsFtnEnd(int field_26_cWordsFtnEnd)
          Set the cWordsFtnEnd field for the DOP record.
 void PAPAbstractType.setDcs(DropCapSpecifier field_28_dcs)
          Set the dcs field for the PAP record.
 void DOPAbstractType.setDocinfo(byte field_5_docinfo)
          Set the docinfo field for the DOP record.
 void DOPAbstractType.setDocinfo1(byte field_6_docinfo1)
          Set the docinfo1 field for the DOP record.
 void DOPAbstractType.setDocinfo2(byte field_7_docinfo2)
          Set the docinfo2 field for the DOP record.
 void DOPAbstractType.setDocinfo3(short field_8_docinfo3)
          Set the docinfo3 field for the DOP record.
 void DOPAbstractType.setDocinfo4(int field_33_docinfo4)
          Set the docinfo4 field for the DOP record.
 void DOPAbstractType.setDocinfo5(short field_37_docinfo5)
          Set the docinfo5 field for the DOP record.
 void DOPAbstractType.setDocinfo6(short field_38_docinfo6)
          Set the docinfo6 field for the DOP record.
 void DOPAbstractType.setDogrid(byte[] field_36_dogrid)
          Set the dogrid field for the DOP record.
 void DOPAbstractType.setDoptypography(byte[] field_35_doptypography)
          Set the doptypography field for the DOP record.
 void CHPAbstractType.setDttmConflict(DateAndTime field_58_dttmConflict)
          When the change was made.
 void DOPAbstractType.setDttmCreated(int field_14_dttmCreated)
          Set the dttmCreated field for the DOP record.
 void CHPAbstractType.setDttmDispFldRMark(DateAndTime field_61_dttmDispFldRMark)
          The date for the ListNum field number change.
 void DOPAbstractType.setDttmLastPrint(int field_16_dttmLastPrint)
          Set the dttmLastPrint field for the DOP record.
 void PAPAbstractType.setDttmPropRMark(DateAndTime field_71_dttmPropRMark)
          Set the dttmPropRMark field for the PAP record.
 void CHPAbstractType.setDttmPropRMark(DateAndTime field_53_dttmPropRMark)
          Date/time at which properties of this were changed for this run of text by the author.
 void DOPAbstractType.setDttmRevised(int field_15_dttmRevised)
          Set the dttmRevised field for the DOP record.
 void CHPAbstractType.setDttmRMark(DateAndTime field_42_dttmRMark)
          Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.).
 void CHPAbstractType.setDttmRMarkDel(DateAndTime field_43_dttmRMarkDel)
          Date/time at which this run of text was deleted by the author (Only recorded when revision marking is on.).
 void TAPAbstractType.setDxaAbs(int field_14_dxaAbs)
          Absolute horizontal position.
 void PAPAbstractType.setDxaAbs(int field_17_dxaAbs)
          Set the dxaAbs field for the PAP record.
 void TAPAbstractType.setDxaAdjust(int field_27_dxaAdjust)
          Used internally by Word.
 void TAPAbstractType.setDxaColWidthWwd(int field_30_dxaColWidthWwd)
          Used internally by Word.
 void TAPAbstractType.setDxaFromText(int field_16_dxaFromText)
          Left distance from surrounding text when absolutely positioned.
 void PAPAbstractType.setDxaFromText(int field_30_dxaFromText)
          Horizontal distance between text and absolutely positioned object.
 void TAPAbstractType.setDxaFromTextRight(int field_18_dxaFromTextRight)
          Right distance from surrounding text when absolutely positioned.
 void TAPAbstractType.setDxaGapHalf(int field_3_dxaGapHalf)
          Measures half of the white space that will be maintained between text in adjacent columns of a table row.
 void PICFAbstractType.setDxaGoal(short field_11_dxaGoal)
          Set the dxaGoal field for the PICF record.
 void DOPAbstractType.setDxaHotz(int field_11_dxaHotz)
          Set the dxaHotz field for the DOP record.
 void LVLFAbstractType.setDxaIndentSav(int field_6_dxaIndentSav)
          If fIndentSav is nonzero, this is a signed integer that specifies the size, in twips, of the indent that needs to be removed when the numbering is removed.
 void PAPAbstractType.setDxaLeft(int field_57_dxaLeft)
          Set the dxaLeft field for the PAP record.
 void PAPAbstractType.setDxaLeft1(int field_58_dxaLeft1)
          Set the dxaLeft1 field for the PAP record.
 void PICFAbstractType.setDxaReserved1(short field_15_dxaReserved1)
          Set the dxaReserved1 field for the PICF record.
 void PICFAbstractType.setDxaReserved2(short field_17_dxaReserved2)
          Set the dxaReserved2 field for the PICF record.
 void PICFAbstractType.setDxaReserved3(short field_25_dxaReserved3)
          Set the dxaReserved3 field for the PICF record.
 void PAPAbstractType.setDxaRight(int field_56_dxaRight)
          Set the dxaRight field for the PAP record.
 void TAPAbstractType.setDxaRTEWrapWidth(int field_29_dxaRTEWrapWidth)
          Used internally by Word.
 void CHPAbstractType.setDxaSpace(int field_7_dxaSpace)
          Space following each character in the run expressed in twip units..
 void DOPAbstractType.setDxaTab(int field_9_dxaTab)
          Set the dxaTab field for the DOP record.
 void TAPAbstractType.setDxaWebView(int field_28_dxaWebView)
          Used internally by Word.
 void PAPAbstractType.setDxaWidth(int field_19_dxaWidth)
          Set the dxaWidth field for the PAP record.
 void PAPAbstractType.setDxcLeft(short field_52_dxcLeft)
          Left indent in character units.
 void PAPAbstractType.setDxcLeft1(short field_53_dxcLeft1)
          First line indent in character units.
 void PAPAbstractType.setDxcRight(short field_51_dxcRight)
          Right indent in character units.
 void TAPAbstractType.setDyaAbs(int field_15_dyaAbs)
          Absolute vertical position.
 void PAPAbstractType.setDyaAbs(int field_18_dyaAbs)
          Set the dyaAbs field for the PAP record.
 void PAPAbstractType.setDyaAfter(int field_13_dyaAfter)
          Space after paragraph.
 void PAPAbstractType.setDyaBefore(int field_12_dyaBefore)
          Space before paragraph.
 void TAPAbstractType.setDyaFromText(int field_17_dyaFromText)
          Top distance from surrounding text when absolutely positioned.
 void PAPAbstractType.setDyaFromText(int field_29_dyaFromText)
          Vertical distance between text and absolutely positioned object.
 void TAPAbstractType.setDyaFromTextBottom(int field_19_dyaFromTextBottom)
          Bottom distance from surrounding text when absolutely positioned.
 void PICFAbstractType.setDyaGoal(short field_12_dyaGoal)
          Set the dyaGoal field for the PICF record.
 void PAPAbstractType.setDyaHeight(int field_26_dyaHeight)
          Set the dyaHeight field for the PAP record.
 void PICFAbstractType.setDyaReserved1(short field_16_dyaReserved1)
          Set the dyaReserved1 field for the PICF record.
 void PICFAbstractType.setDyaReserved2(short field_18_dyaReserved2)
          Set the dyaReserved2 field for the PICF record.
 void PICFAbstractType.setDyaReserved3(short field_26_dyaReserved3)
          Set the dyaReserved3 field for the PICF record.
 void TAPAbstractType.setDyaRowHeight(int field_4_dyaRowHeight)
          When greater than 0, guarantees that the height of the table will be at least dyaRowHeight high.
 void DOPAbstractType.setDywDispPag(short field_53_dywDispPag)
          Set the dywDispPag field for the DOP record.
 void DOPAbstractType.setEdn(short field_23_Edn)
          Set the Edn field for the DOP record.
 void DOPAbstractType.setEdn1(short field_24_Edn1)
          Set the Edn1 field for the DOP record.
 void FibBaseAbstractType.setEnvr(byte field_9_envr)
          This value MUST be 0, and MUST be ignored.
 void DOPAbstractType.setEpc(byte value)
          Sets the epc field value.
 void StdfBaseAbstractType.setF97LidsSet(boolean value)
          Sets the f97LidsSet field value.
 void TAPAbstractType.setFAdjusted(boolean value)
          Sets the fAdjusted field value.
 void PAPAbstractType.setFAdjustRight(boolean field_46_fAdjustRight)
          Set the fAdjustRight field for the PAP record.
 void FSPAAbstractType.setFAnchorLock(boolean value)
          Sets the fAnchorLock field value.
 void TAPAbstractType.setFAutofit(boolean value)
          Sets the fAutofit field value.
 void DOPAbstractType.setFAutoHyphen(boolean value)
          Sets the fAutoHyphen field value.
 void LSTFAbstractType.setFAutoNum(boolean value)
          Sets the fAutoNum field value.
 void StdfBaseAbstractType.setFAutoRedef(boolean value)
          Sets the fAutoRedef field value.
 void PAPAbstractType.setFAutoSpaceDE(boolean field_37_fAutoSpaceDE)
          auto space East Asian and alphabetic characters.
 void PAPAbstractType.setFAutoSpaceDN(boolean field_38_fAutoSpaceDN)
          auto space East Asian and numeric characters.
 void DOPAbstractType.setFAutoVersions(boolean value)
          Sets the fAutoVersions field value.
 void DOPAbstractType.setFBackup(boolean value)
          Sets the fBackup field value.
 void TCAbstractType.setFBackward(boolean value)
          Sets the fBackward field value.
 void PAPAbstractType.setFBackward(boolean value)
          Sets the fBackward field value.
 void FSPAAbstractType.setFBelowText(boolean value)
          Sets the fBelowText field value.
 void PAPAbstractType.setFBiDi(boolean field_42_fBiDi)
          Set the fBiDi field for the PAP record.
 void CHPAbstractType.setFBiDi(boolean value)
          Sets the fBiDi field value.
 void TAPAbstractType.setFBiDi(byte field_20_fBiDi)
          When 1, table is right-to-left.
 void CHPAbstractType.setFBold(boolean value)
          Sets the fBold field value.
 void CHPAbstractType.setFBoldBi(boolean value)
          Sets the fBoldBi field value.
 void CHPAbstractType.setFBorderWS(boolean field_28_fBorderWS)
          Used internally by Word.
 void PAPAbstractType.setFBrLnAbove(boolean field_20_fBrLnAbove)
          Set the fBrLnAbove field for the PAP record.
 void PAPAbstractType.setFBrLnBelow(boolean field_21_fBrLnBelow)
          Set the fBrLnBelow field for the PAP record.
 void TAPAbstractType.setFCantSplit(boolean field_5_fCantSplit)
          When 1, table row may not be split across page bounds.
 void TAPAbstractType.setFCantSplit90(boolean field_6_fCantSplit90)
          When 1, table row may not be split across page bounds.
 void CHPAbstractType.setFCaps(boolean value)
          Sets the fCaps field value.
 void CHPAbstractType.setFcData(int field_39_fcData)
          Points to location of picture data, only if chp.fSpec is true..
 void CHPAbstractType.setFCellFitText(boolean value)
          Sets the fCellFitText field value.
 void TAPAbstractType.setFCellSpacing(boolean value)
          Sets the fCellSpacing field value.
 void CHPAbstractType.setFChsDiff(boolean value)
          Sets the fChsDiff field value.
 void FibBaseAbstractType.setFcMac(int field_14_fcMac)
          This value is undefined and MUST be ignored.
 void FibBaseAbstractType.setFcMin(int field_13_fcMin)
          This value is undefined and MUST be ignored.
 void CHPAbstractType.setFcObj(int field_37_fcObj)
          Offset in data stream pointing to beginning of a picture when character is an OLE1 object character (character is 0x20 and chp.fSpec is 1, chp.fOle2 is 0)..
 void CHPAbstractType.setFcObjp(int field_63_fcObjp)
          Offset in the data stream indicating the location of OLE object data.
 void FibBaseAbstractType.setFComplex(boolean value)
          Sets the fComplex field value.
 void CHPAbstractType.setFComplexScripts(boolean value)
          Sets the fComplexScripts field value.
 void CHPAbstractType.setFConflictOrig(boolean field_54_fConflictOrig)
          When chp.wConflict!=0, this is TRUE when text is part of the original version of text.
 void CHPAbstractType.setFConflictOtherDel(boolean field_55_fConflictOtherDel)
          When fConflictOtherDel==fTrue, the other side of a reconciliation conflict causes this text to be deleted.
 void LVLFAbstractType.setFConverted(boolean value)
          Sets the fConverted field value.
 void DOPAbstractType.setFConvMailMergeEsc(boolean value)
          Sets the fConvMailMergeEsc field value.
 void StdfBaseAbstractType.setFCopyLang(boolean value)
          Sets the fCopyLang field value.
 void CHPAbstractType.setFcPic(int field_36_fcPic)
          Offset in data stream pointing to beginning of a picture when character is a picture character (character is 0x01 and chp.fSpec is 1)..
 void PAPAbstractType.setFCrLf(boolean field_44_fCrLf)
          Set the fCrLf field for the PAP record.
 void CHPAbstractType.setFData(boolean value)
          Sets the fData field value.
 void CHPAbstractType.setFDblBdr(boolean field_27_fDblBdr)
          Used internally by Word.
 void DOPAbstractType.setFDfltTrueType(boolean value)
          Sets the fDfltTrueType field value.
 void CHPAbstractType.setFDispFldRMark(boolean field_59_fDispFldRMark)
          the number for a ListNum field is being tracked in xstDispFldRMark.
 void DOPAbstractType.setFDispFormFldSel(boolean value)
          Sets the fDispFormFldSel field value.
 void FibBaseAbstractType.setFDot(boolean value)
          Sets the fDot field value.
 void CHPAbstractType.setFDStrike(boolean value)
          Sets the fDStrike field value.
 void PAPAbstractType.setFDyaAfterAuto(boolean field_55_fDyaAfterAuto)
          Vertical spacing after is automatic.
 void PAPAbstractType.setFDyaBeforeAuto(boolean field_54_fDyaBeforeAuto)
          Vertical spacing before is automatic.
 void DOPAbstractType.setFEmbedFonts(boolean value)
          Sets the fEmbedFonts field value.
 void CHPAbstractType.setFEmboss(boolean value)
          Sets the fEmboss field value.
 void FibBaseAbstractType.setFEmptySpecial(boolean value)
          Sets the fEmptySpecial field value.
 void FibBaseAbstractType.setFEncrypted(boolean value)
          Sets the fEncrypted field value.
 void DOPAbstractType.setFExactCWords(boolean value)
          Sets the fExactCWords field value.
 void FibBaseAbstractType.setFExtChar(boolean value)
          Sets the fExtChar field value.
 void DOPAbstractType.setFFacingPages(boolean value)
          Sets the fFacingPages field value.
 void FibBaseAbstractType.setFFarEast(boolean value)
          Sets the fFarEast field value.
 void TCAbstractType.setFFirstMerged(boolean value)
          Sets the fFirstMerged field value.
 void TAPAbstractType.setFFirstRow(boolean value)
          Sets the fFirstRow field value.
 void TCAbstractType.setFFitText(boolean value)
          Sets the fFitText field value.
 void CHPAbstractType.setFFldVanish(boolean value)
          Sets the fFldVanish field value.
 void DOPAbstractType.setFForcePageSizePag(boolean value)
          Sets the fForcePageSizePag field value.
 void LFOLVLBaseAbstractType.setFFormatting(boolean value)
          Sets the fFormatting field value.
 void DOPAbstractType.setFFormNoFields(boolean value)
          Sets the fFormNoFields field value.
 void FibBaseAbstractType.setFGlsy(boolean value)
          Sets the fGlsy field value.
 void DOPAbstractType.setFGramAllClean(boolean value)
          Sets the fGramAllClean field value.
 void DOPAbstractType.setFGramAllDone(boolean value)
          Sets the fGramAllDone field value.
 void CHPAbstractType.setFHasOldProps(boolean field_66_fHasOldProps)
          Used for character property revision marking.
 void TAPAbstractType.setFHasOldProps(byte field_77_fHasOldProps)
          Has old properties.
 void StshifAbstractType.setFHasOriginalStyle(boolean value)
          Sets the fHasOriginalStyle field value.
 void StdfPost2000AbstractType.setFHasOriginalStyle(boolean value)
          Sets the fHasOriginalStyle field value.
 void FibBaseAbstractType.setFHasPic(boolean value)
          Sets the fHasPic field value.
 void StdfBaseAbstractType.setFHasUpe(boolean value)
          Sets the fHasUpe field value.
 void DOPAbstractType.setFHaveVersions(boolean value)
          Sets the fHaveVersions field value.
 void FSPAAbstractType.setFHdr(boolean value)
          Sets the fHdr field value.
 void StdfBaseAbstractType.setFHidden(boolean value)
          Sets the fHidden field value.
 void DOPAbstractType.setFHideLastVersion(boolean value)
          Sets the fHideLastVersion field value.
 void CHPAbstractType.setFHighlight(boolean value)
          Sets the fHighlight field value.
 void GrfhicAbstractType.setFHtmlBuiltInBullet(boolean value)
          Sets the fHtmlBuiltInBullet field value.
 void GrfhicAbstractType.setFHtmlChecked(boolean value)
          Sets the fHtmlChecked field value.
 void DOPAbstractType.setFHtmlDoc(boolean value)
          Sets the fHtmlDoc field value.
 void GrfhicAbstractType.setFHtmlFirstLineMismatch(boolean value)
          Sets the fHtmlFirstLineMismatch field value.
 void GrfhicAbstractType.setFHtmlHangingIndentBeneathNumber(boolean value)
          Sets the fHtmlHangingIndentBeneathNumber field value.
 void GrfhicAbstractType.setFHtmlListTextNotSharpDot(boolean value)
          Sets the fHtmlListTextNotSharpDot field value.
 void GrfhicAbstractType.setFHtmlNotPeriod(boolean value)
          Sets the fHtmlNotPeriod field value.
 void GrfhicAbstractType.setFHtmlTabLeftIndentMismatch(boolean value)
          Sets the fHtmlTabLeftIndentMismatch field value.
 void GrfhicAbstractType.setFHtmlUnsupported(boolean value)
          Sets the fHtmlUnsupported field value.
 void LSTFAbstractType.setFHybrid(boolean value)
          Sets the fHybrid field value.
 void DOPAbstractType.setFHyphCapitals(boolean value)
          Sets the fHyphCapitals field value.
 void CHPAbstractType.setFImprint(boolean value)
          Sets the fImprint field value.
 void DOPAbstractType.setFIncludeFooter(boolean value)
          Sets the fIncludeFooter field value.
 void DOPAbstractType.setFIncludeHeader(boolean value)
          Sets the fIncludeHeader field value.
 void LVLFAbstractType.setFIndentSav(boolean value)
          Sets the fIndentSav field value.
 void PAPAbstractType.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 PAPAbstractType.setFInTable(boolean field_14_fInTable)
          Paragraph is in table flag.
 void PAPAbstractType.setFinTableW97(boolean field_15_finTableW97)
          Archaic paragraph is in table flag.
 void StdfBaseAbstractType.setFInternalUse(boolean value)
          Sets the fInternalUse field value.
 void TAPAbstractType.setFInvalAutofit(boolean value)
          Sets the fInvalAutofit field value.
 void StdfBaseAbstractType.setFInvalHeight(boolean value)
          Sets the fInvalHeight field value.
 void CHPAbstractType.setFItalic(boolean value)
          Sets the fItalic field value.
 void CHPAbstractType.setFItalicBi(boolean value)
          Sets the fItalicBi field value.
 void PAPAbstractType.setFKeep(boolean field_3_fKeep)
          Set the fKeep field for the PAP record.
 void TAPAbstractType.setFKeepFollow(boolean value)
          Sets the fKeepFollow field value.
 void PAPAbstractType.setFKeepFollow(boolean field_4_fKeepFollow)
          Set the fKeepFollow field for the PAP record.
 void PAPAbstractType.setFKinsoku(boolean field_33_fKinsoku)
          apply Kinsoku rules when performing line wrapping.
 void CHPAbstractType.setFKumimoji(boolean value)
          Sets the fKumimoji field value.
 void DOPAbstractType.setFLabelDoc(boolean value)
          Sets the fLabelDoc field value.
 void LSTFAbstractType.setFlags(byte field_4_flags)
          Set the flags field for the LSTF record.
 void LFOLVLBaseAbstractType.setFlags(int field_2_flags)
          Set the flags field for the LFOLVLBase record.
 void FSPAAbstractType.setFlags(short field_6_flags)
          Set the flags field for the FSPA record.
 void FibBaseAbstractType.setFlags1(short field_6_flags1)
          Set the flags1 field for the FibBase record.
 void FibBaseAbstractType.setFlags2(byte field_10_flags2)
          Set the flags2 field for the FibBase record.
 void TAPAbstractType.setFLastRow(boolean value)
          Sets the fLastRow field value.
 void LVLFAbstractType.setFLegal(boolean value)
          Sets the fLegal field value.
 void DOPAbstractType.setFLinkStyles(boolean value)
          Sets the fLinkStyles field value.
 void FibBaseAbstractType.setFLoadOverride(boolean value)
          Sets the fLoadOverride field value.
 void FibBaseAbstractType.setFLoadOverridePage(boolean value)
          Sets the fLoadOverridePage field value.
 void DOPAbstractType.setFLockAtn(boolean value)
          Sets the fLockAtn field value.
 void StdfBaseAbstractType.setFLocked(boolean value)
          Sets the fLocked field value.
 void PAPAbstractType.setFLocked(boolean field_31_fLocked)
          Anchor of an absolutely positioned frame is locked.
 void DOPAbstractType.setFLockRev(boolean value)
          Sets the fLockRev field value.
 void CHPAbstractType.setFLowerCase(boolean value)
          Sets the fLowerCase field value.
 void CHPAbstractType.setFLSFitText(boolean value)
          Sets the fLSFitText field value.
 void FibBaseAbstractType.setFMac(boolean value)
          Sets the fMac field value.
 void CHPAbstractType.setFMacChs(boolean value)
          Sets the fMacChs field value.
 void DOPAbstractType.setFMapPrintTextColor(boolean value)
          Sets the fMapPrintTextColor field value.
 void StdfBaseAbstractType.setFMassCopy(boolean value)
          Sets the fMassCopy field value.
 void TCAbstractType.setFMerged(boolean value)
          Sets the fMerged field value.
 void DOPAbstractType.setFMinFontSizePag(boolean value)
          Sets the fMinFontSizePag field value.
 void PAPAbstractType.setFMinHeight(boolean field_27_fMinHeight)
          Minimum height is exact or auto.
 void DOPAbstractType.setFMirrorMargins(boolean value)
          Sets the fMirrorMargins field value.
 void DOPAbstractType.setFMWSmallCaps(boolean value)
          Sets the fMWSmallCaps field value.
 void TAPAbstractType.setFNeverBeenAutofit(boolean value)
          Sets the fNeverBeenAutofit field value.
 void PAPAbstractType.setFNoAllowOverlap(boolean field_77_fNoAllowOverlap)
          When 1, absolutely positioned paragraph cannot overlap with another paragraph.
 void TAPAbstractType.setFNoAllowOverlap(byte field_22_fNoAllowOverlap)
          When set to 1, do not allow absolutely positioned table to overlap with other tables.
 void PAPAbstractType.setFNoAutoHyph(boolean field_25_fNoAutoHyph)
          Set the fNoAutoHyph field for the PAP record.
 void DOPAbstractType.setFNoColumnBalance(boolean value)
          Sets the fNoColumnBalance field value.
 void StdfBaseAbstractType.setFNoHtmlExport(boolean value)
          Sets the fNoHtmlExport field value.
 void DOPAbstractType.setFNoLeading(boolean value)
          Sets the fNoLeading field value.
 void PAPAbstractType.setFNoLnn(boolean field_10_fNoLnn)
          No line numbering.
 void LVLFAbstractType.setFNoRestart(boolean value)
          Sets the fNoRestart field value.
 void DOPAbstractType.setFNoSpaceRaiseLower(boolean value)
          Sets the fNoSpaceRaiseLower field value.
 void DOPAbstractType.setFNoTabForInd(boolean value)
          Sets the fNoTabForInd field value.
 void TAPAbstractType.setFNotPageView(boolean value)
          Sets the fNotPageView field value.
 void TCAbstractType.setFNoWrap(boolean value)
          Sets the fNoWrap field value.
 void PAPAbstractType.setFNumRMIns(boolean field_43_fNumRMIns)
          Set the fNumRMIns field for the PAP record.
 void FibBaseAbstractType.setFObfuscated(boolean value)
          Sets the fObfuscated field value.
 void CHPAbstractType.setFObj(boolean value)
          Sets the fObj field value.
 void CHPAbstractType.setFOle2(boolean value)
          Sets the fOle2 field value.
 void DOPAbstractType.setFOnlyMacPics(boolean value)
          Sets the fOnlyMacPics field value.
 void DOPAbstractType.setFOnlyWinPics(boolean value)
          Sets the fOnlyWinPics field value.
 void PAPAbstractType.setFontAlign(short field_40_fontAlign)
          Used internally by Word.
 void DOPAbstractType.setFootnoteInfo(short field_3_footnoteInfo)
          Set the footnoteInfo field for the DOP record.
 void PAPAbstractType.setFOpenTch(boolean field_49_fOpenTch)
          Ensure the Table Cell char doesn't show up as zero height.
 void TAPAbstractType.setFOrigWordTableRules(boolean value)
          Sets the fOrigWordTableRules field value.
 void DOPAbstractType.setFOrigWordTableRules(boolean value)
          Sets the fOrigWordTableRules field value.
 void DOPAbstractType.setFormatFlags(byte field_1_formatFlags)
          Set the formatFlags field for the DOP record.
 void TAPAbstractType.setFOutline(boolean value)
          Sets the fOutline field value.
 void CHPAbstractType.setFOutline(boolean value)
          Sets the fOutline field value.
 void DOPAbstractType.setFOutlineDirtySave(byte field_4_fOutlineDirtySave)
          Set the fOutlineDirtySave field for the DOP record.
 void PAPAbstractType.setFOverflowPunct(boolean field_35_fOverflowPunct)
          apply overflow punctuation rules when performing line wrapping.
 void PAPAbstractType.setFPageBreakBefore(boolean field_5_fPageBreakBefore)
          Set the fPageBreakBefore field for the PAP record.
 void DOPAbstractType.setFPagHidden(boolean value)
          Sets the fPagHidden field value.
 void DOPAbstractType.setFPagResults(boolean value)
          Sets the fPagResults field value.
 void DOPAbstractType.setFPagSupressTopSpacing(boolean value)
          Sets the fPagSupressTopSpacing field value.
 void DOPAbstractType.setFpc(byte value)
          Sets the fpc field value.
 void StdfBaseAbstractType.setFPersonal(boolean value)
          Sets the fPersonal field value.
 void StdfBaseAbstractType.setFPersonalCompose(boolean value)
          Sets the fPersonalCompose field value.
 void StdfBaseAbstractType.setFPersonalReply(boolean value)
          Sets the fPersonalReply field value.
 void DOPAbstractType.setFPMHMainDoc(boolean value)
          Sets the fPMHMainDoc field value.
 void DOPAbstractType.setFPrintBodyBeforeHdr(boolean value)
          Sets the fPrintBodyBeforeHdr field value.
 void DOPAbstractType.setFPrintFormData(boolean value)
          Sets the fPrintFormData field value.
 void PAPAbstractType.setFPropRMark(boolean field_69_fPropRMark)
          Set the fPropRMark field for the PAP record.
 void CHPAbstractType.setFPropRMark(boolean field_51_fPropRMark)
          properties have been changed with revision marking on.
 void TAPAbstractType.setFPropRMark(byte field_76_fPropRMark)
          Set to 1 if property revision.
 void DOPAbstractType.setFProtEnabled(boolean value)
          Sets the fProtEnabled field value.
 void StdfBaseAbstractType.setFQFormat(boolean value)
          Sets the fQFormat field value.
 void FSPAAbstractType.setFRcaSimple(boolean value)
          Sets the fRcaSimple field value.
 void FibBaseAbstractType.setFReadOnlyRecommended(boolean value)
          Sets the fReadOnlyRecommended field value.
 void StdfBaseAbstractType.setFReserved(byte value)
          Sets the fReserved field value.
 void PICFAbstractType.setFReserved(byte field_19_fReserved)
          Set the fReserved field for the PICF record.
 void StshifAbstractType.setFReserved(short value)
          Sets the fReserved field value.
 void DOPAbstractType.setFRevMarking(boolean value)
          Sets the fRevMarking field value.
 void CHPAbstractType.setFRMark(boolean value)
          Sets the fRMark field value.
 void CHPAbstractType.setFRMarkDel(boolean value)
          Sets the fRMarkDel field value.
 void DOPAbstractType.setFRMPrint(boolean value)
          Sets the fRMPrint field value.
 void DOPAbstractType.setFRMView(boolean value)
          Sets the fRMView field value.
 void TCAbstractType.setFRotateFont(boolean value)
          Sets the fRotateFont field value.
 void PAPAbstractType.setFRotateFont(boolean value)
          Sets the fRotateFont field value.
 void DOPAbstractType.setFRotateFontW6(boolean value)
          Sets the fRotateFontW6 field value.
 void TAPAbstractType.setFRTL(byte field_21_fRTL)
          Word 2000 style right-to-left table.
 void CHPAbstractType.setFRuby(boolean value)
          Sets the fRuby field value.
 void DOPAbstractType.setFSaveFormData(boolean value)
          Sets the fSaveFormData field value.
 void StdfBaseAbstractType.setFScratch(boolean value)
          Sets the fScratch field value.
 void CHPAbstractType.setFSdtVanish(boolean field_67_fSdtVanish)
          Mark the character as hidden..
 void StdfBaseAbstractType.setFSemiHidden(boolean value)
          Sets the fSemiHidden field value.
 void DOPAbstractType.setFShadeFormData(boolean value)
          Sets the fShadeFormData field value.
 void CHPAbstractType.setFShadow(boolean value)
          Sets the fShadow field value.
 void DOPAbstractType.setFShowBreaksInFrames(boolean value)
          Sets the fShowBreaksInFrames field value.
 void PAPAbstractType.setFSideBySide(boolean field_2_fSideBySide)
          Set the fSideBySide field for the PAP record.
 void LSTFAbstractType.setFSimpleList(boolean value)
          Sets the fSimpleList field value.
 void CHPAbstractType.setFSmallCaps(boolean value)
          Sets the fSmallCaps field value.
 void DOPAbstractType.setFSnapBorder(boolean value)
          Sets the fSnapBorder field value.
 void TAPAbstractType.setFSpare(byte field_23_fSpare)
          Not used.
 void StdfPost2000AbstractType.setFSpare(byte value)
          Sets the fSpare field value.
 void FibBaseAbstractType.setFSpare0(byte value)
          Sets the fSpare0 field value.
 void CHPAbstractType.setFSpec(boolean value)
          Sets the fSpec field value.
 void CHPAbstractType.setFSpecSymbol(boolean field_16_fSpecSymbol)
          Used by Word internally.
 void CHPAbstractType.setFSpecVanish(boolean field_65_fSpecVanish)
          Special hidden for leading emphasis (always hidden).
 void LFOLVLBaseAbstractType.setFStartAt(boolean value)
          Sets the fStartAt field value.
 void CHPAbstractType.setFStrike(boolean value)
          Sets the fStrike field value.
 void DOPAbstractType.setFSubsetFonts(boolean value)
          Sets the fSubsetFonts field value.
 void DOPAbstractType.setFSuppressTopSPacingMac5(boolean value)
          Sets the fSuppressTopSPacingMac5 field value.
 void DOPAbstractType.setFSupressSpdfAfterPageBreak(boolean value)
          Sets the fSupressSpdfAfterPageBreak field value.
 void DOPAbstractType.setFSupressTopSpacing(boolean value)
          Sets the fSupressTopSpacing field value.
 void DOPAbstractType.setFSwapBordersFacingPgs(boolean value)
          Sets the fSwapBordersFacingPgs field value.
 void TAPAbstractType.setFTableHeader(boolean field_7_fTableHeader)
          When 1, table row is to be used as the header of the table.
 void StshifAbstractType.setFtcAsci(short field_7_ftcAsci)
          A signed integer that specifies an operand value for the sprmCRgFtc0 for default document formatting.
 void CHPAbstractType.setFtcAscii(int field_3_ftcAscii)
          Font for ASCII text.
 void CHPAbstractType.setFtcBi(int field_6_ftcBi)
          Font for Complex Scripts text.
 void CHPAbstractType.setFtcFE(int field_4_ftcFE)
          Font for East Asian text.
 void StshifAbstractType.setFtcFE(short field_8_ftcFE)
          A signed integer that specifies an operand value for the sprmCRgFtc1 for default document formatting, as defined in the section Determining Formatting Properties.
 void CHPAbstractType.setFtcOther(int field_5_ftcOther)
          Font for non-East Asian text.
 void StshifAbstractType.setFtcOther(short field_9_ftcOther)
          A signed integer that specifies an operand value for the sprmCRgFtc2 for default document formatting, as defined in the section Determining Formatting Properties.
 void CHPAbstractType.setFtcSym(int field_34_ftcSym)
          an index into the rgffn structure.
 void LVLFAbstractType.setFTentative(boolean value)
          Sets the fTentative field value.
 void CHPAbstractType.setFTNY(boolean value)
          Sets the fTNY field value.
 void CHPAbstractType.setFTNYCompress(boolean value)
          Sets the fTNYCompress field value.
 void CHPAbstractType.setFTNYFetchTxm(boolean value)
          Sets the fTNYFetchTxm field value.
 void PAPAbstractType.setFTopLinePunct(boolean field_36_fTopLinePunct)
          perform top line punctuation processing.
 void DOPAbstractType.setFTransparentMetafiles(boolean value)
          Sets the fTransparentMetafiles field value.
 void DOPAbstractType.setFTruncDxaExpand(boolean value)
          Sets the fTruncDxaExpand field value.
 void TCAbstractType.setFtsCellPaddingBottom(byte field_10_ftsCellPaddingBottom)
          Bottom cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingDefaultBottom(byte field_48_ftsCellPaddingDefaultBottom)
          Default bottom cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingDefaultLeft(byte field_47_ftsCellPaddingDefaultLeft)
          Default left cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingDefaultRight(byte field_49_ftsCellPaddingDefaultRight)
          Default right cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingDefaultTop(byte field_46_ftsCellPaddingDefaultTop)
          Default top cell margin/padding units.
 void TCAbstractType.setFtsCellPaddingLeft(byte field_8_ftsCellPaddingLeft)
          Left cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingOuterBottom(byte field_64_ftsCellPaddingOuterBottom)
          Default outer bottom cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingOuterLeft(byte field_63_ftsCellPaddingOuterLeft)
          Default outer left cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingOuterRight(byte field_65_ftsCellPaddingOuterRight)
          Default outer right cell margin/padding units.
 void TAPAbstractType.setFtsCellPaddingOuterTop(byte field_62_ftsCellPaddingOuterTop)
          Default outer top cell margin/padding units.
 void TCAbstractType.setFtsCellPaddingRight(byte field_11_ftsCellPaddingRight)
          Right cell margin/padding units.
 void TCAbstractType.setFtsCellPaddingTop(byte field_9_ftsCellPaddingTop)
          Top cell margin/padding units.
 void TCAbstractType.setFtsCellSpacingBottom(byte field_18_ftsCellSpacingBottom)
          Bottom cell spacing units.
 void TAPAbstractType.setFtsCellSpacingDefaultBottom(byte field_56_ftsCellSpacingDefaultBottom)
          Default bottom cell spacings units.
 void TAPAbstractType.setFtsCellSpacingDefaultLeft(byte field_55_ftsCellSpacingDefaultLeft)
          Default left cell spacings units.
 void TAPAbstractType.setFtsCellSpacingDefaultRight(byte field_57_ftsCellSpacingDefaultRight)
          Default right cell spacings units.
 void TAPAbstractType.setFtsCellSpacingDefaultTop(byte field_54_ftsCellSpacingDefaultTop)
          Default top cell spacings units.
 void TCAbstractType.setFtsCellSpacingLeft(byte field_16_ftsCellSpacingLeft)
          Left cell spacing units.
 void TAPAbstractType.setFtsCellSpacingOuterBottom(byte field_72_ftsCellSpacingOuterBottom)
          Default outer bottom cell spacings units.
 void TAPAbstractType.setFtsCellSpacingOuterLeft(byte field_71_ftsCellSpacingOuterLeft)
          Default outer left cell spacings units.
 void TAPAbstractType.setFtsCellSpacingOuterRight(byte field_73_ftsCellSpacingOuterRight)
          Default outer right cell spacings units.
 void TAPAbstractType.setFtsCellSpacingOuterTop(byte field_70_ftsCellSpacingOuterTop)
          Default outer top cell spacings units.
 void TCAbstractType.setFtsCellSpacingRight(byte field_19_ftsCellSpacingRight)
          Right cell spacing units.
 void TCAbstractType.setFtsCellSpacingTop(byte field_17_ftsCellSpacingTop)
          Top cell spacing units.
 void TCAbstractType.setFtsWidth(byte value)
          Sets the ftsWidth field value.
 void TAPAbstractType.setFtsWidth(byte value)
          Sets the ftsWidth field value.
 void TAPAbstractType.setFtsWidthAfter(byte value)
          Sets the ftsWidthAfter field value.
 void TAPAbstractType.setFtsWidthBefore(byte value)
          Sets the ftsWidthBefore field value.
 void TAPAbstractType.setFtsWidthIndent(byte value)
          Sets the ftsWidthIndent field value.
 void PAPAbstractType.setFTtp(boolean field_16_fTtp)
          Table trailer paragraph (last in table row).
 void PAPAbstractType.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 CHPAbstractType.setFUndetermine(boolean field_14_fUndetermine)
          Character is undetermined.
 void StdfBaseAbstractType.setFUnhideWhenUsed(boolean value)
          Sets the fUnhideWhenUsed field value.
 void TCAbstractType.setFUnused(byte value)
          Sets the fUnused field value.
 void PAPAbstractType.setFUsePgsuSettings(boolean field_45_fUsePgsuSettings)
          Set the fUsePgsuSettings field for the PAP record.
 void CHPAbstractType.setFUsePgsuSettings(boolean value)
          Sets the fUsePgsuSettings field value.
 void CHPAbstractType.setFVanish(boolean value)
          Sets the fVanish field value.
 void TAPAbstractType.setFVert(boolean value)
          Sets the fVert field value.
 void TCAbstractType.setFVertical(boolean value)
          Sets the fVertical field value.
 void PAPAbstractType.setFVertical(boolean value)
          Sets the fVertical field value.
 void TCAbstractType.setFVertMerge(boolean value)
          Sets the fVertMerge field value.
 void TCAbstractType.setFVertRestart(boolean value)
          Sets the fVertRestart field value.
 void DOPAbstractType.setFVirusLoadSafe(boolean value)
          Sets the fVirusLoadSafe field value.
 void DOPAbstractType.setFVirusPrompted(boolean value)
          Sets the fVirusPrompted field value.
 void CHPAbstractType.setFWarichu(boolean value)
          Sets the fWarichu field value.
 void CHPAbstractType.setFWarichuNoOpenBracket(boolean value)
          Sets the fWarichuNoOpenBracket field value.
 void DOPAbstractType.setFWCFtnEdn(boolean value)
          Sets the fWCFtnEdn field value.
 void TAPAbstractType.setFWebView(boolean value)
          Sets the fWebView field value.
 void FibBaseAbstractType.setFWhichTblStm(boolean value)
          Sets the fWhichTblStm field value.
 void PAPAbstractType.setFWidowControl(boolean field_32_fWidowControl)
          1, Word will prevent widowed lines in this paragraph from being placed at the beginning of a page.
 void DOPAbstractType.setFWidowControl(boolean value)
          Sets the fWidowControl field value.
 void PAPAbstractType.setFWordWrap(boolean field_34_fWordWrap)
          perform word wrap.
 void TAPAbstractType.setFWrapToWwd(boolean value)
          Sets the fWrapToWwd field value.
 void DOPAbstractType.setFWrapTrailSpaces(boolean value)
          Sets the fWrapTrailSpaces field value.
 void FibBaseAbstractType.setFWriteReservation(boolean value)
          Sets the fWriteReservation field value.
 void PICFAbstractType.setGrf(int field_7_grf)
          This field MUST be ignored.
 void DOPAbstractType.setGrfDocEvents(int field_42_grfDocEvents)
          Set the grfDocEvents field for the DOP record.
 void GrfhicAbstractType.setGrfhic(byte field_1_grfhic)
          HTML compatibility flags.
 void LVLFAbstractType.setGrfhic(Grfhic field_11_grfhic)
          A grfhic that specifies the HTML incompatibilities of the level..
 void LSTFAbstractType.setGrfhic(Grfhic field_5_grfhic)
          A grfhic that specifies the HTML incompatibilities of the list..
 void LFOAbstractType.setGrfhic(Grfhic field_6_grfhic)
          HTML compatibility flags.
 void LFOLVLBaseAbstractType.setGrfhic(short value)
          Sets the grfhic field value.
 void StdfBaseAbstractType.setGrfstd(short field_5_grfstd)
          A GRFSTD that specifies miscellaneous style properties.
 void DOPAbstractType.setGrfSupression(byte value)
          Sets the grfSupression field value.
 void CHPAbstractType.setGrpfChp(int field_1_grpfChp)
          Collection of the 32 flags.
 void TAPAbstractType.setGrpfTap_unused(short value)
          Sets the grpfTap_unused field value.
 void TAPAbstractType.setGrpfTap(int field_24_grpfTap)
          Used internally by Word.
 void CHPAbstractType.setHighlight(short field_48_Highlight)
          Set the Highlight field for the CHP record.
 void CHPAbstractType.setHps(int field_2_hps)
          Font size in half points.
 void CHPAbstractType.setHpsAsci(int field_31_hpsAsci)
          Font size for ASCII font.
 void CHPAbstractType.setHpsBi(int field_33_hpsBi)
          Font size for Complex Scripts text.
 void CHPAbstractType.setHpsFE(int field_32_hpsFE)
          Font size for East Asian text.
 void CHPAbstractType.setHpsKern(int field_21_hpsKern)
          Kerning distance for characters in run recorded in half points.
 void CHPAbstractType.setHpsPos(short field_22_hpsPos)
          Reserved (actually used as vertical offset(?) value).
 void DOPAbstractType.setHpsZoonFontPag(short field_52_hpsZoonFontPag)
          Set the hpsZoonFontPag field for the DOP record.
 void CHPAbstractType.setHresi(Hyphenation field_20_hresi)
          Set the hresi field for the CHP record.
 void CHPAbstractType.setHresiOld(Hyphenation field_40_hresiOld)
          Set the hresiOld field for the CHP record.
 void CHPAbstractType.setIbstConflict(int field_57_IbstConflict)
          Who made this change for this side of the conflict..
 void CHPAbstractType.setIbstDispFldRMark(int field_60_ibstDispFldRMark)
          Index to author IDs stored in hsttbfRMark.
 void LFOAbstractType.setIbstFltAutoNum(byte field_5_ibstFltAutoNum)
          Used for AUTONUM field emulation.
 void PAPAbstractType.setIbstPropRMark(int field_70_ibstPropRMark)
          Set the ibstPropRMark field for the PAP record.
 void CHPAbstractType.setIbstPropRMark(int field_52_ibstPropRMark)
          Index to author IDs stored in hsttbfRMark.
 void CHPAbstractType.setIbstRMark(int field_25_ibstRMark)
          Index to author IDs stored in hsttbfRMark.
 void CHPAbstractType.setIbstRMarkDel(int field_41_ibstRMarkDel)
          Index to author IDs stored in hsttbfRMark.
 void CHPAbstractType.setIco(byte field_9_ico)
          Color of text for Word 97.
 void SHD80AbstractType.setIcoBack(byte value)
          Sets the icoBack field value.
 void SHD80AbstractType.setIcoFore(byte value)
          Sets the icoFore field value.
 void CHPAbstractType.setIcoHighlight(byte value)
          Sets the icoHighlight field value.
 void CHPAbstractType.setIdct(byte field_17_idct)
          Not stored in file.
 void CHPAbstractType.setIdctHint(byte field_18_idctHint)
          Identifier of Character type.
 void CHPAbstractType.setIdslReasonDel(int field_46_idslReasonDel)
          An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
 void CHPAbstractType.setIdslRMReason(int field_45_idslRMReason)
          An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
 void StdfPost2000AbstractType.setIftcHtml(byte value)
          Sets the iftcHtml field value.
 void DOPAbstractType.setIGutterPos(boolean value)
          Sets the iGutterPos field value.
 void PAPAbstractType.setIlfo(int field_9_ilfo)
          1-based index into the pllfo (lists structure), if non-zero.
 void PAPAbstractType.setIlvl(byte field_8_ilvl)
          List level if non-zero.
 void LFOLVLBaseAbstractType.setILvl(byte value)
          Sets the iLvl field value.
 void LVLFAbstractType.setIlvlRestartLim(short field_10_ilvlRestartLim)
          An unsigned integer that specifies the first (most-significant) zero-based level after which the number sequence of this level does not restart.
 void LVLFAbstractType.setInfo(byte field_3_info)
          Set the info field for the LVLF record.
 void StdfPost2000AbstractType.setInfo1(short field_1_info1)
          Set the info1 field for the StdfPost2000 record.
 void StdfBaseAbstractType.setInfo1(short field_1_info1)
          Set the info1 field for the StdfBase record.
 void StdfBaseAbstractType.setInfo2(short field_2_info2)
          Set the info2 field for the StdfBase record.
 void StshifAbstractType.setInfo3(int field_3_info3)
          Set the info3 field for the Stshif record.
 void StdfPost2000AbstractType.setInfo3(short field_3_info3)
          Set the info3 field for the StdfPost2000 record.
 void StdfBaseAbstractType.setInfo3(short field_3_info3)
          Set the info3 field for the StdfBase record.
 void TAPAbstractType.setInternalFlags(int field_25_internalFlags)
          Used internally by Word.
 void SHD80AbstractType.setIpat(byte value)
          Sets the ipat field value.
 void SHDAbstractType.setIpat(int field_3_ipat)
          Shading pattern.
 void PAPAbstractType.setIpgp(long field_78_ipgp)
          HTML DIV ID for this paragraph.
 void StdfPost2000AbstractType.setIPriority(short value)
          Sets the iPriority field value.
 void CHPAbstractType.setIss(byte field_15_iss)
          Superscript/subscript indices.
 void LVLFAbstractType.setIStartAt(int field_1_iStartAt)
          A signed integer that specifies the beginning number for the number sequence belonging to this level.
 void LFOLVLBaseAbstractType.setIStartAt(int field_1_iStartAt)
          If fStartAt is set to 0x1, this is a signed integer that specifies the start-at value that overrides lvlf.iStartAt of the corresponding LVL.
 void PAPAbstractType.setIstd(int field_1_istd)
          Index to style descriptor.
 void CHPAbstractType.setIstd(int field_44_istd)
          Index to character style descriptor in the stylesheet that tags this run of text.
 void TAPAbstractType.setIstd(short field_1_istd)
          Table style for the Table.
 void StdfBaseAbstractType.setIstdBase(short value)
          Sets the istdBase field value.
 void StdfPost2000AbstractType.setIstdLink(short value)
          Sets the istdLink field value.
 void StshifAbstractType.setIstdMaxFixedWhenSaved(int field_5_istdMaxFixedWhenSaved)
          An unsigned integer that specifies the count of elements at the start of STSH.rglpstd that are reserved for fixed-index application-defined styles.
 void StdfBaseAbstractType.setIstdNext(short value)
          Sets the istdNext field value.
 void PAPAbstractType.setItap(int field_47_itap)
          Table nesting level.
 void PAPAbstractType.setItbdMac(int field_72_itbdMac)
          Number of tabs stops defined for paragraph.
 void TAPAbstractType.setItcMac(short field_26_itcMac)
          Count of cells defined for this row.
 void CHPAbstractType.setItypFELayout(short value)
          Sets the itypFELayout field value.
 void CHPAbstractType.setIWarichuBracket(byte value)
          Sets the iWarichuBracket field value.
 void LVLFAbstractType.setIxchFollow(byte field_5_ixchFollow)
          An unsigned integer that specifies the character that follows the number text.
 void TBDAbstractType.setJc(byte value)
          Sets the jc field value.
 void PAPAbstractType.setJc(byte field_59_jc)
          Set the jc field for the PAP record.
 void LVLFAbstractType.setJc(byte value)
          Sets the jc field value.
 void TAPAbstractType.setJc(short field_2_jc)
          Justification code.
 void CHPAbstractType.setKcd(byte field_13_kcd)
          Emphasis mark.
 void DOPAbstractType.setKeyVirusSession30(int value)
          Sets the KeyVirusSession30 field value.
 void CHPAbstractType.setKul(byte field_19_kul)
          Underline code.
 void CHPAbstractType.setLbrCRJ(byte field_64_lbrCRJ)
          Line BReak code for xchCRJ.
 void PICFAbstractType.setLcb(int field_1_lcb)
          A signed integer that specifies the size, in bytes, of this PICF structure and the subsequent data.
 void FibBaseAbstractType.setLid(int field_4_lid)
          A LID that specifies the install language of the application that is producing the document.
 void CHPAbstractType.setLidDefault(int field_11_lidDefault)
          Set the lidDefault field for the CHP record.
 void CHPAbstractType.setLidFE(int field_12_lidFE)
          Set the lidFE field for the CHP record.
 void FibRgW97AbstractType.setLidFE(short field_14_lidFE)
          A LID whose meaning depends on the nFib value.
 void FibBaseAbstractType.setLKey(int field_8_lKey)
          If fEncryption is 1 and fObfuscation is 1, this value specifies the XOR obfuscation password verifier.
 void DOPAbstractType.setLKeyProtDoc(int field_31_lKeyProtDoc)
          Set the lKeyProtDoc field for the DOP record.
 void LSTFAbstractType.setLsid(int field_1_lsid)
          A signed integer that specifies the list identifier.
 void LFOAbstractType.setLsid(int field_1_lsid)
          List ID of corresponding LSTF (see LSTF).
 void PAPAbstractType.setLspd(LineSpacingDescriptor field_11_lspd)
          Line spacing descriptor.
 void CHPAbstractType.setLTagObj(int field_38_lTagObj)
          An object ID for an OLE object, only set if chp.fSpec and chp.fOle2 are both true, and chp.fObj..
 void PAPAbstractType.setLvl(byte field_41_lvl)
          Outline level.
 void DOPAbstractType.setLvl(byte value)
          Sets the lvl field value.
 void PICFAbstractType.setMm(short field_3_mm)
          A signed integer that specifies the format of the picture data.
 void PICFAbstractType.setMmPM(int field_9_mmPM)
          This field MUST be ignored.
 void PICFAbstractType.setMx(int field_13_mx)
          Set the mx field for the PICF record.
 void PICFAbstractType.setMy(int field_14_my)
          Set the my field for the PICF record.
 void DOPAbstractType.setNEdn(short value)
          Sets the nEdn field value.
 void LVLFAbstractType.setNfc(byte field_2_nfc)
          An MSONFC, as specified in [MS-OSHARED] section 2.2.1.3, that specifies the format of the level numbers that replace the placeholders for this level in the xst fields of the LVLs in this list.
 void DOPAbstractType.setNfcEdnRef(short field_51_nfcEdnRef)
          Set the nfcEdnRef field for the DOP record.
 void DOPAbstractType.setNfcEdnRef1(byte value)
          Sets the nfcEdnRef1 field value.
 void DOPAbstractType.setNfcFtnRef(short field_50_nfcFtnRef)
          Set the nfcFtnRef field for the DOP record.
 void DOPAbstractType.setNfcFtnRef1(byte value)
          Sets the nfcFtnRef1 field value.
 void FibBaseAbstractType.setNFib(int field_2_nFib)
          An unsigned integer that specifies the version number of the file format used.
 void FibBaseAbstractType.setNFibBack(int field_7_nFibBack)
          This value SHOULD be 0x00BF.
 void DOPAbstractType.setNFtn(short value)
          Sets the nFtn field value.
 void DOPAbstractType.setNRevision(int field_17_nRevision)
          Set the nRevision field for the DOP record.
 void PAPAbstractType.setNumrm(byte[] field_75_numrm)
          Set the numrm field for the PAP record.
 void StshifAbstractType.setNVerBuiltInNamesWhenSaved(int field_6_nVerBuiltInNamesWhenSaved)
          An unsigned integer that specifies the version number of the style names as defined by the application that writes the file.
 void DOPAbstractType.setOldfConvMailMergeEsc(boolean value)
          Sets the oldfConvMailMergeEsc field value.
 void DOPAbstractType.setOldfMapPrintTextColor(boolean value)
          Sets the oldfMapPrintTextColor field value.
 void DOPAbstractType.setOldfNoColumnBalance(boolean value)
          Sets the oldfNoColumnBalance field value.
 void DOPAbstractType.setOldfNoSpaceRaiseLower(boolean value)
          Sets the oldfNoSpaceRaiseLower field value.
 void DOPAbstractType.setOldfNoTabForInd(boolean value)
          Sets the oldfNoTabForInd field value.
 void DOPAbstractType.setOldfOrigWordTableRules(boolean value)
          Sets the oldfOrigWordTableRules field value.
 void DOPAbstractType.setOldfShowBreaksInFrames(boolean value)
          Sets the oldfShowBreaksInFrames field value.
 void DOPAbstractType.setOldfSuppressSpbfAfterPageBreak(boolean value)
          Sets the oldfSuppressSpbfAfterPageBreak field value.
 void DOPAbstractType.setOldfSupressTopSpacing(boolean value)
          Sets the oldfSupressTopSpacing field value.
 void DOPAbstractType.setOldfSwapBordersFacingPgs(boolean value)
          Sets the oldfSwapBordersFacingPgs field value.
 void DOPAbstractType.setOldfTransparentMetafiles(boolean value)
          Sets the oldfTransparentMetafiles field value.
 void DOPAbstractType.setOldfWrapTrailSpaces(boolean value)
          Sets the oldfWrapTrailSpaces field value.
 void PICFAbstractType.setPadding(int field_8_padding)
          This value MUST be zero and MUST be ignored.
 void PICFAbstractType.setPadding2(int field_10_padding2)
          This value MUST be zero and MUST be ignored.
 void TAPAbstractType.setPcHorz(byte value)
          Sets the pcHorz field value.
 void PAPAbstractType.setPcHorz(byte field_23_pcHorz)
          Set the pcHorz field for the PAP record.
 void CHPAbstractType.setPctCharWidth(int field_10_pctCharWidth)
          Character scale.
 void TAPAbstractType.setPctWwd(short field_31_pctWwd)
          Used internally by Word: percent of Window size for AutoFit in WebView.
 void TAPAbstractType.setPcVert(byte value)
          Sets the pcVert field value.
 void PAPAbstractType.setPcVert(byte field_22_pcVert)
          Set the pcVert field for the PAP record.
 void PAPAbstractType.setPhe(byte[] field_68_phe)
          Set the phe field for the PAP record.
 void FibBaseAbstractType.setPnNext(int field_5_pnNext)
          An unsigned integer that specifies the offset in the WordDocument stream of the FIB for the document which contains all the AutoText items.
 void PAPAbstractType.setPtap(byte[] field_76_ptap)
          Set the ptap field for the PAP record.
 void TBDAbstractType.setReserved(byte value)
          Sets the reserved field value.
 void DOPAbstractType.setReserved(int field_49_reserved)
          Set the reserved field for the DOP record.
 void FibBaseAbstractType.setReserved1(boolean value)
          Sets the reserved1 field value.
 void LSTFAbstractType.setReserved1(byte value)
          Sets the reserved1 field value.
 void LFOAbstractType.setReserved1(int field_2_reserved1)
          Reserved.
 void FibRgLw97AbstractType.setReserved1(int field_2_reserved1)
          This value is undefined and MUST be ignored.
 void FibRgLw95AbstractType.setReserved1(int field_2_reserved1)
          Set the reserved1 field for the FibRgLw95 record.
 void DOPAbstractType.setReserved1(int field_45_reserved1)
          Set the reserved1 field for the DOP record.
 void FibRgW97AbstractType.setReserved1(short field_1_reserved1)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved10(int field_18_reserved10)
          This value is undefined and MUST be ignored.
 void FibRgW97AbstractType.setReserved10(short field_10_reserved10)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved11(int field_19_reserved11)
          This value is undefined and MUST be ignored.
 void FibRgW97AbstractType.setReserved11(short field_11_reserved11)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved12(int field_20_reserved12)
          This value SHOULD be zero, and MUST be ignored.
 void FibRgW97AbstractType.setReserved12(short field_12_reserved12)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved13(int field_21_reserved13)
          This value MUST be zero and MUST be ignored.
 void FibRgW97AbstractType.setReserved13(short field_13_reserved13)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved14(int field_22_reserved14)
          This value MUST be zero and MUST be ignored.
 void FibBaseAbstractType.setReserved2(boolean value)
          Sets the reserved2 field value.
 void LFOAbstractType.setReserved2(int field_3_reserved2)
          Reserved.
 void FibRgLw97AbstractType.setReserved2(int field_3_reserved2)
          This value is undefined and MUST be ignored.
 void FibRgLw95AbstractType.setReserved2(int field_3_reserved2)
          Set the reserved2 field for the FibRgLw95 record.
 void DOPAbstractType.setReserved2(int field_46_reserved2)
          Set the reserved2 field for the DOP record.
 void FibRgW97AbstractType.setReserved2(short field_2_reserved2)
          This value is undefined and MUST be ignored.
 void LFOAbstractType.setReserved3(byte field_7_reserved3)
          Reserved.
 void FibRgLw97AbstractType.setReserved3(int field_7_reserved3)
          This value is undefined and MUST be ignored.
 void FibRgLw95AbstractType.setReserved3(int field_4_reserved3)
          Set the reserved3 field for the FibRgLw95 record.
 void FibRgW97AbstractType.setReserved3(short field_3_reserved3)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved4(int field_12_reserved4)
          This value is undefined and MUST be ignored.
 void FibRgLw95AbstractType.setReserved4(int field_5_reserved4)
          Set the reserved4 field for the FibRgLw95 record.
 void FibRgW97AbstractType.setReserved4(short field_4_reserved4)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved5(int field_13_reserved5)
          This value is undefined and MUST be ignored.
 void FibRgLw95AbstractType.setReserved5(int field_14_reserved5)
          Set the reserved5 field for the FibRgLw95 record.
 void FibRgW97AbstractType.setReserved5(short field_5_reserved5)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved6(int field_14_reserved6)
          This value MUST be equal or less than the number of data elements in PlcBteChpx, as specified by FibRgFcLcb97.fcPlcfBteChpx and FibRgFcLcb97.lcbPlcfBteChpx.
 void FibRgW97AbstractType.setReserved6(short field_6_reserved6)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved7(int field_15_reserved7)
          This value is undefined and MUST be ignored.
 void FibRgW97AbstractType.setReserved7(short field_7_reserved7)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved8(int field_16_reserved8)
          This value is undefined and MUST be ignored.
 void FibRgW97AbstractType.setReserved8(short field_8_reserved8)
          This value is undefined and MUST be ignored.
 void FibRgLw97AbstractType.setReserved9(int field_17_reserved9)
          This value MUST be less than or equal to the number of data elements in PlcBtePapx, as specified by FibRgFcLcb97.fcPlcfBtePapx and FibRgFcLcb97.lcbPlcfBtePapx.
 void FibRgW97AbstractType.setReserved9(short field_9_reserved9)
          This value is undefined and MUST be ignored.
 void TAPAbstractType.setRgbrcInsideDefault_0(BorderCode field_80_rgbrcInsideDefault_0)
          Border definition for inside horizontal borders.
 void TAPAbstractType.setRgbrcInsideDefault_1(BorderCode field_81_rgbrcInsideDefault_1)
          Border definition for inside vertical borders.
 void LVLFAbstractType.setRgbxchNums(byte[] field_4_rgbxchNums)
          An array of 8-bit integers.
 void TAPAbstractType.setRgdxaCenter(short[] field_33_rgdxaCenter)
          rgdxaCenter[0] is the left boundary of cell 0 measured relative to margin rgdxaCenter[tap.itcMac - 1] is left boundary of last cell rgdxaCenter[tap.itcMac] is right boundary of last cell..
 void TAPAbstractType.setRgdxaCenterPrint(short[] field_34_rgdxaCenterPrint)
          Used internally by Word.
 void PAPAbstractType.setRgdxaTab(int[] field_73_rgdxaTab)
          Array of positions of itbdMac tab stops.
 void TCAbstractType.setRgf(short field_1_rgf)
          Set the rgf field for the TC record.
 void LSTFAbstractType.setRgistdPara(short[] field_3_rgistdPara)
          An array of nine 16-bit signed integers.
 void TAPAbstractType.setRgshd(ShadingDescriptor[] field_75_rgshd)
          Set the rgshd field for the TAP record.
 void PAPAbstractType.setRgtbd(TabDescriptor[] field_74_rgtbd)
          Array of itbdMac tab descriptors.
 void TAPAbstractType.setRgtc(TableCellDescriptor[] field_74_rgtc)
          Set the rgtc field for the TAP record.
 void DOPAbstractType.setRncEdn(byte value)
          Sets the rncEdn field value.
 void DOPAbstractType.setRncFtn(byte value)
          Sets the rncFtn field value.
 void StdfPost2000AbstractType.setRsid(long field_2_rsid)
          An unsigned integer that specifies the revision save identifier of the session when this style definition was last modified.
 void PAPAbstractType.setRsid(long field_79_rsid)
          Save ID for last time this PAP was revised.
 void CHPAbstractType.setSfxtText(byte field_26_sfxtText)
          Text animation.
 void TCAbstractType.setShd(ShadingDescriptor field_3_shd)
          Cell shading.
 void PAPAbstractType.setShd(ShadingDescriptor field_66_shd)
          Set the shd field for the PAP record.
 void CHPAbstractType.setShd(ShadingDescriptor field_23_shd)
          Shading.
 void TAPAbstractType.setShdTable(ShadingDescriptor field_35_shdTable)
          Table shading.
 void CHPAbstractType.setSpare(byte value)
          Sets the spare field value.
 void DOPAbstractType.setSpare(byte[] field_44_Spare)
          Set the Spare field for the DOP record.
 void FSPAAbstractType.setSpid(int field_1_spid)
          Shape Identifier.
 void StdfBaseAbstractType.setSti(short value)
          Sets the sti field value.
 void StshifAbstractType.setStiMaxWhenSaved(int field_4_stiMaxWhenSaved)
          An unsigned integer that specifies a value that is 1 larger than the largest StdfBase.sti index of any application-defined style.
 void StdfBaseAbstractType.setStk(byte value)
          Sets the stk field value.
 void PICFAbstractType.setSwHMF(short field_6_swHMF)
          This field is unused and MUST be ignored.
 void TBDAbstractType.setTlc(byte value)
          Sets the tlc field value.
 void TAPAbstractType.setTlp(TableAutoformatLookSpecifier field_8_tlp)
          Table look specifier.
 void DOPAbstractType.setTmEdited(int field_18_tmEdited)
          Set the tmEdited field for the DOP record.
 void LSTFAbstractType.setTplc(int field_2_tplc)
          A Tplc that specifies a unique identifier for this LSTF that MAY be used for user interface purposes.
 void CHPAbstractType.setUfel(short field_29_ufel)
          Collection properties represented by itypFELayout and copt (East Asian layout properties).
 void StdfPost2000AbstractType.setUnused(boolean value)
          Sets the unused field value.
 void CHPAbstractType.setUnused(boolean value)
          Sets the unused field value.
 void FibBaseAbstractType.setUnused(int field_3_unused)
          This value is undefined and MUST be ignored.
 void LVLFAbstractType.setUnused1(boolean value)
          Sets the unused1 field value.
 void LSTFAbstractType.setUnused1(boolean value)
          Sets the unused1 field value.
 void DOPAbstractType.setUnused1(boolean value)
          Sets the unused1 field value.
 void LFOLVLBaseAbstractType.setUnused1(short value)
          Sets the unused1 field value.
 void LSTFAbstractType.setUnused2(boolean value)
          Sets the unused2 field value.
 void LFOLVLBaseAbstractType.setUnused2(byte value)
          Sets the unused2 field value.
 void DOPAbstractType.setUnused2(byte field_2_unused2)
          Set the unused2 field for the DOP record.
 void LVLFAbstractType.setUnused2(int field_7_unused2)
          This field MUST be ignored.
 void DOPAbstractType.setUnused3(boolean value)
          Sets the unused3 field value.
 void DOPAbstractType.setUnused4(boolean value)
          Sets the unused4 field value.
 void DOPAbstractType.setUnused5(byte value)
          Sets the unused5 field value.
 void TBDAbstractType.setValue(byte field_1_value)
          Set the value field for the TBD record.
 void SHD80AbstractType.setValue(short field_1_value)
          Set the value field for the SHD80 record.
 void TCAbstractType.setVertAlign(byte value)
          Sets the vertAlign field value.
 void DOPAbstractType.setView(short field_32_view)
          Set the view field for the DOP record.
 void TAPAbstractType.setViewFlags_unused1(boolean value)
          Sets the viewFlags_unused1 field value.
 void TAPAbstractType.setViewFlags_unused2(short value)
          Sets the viewFlags_unused2 field value.
 void TAPAbstractType.setViewFlags(int field_32_viewFlags)
          Used internally by Word.
 void DOPAbstractType.setVirusinfo(int field_43_virusinfo)
          Set the virusinfo field for the DOP record.
 void PAPAbstractType.setWAlignFont(int field_39_wAlignFont)
          Set the wAlignFont field for the PAP record.
 void TCAbstractType.setWCellPaddingBottom(short field_6_wCellPaddingBottom)
          Bottom cell margin/padding.
 void TAPAbstractType.setWCellPaddingDefaultBottom(short field_44_wCellPaddingDefaultBottom)
          Default bottom cell margin/padding.
 void TAPAbstractType.setWCellPaddingDefaultLeft(short field_43_wCellPaddingDefaultLeft)
          Default left cell margin/padding.
 void TAPAbstractType.setWCellPaddingDefaultRight(short field_45_wCellPaddingDefaultRight)
          Default right cell margin/padding.
 void TAPAbstractType.setWCellPaddingDefaultTop(short field_42_wCellPaddingDefaultTop)
          Default top cell margin/padding.
 void TCAbstractType.setWCellPaddingLeft(short field_4_wCellPaddingLeft)
          Left cell margin/padding.
 void TAPAbstractType.setWCellPaddingOuterBottom(short field_60_wCellPaddingOuterBottom)
          Default outer bottom cell margin/padding.
 void TAPAbstractType.setWCellPaddingOuterLeft(short field_59_wCellPaddingOuterLeft)
          Default outer left cell margin/padding.
 void TAPAbstractType.setWCellPaddingOuterRight(short field_61_wCellPaddingOuterRight)
          Default outer right cell margin/padding.
 void TAPAbstractType.setWCellPaddingOuterTop(short field_58_wCellPaddingOuterTop)
          Default outer top cell margin/padding.
 void TCAbstractType.setWCellPaddingRight(short field_7_wCellPaddingRight)
          Right cell margin/padding.
 void TCAbstractType.setWCellPaddingTop(short field_5_wCellPaddingTop)
          Top cell margin/padding.
 void TCAbstractType.setWCellSpacingBottom(short field_14_wCellSpacingBottom)
          Bottom cell spacing.
 void TAPAbstractType.setWCellSpacingDefaultBottom(short field_52_wCellSpacingDefaultBottom)
          Default bottom cell spacings.
 void TAPAbstractType.setWCellSpacingDefaultLeft(short field_51_wCellSpacingDefaultLeft)
          Default left cell spacings.
 void TAPAbstractType.setWCellSpacingDefaultRight(short field_53_wCellSpacingDefaultRight)
          Default right cell spacings.
 void TAPAbstractType.setWCellSpacingDefaultTop(short field_50_wCellSpacingDefaultTop)
          Default top cell spacings.
 void TCAbstractType.setWCellSpacingLeft(short field_12_wCellSpacingLeft)
          Left cell spacing.
 void TAPAbstractType.setWCellSpacingOuterBottom(short field_68_wCellSpacingOuterBottom)
          Default outer bottom cell spacing.
 void TAPAbstractType.setWCellSpacingOuterLeft(short field_67_wCellSpacingOuterLeft)
          Default outer left cell spacing.
 void TAPAbstractType.setWCellSpacingOuterRight(short field_69_wCellSpacingOuterRight)
          Default outer right cell spacing.
 void TAPAbstractType.setWCellSpacingOuterTop(short field_66_wCellSpacingOuterTop)
          Default outer top cell spacing.
 void TCAbstractType.setWCellSpacingRight(short field_15_wCellSpacingRight)
          Right cell spacing.
 void TCAbstractType.setWCellSpacingTop(short field_13_wCellSpacingTop)
          Top cell spacing.
 void CHPAbstractType.setWCharScale(int field_68_wCharScale)
          Set the wCharScale field for the CHP record.
 void CHPAbstractType.setWConflict(int field_56_wConflict)
          When != 0, index number that identifies all text participating in a particular conflict incident.
 void FibBaseAbstractType.setWIdent(int field_1_wIdent)
          An unsigned integer that specifies that this is a Word Binary File.
 void TAPAbstractType.setWidthAndFitsFlags_empty1(byte value)
          Sets the widthAndFitsFlags_empty1 field value.
 void TAPAbstractType.setWidthAndFitsFlags_empty2(short value)
          Sets the widthAndFitsFlags_empty2 field value.
 void TAPAbstractType.setWidthAndFitsFlags(int field_13_widthAndFitsFlags)
          Set the widthAndFitsFlags field for the TAP record.
 void PAPAbstractType.setWr(byte field_24_wr)
          Set the wr field for the PAP record.
 void FSPAAbstractType.setWr(byte value)
          Sets the wr field value.
 void FSPAAbstractType.setWrk(byte value)
          Sets the wrk field value.
 void DOPAbstractType.setWScaleSaved(short value)
          Sets the wScaleSaved field value.
 void DOPAbstractType.setWSpare(int field_10_wSpare)
          Set the wSpare field for the DOP record.
 void DOPAbstractType.setWSpare2(int field_13_wSpare2)
          Set the wSpare2 field for the DOP record.
 void DOPAbstractType.setWvkSaved(byte value)
          Sets the wvkSaved field value.
 void TCAbstractType.setWWidth(short field_2_wWidth)
          Preferred cell width.
 void TAPAbstractType.setWWidth(short field_9_wWidth)
          Preferred table width.
 void TAPAbstractType.setWWidthAfter(short field_12_wWidthAfter)
          Width of invisible cell (used for layout purposes) after the last visible cell in the row..
 void TAPAbstractType.setWWidthBefore(short field_11_wWidthBefore)
          Width of invisible cell (used for layout purposes) before the first visible cell in the row..
 void TAPAbstractType.setWWidthIndent(short field_10_wWidthIndent)
          Left Indent.
 void FSPAAbstractType.setXaLeft(int field_2_xaLeft)
          Left of rectangle enclosing shape relative to the origin of the shape.
 void FSPAAbstractType.setXaRight(int field_4_xaRight)
          Right of rectangle enclosing shape relative to the origin of the shape.
 void CHPAbstractType.setXchSym(int field_35_xchSym)
          When chp.fSpec==1 and the character recorded for the run in the document stream is chSymbol (0x28), the character stored chp.xchSym will be displayed using the font specified in chp.ftcSym..
 void PICFAbstractType.setXExt(short field_4_xExt)
          This field is unused and MUST be ignored.
 void CHPAbstractType.setXstDispFldRMark(byte[] field_62_xstDispFldRMark)
          The string value of the ListNum field when revision mark tracking began.
 void FSPAAbstractType.setYaBottom(int field_5_yaBottom)
          Bottom of the rectangle enclosing shape relative to the origin of the shape.
 void FSPAAbstractType.setYaTop(int field_3_yaTop)
          Top of rectangle enclosing shape relative to the origin of the shape.
 void PICFAbstractType.setYExt(short field_5_yExt)
          This field is unused and MUST be ignored.
 void DOPAbstractType.setZkSaved(byte value)
          Sets the zkSaved field value.
 

Uses of Internal in org.apache.poi.hwpf.sprm
 

Classes in org.apache.poi.hwpf.sprm with annotations of type Internal
 class CharacterSprmCompressor
           
 class CharacterSprmUncompressor
           
 class ParagraphSprmCompressor
           
 class ParagraphSprmUncompressor
           
 class SectionSprmCompressor
           
 class SectionSprmUncompressor
           
 class SprmBuffer
           
 class SprmIterator
          This class is used to iterate through a list of sprms from a Word 97/2000/XP document.
 class SprmOperation
          This class is used to represent a sprm operation from a Word 97/2000/XP document.
 class SprmUncompressor
           
 class SprmUtils
           
 class TableSprmCompressor
           
 class TableSprmUncompressor
           
 

Uses of Internal in org.apache.poi.hwpf.usermodel
 

Classes in org.apache.poi.hwpf.usermodel with annotations of type Internal
 class FieldsImpl
          Default implementation of Field
 class ObjectPoolImpl
           
 

Methods in org.apache.poi.hwpf.usermodel with annotations of type Internal
 void Range.replaceText(java.lang.String pPlaceHolder, java.lang.String pValue, int pOffset)
          Replace (one instance of) a piece of text with another...
 void ObjectPoolImpl.writeTo(DirectoryEntry directoryEntry)
           
 

Uses of Internal in org.apache.poi.poifs.filesystem
 

Classes in org.apache.poi.poifs.filesystem with annotations of type Internal
 class EntryUtils
           
 

Methods in org.apache.poi.poifs.filesystem with annotations of type Internal
static void EntryUtils.copyNodeRecursively(Entry entry, DirectoryEntry target)
          Copies an Entry into a target POIFS directory, recursively
 

Uses of Internal in org.apache.poi.ss.util
 

Classes in org.apache.poi.ss.util with annotations of type Internal
 class SSCellRange<K extends Cell>
          For POI internal use only
 

Uses of Internal in org.apache.poi.xslf
 

Methods in org.apache.poi.xslf with annotations of type Internal
 org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide XSLFSlideShow.getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
          Returns the low level notes object for the given slide, as found from the supplied slide reference
 org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation XSLFSlideShow.getPresentation()
          Returns the low level presentation base object
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlide XSLFSlideShow.getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
          Returns the low level slide object from the supplied slide reference
 org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList XSLFSlideShow.getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
          Returns all the comments for the given slide
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMaster XSLFSlideShow.getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry master)
          Returns the low level slide master object from the supplied slide master reference
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList XSLFSlideShow.getSlideMasterReferences()
          Returns the references from the presentation to its slide masters.
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList XSLFSlideShow.getSlideReferences()
          Returns the references from the presentation to its slides.
 

Uses of Internal in org.apache.poi.xslf.model
 

Classes in org.apache.poi.xslf.model with annotations of type Internal
 class PropertyFetcher<T>
          Used internally to navigate the PresentationML text style hierarchy and fetch properties
 

Uses of Internal in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel with annotations of type Internal
 class XSLFColor
          Encapsulates logic to read color definitions from DrawingML and convert them to java.awt.Color
 

Methods in org.apache.poi.xslf.usermodel with annotations of type Internal
 XSLFCommonSlideData XSLFSheet.getCommonSlideData()
           
 org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation XMLSlideShow.getCTPresentation()
           
 org.openxmlformats.schemas.drawingml.x2006.main.CTTable XSLFTable.getCTTable()
           
 java.net.URI XSLFHyperlink.getTargetURI()
           
 org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeStyleSheet XSLFTheme.getXmlObject()
          While developing only!
 org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph XSLFTextParagraph.getXmlObject()
           
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideLayout XSLFSlideLayout.getXmlObject()
          While developing only!
 org.openxmlformats.schemas.drawingml.x2006.main.CTHyperlink XSLFHyperlink.getXmlObject()
           
 org.apache.xmlbeans.XmlObject XSLFColor.getXmlObject()
           
 

Uses of Internal in org.apache.poi.xssf.model
 

Classes in org.apache.poi.xssf.model with annotations of type Internal
 class IndexedUDFFinder
          A UDFFinder that can retrieve functions both by name and by fake index.
 

Uses of Internal in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with annotations of type Internal
 void XSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
          Register a hyperlink in the collection of hyperlinks on this sheet
 CalculationChain XSSFWorkbook.getCalculationChain()
          Return the CalculationChain object for this workbook
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf XSSFCellStyle.getCoreXf()
          Used so that StylesSource can figure out our location
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell XSSFCell.getCTCell()
          Returns the xml bean containing information about the cell's location (reference), value, data type, formatting, and formula
 org.openxmlformats.schemas.drawingml.x2006.chart.CTChart XSSFChart.getCTChart()
          Return the underlying CTChart bean, within the Chart Space
 org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace XSSFChart.getCTChartSpace()
          Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor XSSFColor.getCTColor()
          Returns the underlying XML bean
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector XSSFConnector.getCTConnector()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing XSSFDrawing.getCTDrawing()
          Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont XSSFFont.getCTFont()
          get the underlying CTFont font
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame XSSFGraphicFrame.getCTGraphicalObjectFrame()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape XSSFShapeGroup.getCTGroupShape()
           
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap XSSFMap.getCtMap()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture XSSFPicture.getCTPicture()
          Return the underlying CTPicture bean that holds all properties for this picture
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow XSSFRow.getCTRow()
          Returns the underlying CTRow xml bean containing all cell definitions in this row
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst XSSFRichTextString.getCTRst()
          Return the underlying xml bean
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema XSSFMap.getCTSchema()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape XSSFSimpleShape.getCTShape()
           
 org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D XSSFChildAnchor.getCTTransform2D()
           
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook XSSFWorkbook.getCTWorkbook()
          Return the underlying XML bean
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet XSSFSheet.getCTWorksheet()
          Provide access to the CTWorksheet bean holding this sheet's data
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker XSSFClientAnchor.getFrom()
          Return starting anchor point
 MapInfo XSSFWorkbook.getMapInfo()
           
 SharedStringsTable XSSFWorkbook.getSharedStringSource()
          Returns SharedStringsTable - tha cache of string for this workbook
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf XSSFCellStyle.getStyleXf()
          Used so that StylesSource can figure out our location
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker XSSFClientAnchor.getTo()
          Return ending anchor point
 

Uses of Internal in org.apache.poi.xssf.usermodel.charts
 

Methods in org.apache.poi.xssf.usermodel.charts with annotations of type Internal
 org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend XSSFChartLegend.getCTLegend()
          Return the underlying CTLegend bean.
 org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout XSSFManualLayout.getCTManualLayout()
          Return the underlying CTManualLayout bean.
 

Uses of Internal in org.apache.poi.xssf.usermodel.extensions
 

Methods in org.apache.poi.xssf.usermodel.extensions with annotations of type Internal
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder XSSFCellBorder.getCTBorder()
          Returns the underlying XML bean.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment XSSFCellAlignment.getCTCellAlignment()
          Access to low-level data
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill XSSFCellFill.getCTFill()
          Returns the underlying XML bean.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter XSSFHeaderFooter.getHeaderFooter()
          Returns the underlying CTHeaderFooter xml bean
 

Uses of Internal in org.apache.poi.xwpf.usermodel
 

Methods in org.apache.poi.xwpf.usermodel with annotations of type Internal
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr XWPFHeaderFooter._getHdrFtr()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock TOC.getBlock()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP XWPFParagraph.getCTP()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR XWPFRun.getCTR()
          Get the currently used CTR object
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow XWPFTableRow.getCtRow()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl XWPFTable.getCTTbl()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc XWPFTableCell.getCTTc()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 XWPFDocument.getDocument()
          Returns the low level document base object
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles XWPFDocument.getStyle()
          Returns the styles object used
 



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