Uses of Annotation Interface
org.apache.poi.util.Internal

Packages that use Internal
Package
Description
 
 
This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.
 
 
 
Specific support for DocumentSummaryInformation, SummaryInformation types.
 
 
 
 
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
 
 
 
 
 
 
 
 
 
 
 
Implementation of the ECMA-376 and MS-propritary document encryptions
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
 
 
 
This package contains classes that implement cell formatting
This package contains common internal POI code for manipulating formulas.
 
 
 
 
Top-level util package are classes that are useful throughout the project.
 
 
 
 
 
 
 
The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.
 
 
 
 
 
 
 
  • Uses of Internal in org.apache.poi

    Methods in org.apache.poi with annotations of type Internal
    Modifier and Type
    Method
    Description
    protected void
    POIDocument.clearDirectory()
    Clear/unlink the attached directory entry
    POIDocument.getDirectory()
     
    protected boolean
    POIDocument.initDirectory()
    check if we were created by POIFS otherwise create a new dummy POIFS for storing the package data
    protected void
    POIDocument.replaceDirectory(DirectoryNode newDirectory)
    Replaces the attached directory, e.g.
  • Uses of Internal in org.apache.poi.common.usermodel

    Methods in org.apache.poi.common.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    HyperlinkType.forInt(int code)
    Deprecated.
    POI 3.15 beta 3
    int
    HyperlinkType.getCode()
    Deprecated.
    POI 3.15 beta 3
  • Uses of Internal in org.apache.poi.ddf

    Methods in org.apache.poi.ddf with annotations of type Internal
    Modifier and Type
    Method
    Description
    protected abstract Object[][]
    EscherRecord.getAttributeMap()
    For the purpose of providing toString() and toXml() a subclass can either override those methods or provide a Object[][] array in the form { { "Attribute Name (Header)", value, "optional attribute", value }, ... } .
    short
    EscherOptRecord.getOptions()
    Automatically recalculate the correct option
    short
    EscherRecord.getOptions()
    Note that options is an internal field.
    void
    EscherRecord.setOptions(short options)
    Set the options this this record.
  • Uses of Internal in org.apache.poi.hemf.extractor

    Classes in org.apache.poi.hemf.extractor with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Read-only EMF extractor.
  • Uses of Internal in org.apache.poi.hemf.hemfplus.record

    Classes in org.apache.poi.hemf.hemfplus.record with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
    interface 
     
    enum 
     
    class 
     
  • Uses of Internal in org.apache.poi.hemf.record

    Classes in org.apache.poi.hemf.record with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Syntactic utility to allow for four different comment classes
    class 
    Contains arbitrary data
    class 
    An HemfCommentEMFPlus may contain one or more EMFPlus records
    class 
    Not yet implemented
    class 
    Container class for four subtypes of HemfCommentPublic: BeginGroup, EndGroup, MultiFormats and Windows Metafile.
    class 
    This is the outer comment record that is recognized by the initial parse by HemfRecordType.comment.
    class 
    Extracts the full header from EMF files.
    interface 
     
    enum 
     
    class 
    Container class to gather all text-related commands This is starting out as read only, and very little is actually implemented at this point!
    class 
     
  • Uses of Internal in org.apache.poi.hpsf

    Classes in org.apache.poi.hpsf with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
    The Windows FILETIME structure holds a date and time associated with a file.
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
    Holder for vector-type properties
    class 
     
  • Uses of Internal in org.apache.poi.hpsf.wellknown

    Classes in org.apache.poi.hpsf.wellknown with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    in 4.0.0, there's no way to create custom PropertyIDMaps, therefore this class is obsolete
  • Uses of Internal in org.apache.poi.hslf.model

    Classes in org.apache.poi.hslf.model with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    HSLFMetroShape<T extends Shape<?,?>>
    Experimental class for metro blobs, i.e.
  • Uses of Internal in org.apache.poi.hslf.model.textproperties

    Classes in org.apache.poi.hslf.model.textproperties with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
    class 
    Container for tabstop lists
  • Uses of Internal in org.apache.poi.hslf.record

    Classes in org.apache.poi.hslf.record with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Holds the geometry of the Slide, and the ID of the placeholders on the slide.
  • Uses of Internal in org.apache.poi.hslf.usermodel

    Classes in org.apache.poi.hslf.usermodel with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    This class provides helper functions for encrypted PowerPoint documents.
    class 
    Helper class which is instantiated by reflection from SlideShowFactory.create(java.io.File) and similar
    Methods in org.apache.poi.hslf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    HSLFSlideShow.getSlideShowImpl()
     
    protected void
    Set the SlideShow we're attached to.
    protected void
    HSLFSlideMaster.setSlideShow(HSLFSlideShow ss)
    Assign SlideShow for this slide master.
  • Uses of Internal in org.apache.poi.hssf.model

    Classes in org.apache.poi.hssf.model with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
    HSSF wrapper for the FormulaParser and FormulaRenderer
    final class 
    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.
    final class 
    Low level model implementation of a Workbook.
    Methods in org.apache.poi.hssf.model with annotations of type Internal
    Modifier and Type
    Method
    Description
    InternalWorkbook.getWorkbookRecordList()
    Only for internal calls - code based on this is not supported ...
  • Uses of Internal in org.apache.poi.hssf.record

    Methods in org.apache.poi.hssf.record with annotations of type Internal
    Modifier and Type
    Method
    Description
    void
    RecordInputStream.mark(int readlimit)
    Mark the stream position - experimental function
    void
    RecordInputStream.reset()
    Resets the stream position to the previously marked position.
  • Uses of Internal in org.apache.poi.hssf.usermodel

    Classes in org.apache.poi.hssf.usermodel with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
    Internal POI use only
    class 
    Helper class which is instantiated by reflection from WorkbookFactory.create(java.io.File) and similar
    Methods in org.apache.poi.hssf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    void
    HSSFPatriarch.addShape(HSSFShape shape)
    add a shape to this drawing
    HSSFPatriarch.getBoundAggregate()
    Returns the aggregate escher record we're bound to
    HSSFWorkbook.getInternalWorkbook()
     
    Constructors in org.apache.poi.hssf.usermodel with annotations of type Internal
    Modifier
    Constructor
    Description
    protected
    Construct a new hyperlink This method is internal to be used only by HSSFCreationHelper.createHyperlink(HyperlinkType).
  • Uses of Internal in org.apache.poi.hwpf

    Methods in org.apache.poi.hwpf with annotations of type Internal
    Modifier and Type
    Method
    Description
    byte[]
    HWPFDocument.getDataStream()
     
    HWPFDocument.getEscherRecordHolder()
     
    HWPFDocument.getFieldsTables()
    Deprecated.
    POI 3.8.
    byte[]
    HWPFDocumentCore.getMainStream()
     
    Gets a reference to the revision mark author table, which holds the revision mark authors for the document.
    HWPFDocument.getSavedByTable()
    Gets a reference to the saved -by table, which holds the save history for the document.
    byte[]
    HWPFDocument.getTableStream()
     
    HWPFDocument.getText()
     
    abstract StringBuilder
    HWPFDocumentCore.getText()
    Internal method to access document text
    HWPFDocument.getTextTable()
     
  • Uses of Internal in org.apache.poi.hwpf.converter

    Methods in org.apache.poi.hwpf.converter with annotations of type Internal
    Modifier and Type
    Method
    Description
    protected abstract void
    AbstractWordConverter.processImageWithoutPicturesManager(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
    Modifier and Type
    Class
    Description
    class 
    For iterating through our fields.
    class 
    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
    Modifier and Type
    Class
    Description
    final class 
     
    class 
     
    interface 
     
    class 
    This class holds all of the character formatting properties.
    final class 
    Represents a CHP fkp.
    final class 
    DANGER - works in bytes!
    class 
    24-bit color structure
    class 
     
    final class 
    Comment me
    final class 
    Based on AbstractEscherRecordHolder from HSSF.
    class 
    The FFData structure specifies form field data for a text box, check box, or drop-down list box.
    class 
    The FFData structure specifies form field data for a text box, check box, or drop-down list box.
    final class 
    FFN - Font Family Name.
    class 
    Base part of the File information Block (FibBase).
    final class 
     
    class 
    The FibRgLw97 structure is the third section of the FIB.
    class 
    The FibRgW97 structure is a variable-length portion of the Fib.
    final class 
    Class for the FLD structure.
    enum 
     
    class 
    This class provides access to all the fields Plex.
    final class 
    The File Information Block (FIB).
    final class 
    FontTable or in MS terminology sttbfffn is a common data structure written in all Word files.
    final class 
     
    class 
    Represents an FKP data structure.
    final class 
    File Shape Address structure
    enum 
     
    final class 
    This class holds all the FSPA (File Shape Address) structures.
    final class 
     
    class 
    The grfhic structure is a set of HTML incompatibility flags that specify the HTML incompatibilities of a list structure.
    final class 
    Hyphenation.
    class 
    "The LFO structure specifies the LSTF element that corresponds to a list that contains a paragraph.
    class 
    The LFOData structure contains the Main Document CP of the corresponding LFO, as well as an array of LVL override data.
    final class 
     
    final class 
    The LFOLVL structure contains information that is used to override the formatting information of a corresponding LVL.
    final class 
    "The LVL structure contains formatting information about a specific level in a list.
    final class 
     
    class 
    Holds information about document notes (footnotes or ending notes)
    enum 
     
    final class 
    This class holds all of the character formatting properties from Old (Word 6 / Word 95) documents.
    final class 
     
    final class 
    Word 6.0 Font information
    final class 
    Font table for Word 6.0
    final class 
    This class holds all of the paragraph formatting properties from Old (Word 6 / Word 95) documents.
    final class 
    This class holds all of the section formatting properties from Old (Word 6 / Word 95) documents.
    class 
    Lightweight representation of a text piece.
    class 
     
    class 
    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.
    final class 
    Represents a PAP FKP.
    final class 
    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!
    final class 
     
    class 
    The PICF structure specifies the type of a picture, as well as the size of the picture and information about its border.
    class 
     
    final class 
    Holds information about all pictures embedded in Word Document either via "Insert -> Picture -> From File" or via clipboard.
    final class 
     
    class 
    Structure describing the Plex for fields (contained plclfd* in the spec).
    final class 
     
    class 
    Represents a lightweight node in the Trees used to store content properties.
    final class 
    String table containing the names of authors of revision marks, e-mails and comments in this document.
    final class 
    A single entry in the SavedByTable.
    final class 
    String table containing the history of the last few revisions ("saves") of the document.
    final class 
    Section Descriptor (SED) See page 186 for details.
    class 
     
    final class 
     
    class 
     
    final class 
    Comment me
    final class 
    Represents a document's stylesheet.
    enum 
    Document text parts that can have text pieces (CPs)
    class 
    Lightweight representation of a text piece.
    class 
    The piece table for matching up character positions to bits of text.
    final class 
    A data structure used to hold some data we don't understand / can't handle, so we have it available for when we come to write back out again
    final class 
     
    class 
     
    Methods in org.apache.poi.hwpf.model with annotations of type Internal
    Modifier and Type
    Method
    Description
    Deprecated.
  • Uses of Internal in org.apache.poi.hwpf.model.io

    Classes in org.apache.poi.hwpf.model.io with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
     
  • Uses of Internal in org.apache.poi.hwpf.model.types

    Classes in org.apache.poi.hwpf.model.types with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    BooKmark First descriptor (BKF).
    class 
    Character Properties.
    class 
    Document Properties.
    class 
    The FFData structure specifies form field data for a text box, check box, or drop-down list box.
    class 
    Base part of the File information Block (FibBase).
    class 
    The FibRgLw95 structure is the third section of the FIB for Word95.
    class 
    The FibRgLw97 structure is the third section of the FIB.
    class 
    The FibRgW97 structure is a variable-length portion of the Fib.
    class 
    Field Descriptor (FLD).
    class 
    Footnote Reference Descriptor (FRD).
    class 
    File Shape Address (FSPA).
    class 
    The grfhic structure is a set of HTML incompatibility flags that specify the HTML incompatibilities of a list structure.
    class 
    Hyphenation (HRESI).
    class 
    List Format Override (LFO).
    class 
    The LFOLVL structure contains information that is used to override the formatting information of a corresponding LVL.
    class 
    The LSTF structure contains formatting properties that apply to an entire list.
    class 
    The LVLF structure contains formatting properties for an individual level in a list.
    class 
    Paragraph Properties.
    class 
    The PICF structure specifies the type of a picture, as well as the size of the picture and information about its border.
    class 
    Section Properties.
    class 
    The Shd80 structure specifies the colors and pattern that are used for background shading.
    class 
    The Shd structure specifies the colors and pattern that are used for background shading.
    class 
    The StdfBase structure specifies general information about a style.
    class 
    The StdfPost2000 structure specifies general information about a style.
    class 
    The Stshif structure specifies general stylesheet information.
    class 
    Table Properties.
    class 
    The TBD is a substructure of the PAP.
    class 
    Table Cell Descriptor.
    class 
    Table Autoformat Look sPecifier (TLP).
    Methods in org.apache.poi.hwpf.model.types with annotations of type Internal
    Modifier and Type
    Method
    Description
    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.
    short
    FFDataBaseAbstractType.getBits()
    An FFDataBits that specifies the type and state of this form field.
    byte
    PICFAbstractType.getBpp()
    Get the bpp field for the PICF record.
    CHPAbstractType.getBrc()
    Border.
    PAPAbstractType.getBrcBar()
    Get the brcBar field for the PAP record.
    PAPAbstractType.getBrcBetween()
    Get the brcBetween field for the PAP record.
    PAPAbstractType.getBrcBottom()
    Get the brcBottom field for the PAP record.
    TAPAbstractType.getBrcBottom()
    Get the brcBottom field for the TAP record.
    TCAbstractType.getBrcBottom()
    Bottom border.
    byte[]
    PICFAbstractType.getBrcBottom80()
    Get the brcBottom80 field for the PICF record.
    TAPAbstractType.getBrcHorizontal()
    Get the brcHorizontal field for the TAP record.
    byte
    PAPAbstractType.getBrcl()
    Border line style.
    PAPAbstractType.getBrcLeft()
    Get the brcLeft field for the PAP record.
    TAPAbstractType.getBrcLeft()
    Get the brcLeft field for the TAP record.
    TCAbstractType.getBrcLeft()
    Left border.
    byte[]
    PICFAbstractType.getBrcLeft80()
    Get the brcLeft80 field for the PICF record.
    byte
    PAPAbstractType.getBrcp()
    Rectangle border codes.
    PAPAbstractType.getBrcRight()
    Get the brcRight field for the PAP record.
    TAPAbstractType.getBrcRight()
    Get the brcRight field for the TAP record.
    TCAbstractType.getBrcRight()
    Right border.
    byte[]
    PICFAbstractType.getBrcRight80()
    Get the brcRight80 field for the PICF record.
    PAPAbstractType.getBrcTop()
    Get the brcTop field for the PAP record.
    TAPAbstractType.getBrcTop()
    Get the brcTop field for the TAP record.
    TCAbstractType.getBrcTop()
    Top border.
    byte[]
    PICFAbstractType.getBrcTop80()
    Get the brcTop80 field for the PICF record.
    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
    FibRgLw95AbstractType.getCbMac()
    Get the cbMac field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getCbMac()
    Specifies the count of bytes of those written to the WordDocument stream of the file that have any meaning.
    int
    StshifAbstractType.getCbSTDBaseInFile()
    An unsigned integer that specifies the size, in bytes, of the Stdf structure.
    int
    FFDataBaseAbstractType.getCch()
    An unsigned integer that specifies the maximum length, in characters, of the value of the textbox.
    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
    FibRgLw95AbstractType.getCcpAtn()
    Get the ccpAtn field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getCcpAtn()
    A signed integer that specifies the count of CPs in the comment subdocument.
    int
    FibRgLw95AbstractType.getCcpEdn()
    Get the ccpEdn field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getCcpEdn()
    A signed integer that specifies the count of CPs in the endnote subdocument.
    int
    FibRgLw95AbstractType.getCcpFtn()
    Get the ccpFtn field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getCcpFtn()
    A signed integer that specifies the count of CPs in the footnote subdocument.
    int
    FibRgLw95AbstractType.getCcpHdd()
    Get the ccpHdd field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getCcpHdd()
    A signed integer that specifies the count of CPs in the header subdocument.
    int
    FibRgLw95AbstractType.getCcpHdrTxbx()
    Get the ccpHdrTxbx 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.getCcpMcr()
    Get the ccpMcr field for the FibRgLw95 record.
    int
    FibRgLw95AbstractType.getCcpText()
    Get the ccpText field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getCcpText()
    A signed integer that specifies the count of CPs in the main document.
    int
    FibRgLw95AbstractType.getCcpTxbx()
    Get the ccpTxbx 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
    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()
    An unsigned integer that specifies the field that this LFO represents..
    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)
    CHPAbstractType.getCv()
    24-bit color.
    SHDAbstractType.getCvBack()
    A COLORREF that specifies the background color of ipat.
    short
    TAPAbstractType.getCVertBands()
    Size of a vertical style band, in number of columns.
    SHDAbstractType.getCvFore()
    A COLORREF that specifies the foreground color of ipat.
    int
    DOPAbstractType.getCWords()
    Get the cWords field for the DOP record.
    int
    DOPAbstractType.getCWordsFtnEnd()
    Get the cWordsFtnEnd field for the DOP record.
    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.
    CHPAbstractType.getDttmConflict()
    When the change was made.
    int
    DOPAbstractType.getDttmCreated()
    Get the dttmCreated field for the DOP record.
    CHPAbstractType.getDttmDispFldRMark()
    The date for the ListNum field number change.
    int
    DOPAbstractType.getDttmLastPrint()
    Get the dttmLastPrint field for the DOP record.
    CHPAbstractType.getDttmPropRMark()
    Date/time at which properties of this were changed for this run of text by the author.
    PAPAbstractType.getDttmPropRMark()
    Get the dttmPropRMark field for the PAP record.
    int
    DOPAbstractType.getDttmRevised()
    Get the dttmRevised field for the DOP record.
    CHPAbstractType.getDttmRMark()
    Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.).
    CHPAbstractType.getDttmRMarkDel()
    Date/time at which this run of text was deleted by the author (Only recorded when revision marking is on.).
    int
    PAPAbstractType.getDxaAbs()
    Get the dxaAbs field for the PAP record.
    int
    TAPAbstractType.getDxaAbs()
    Absolute horizontal position.
    int
    TAPAbstractType.getDxaAdjust()
    Used internally by Word.
    int
    TAPAbstractType.getDxaColWidthWwd()
    Used internally by Word.
    int
    PAPAbstractType.getDxaFromText()
    Horizontal distance between text and absolutely positioned object.
    int
    TAPAbstractType.getDxaFromText()
    Left distance from surrounding text when absolutely positioned.
    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
    PAPAbstractType.getDyaAbs()
    Get the dyaAbs field for the PAP record.
    int
    TAPAbstractType.getDyaAbs()
    Absolute vertical position.
    int
    PAPAbstractType.getDyaAfter()
    Space after paragraph.
    int
    PAPAbstractType.getDyaBefore()
    Space before paragraph.
    int
    PAPAbstractType.getDyaFromText()
    Vertical distance between text and absolutely positioned object.
    int
    TAPAbstractType.getDyaFromText()
    Top distance from surrounding text when absolutely positioned.
    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.
    boolean
    PAPAbstractType.getFBiDi()
    Get the fBiDi field for the PAP record.
    byte
    TAPAbstractType.getFBiDi()
    When 1, table is right-to-left.
    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.
    boolean
    CHPAbstractType.getFHasOldProps()
    Used for character property revision marking.
    byte
    TAPAbstractType.getFHasOldProps()
    Has old properties.
    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.
    short
    FSPAAbstractType.getFlags()
    Get the flags field for the FSPA record.
    int
    LFOLVLBaseAbstractType.getFlags()
    Get the flags field for the LFOLVLBase record.
    byte
    LSTFAbstractType.getFlags()
    Get the flags field for the LSTF 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.
    boolean
    PAPAbstractType.getFNoAllowOverlap()
    When 1, absolutely positioned paragraph cannot overlap with another paragraph.
    byte
    TAPAbstractType.getFNoAllowOverlap()
    When set to 1, do not allow absolutely positioned table to overlap with other tables.
    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()
     
    boolean
    CHPAbstractType.getFPropRMark()
    properties have been changed with revision marking on.
    boolean
    PAPAbstractType.getFPropRMark()
    Get the fPropRMark field for the PAP record.
    byte
    TAPAbstractType.getFPropRMark()
    Set to 1 if property revision.
    byte
    PICFAbstractType.getFReserved()
    Get the fReserved field for the PICF record.
    byte
    StdfBaseAbstractType.getFReserved()
    This value MUST be 0 and MUST be ignored
    short
    StshifAbstractType.getFReserved()
    This value MUST be zero and MUST be ignored
    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
    StdfPost2000AbstractType.getFSpare()
    Specifies whether the paragraph height information in the fcPlcfPhe field of FibRgFcLcb97
    byte
    TAPAbstractType.getFSpare()
    Not used.
    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.
    int
    CHPAbstractType.getFtcFE()
    Font for East Asian 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.getFtcOther()
    Font for non-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.getFtcSym()
    an index into the rgffn structure.
    boolean
    PAPAbstractType.getFTopLinePunct()
    perform top line punctuation processing.
    byte
    TCAbstractType.getFtsCellPaddingBottom()
    Bottom cell margin/padding units.
    byte
    Default bottom cell margin/padding units.
    byte
    Default left cell margin/padding units.
    byte
    Default right cell margin/padding units.
    byte
    TAPAbstractType.getFtsCellPaddingDefaultTop()
    Default top cell margin/padding units.
    byte
    TCAbstractType.getFtsCellPaddingLeft()
    Left cell margin/padding units.
    byte
    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
    Default bottom cell spacings units.
    byte
    Default left cell spacings units.
    byte
    Default right cell spacings units.
    byte
    TAPAbstractType.getFtsCellSpacingDefaultTop()
    Default top cell spacings units.
    byte
    TCAbstractType.getFtsCellSpacingLeft()
    Left cell spacing units.
    byte
    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
    TAPAbstractType.getFtsWidth()
    Units for wWidth: 0 -- null; 1 -- auto, ignores wWidth, 2 -- percentage (in 50ths of a percent), 3 -- twips
    byte
    TCAbstractType.getFtsWidth()
    Units for wWidth
    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.
    byte
    GrfhicAbstractType.getGrfhic()
    HTML compatibility flags.
    LFOAbstractType.getGrfhic()
    HTML compatibility flags.
    short
    LFOLVLBaseAbstractType.getGrfhic()
    A grfhic that specifies the HTML incompatibilities of the overriding level formatting
    LSTFAbstractType.getGrfhic()
    A grfhic that specifies the HTML incompatibilities of the list..
    LVLFAbstractType.getGrfhic()
    A grfhic that specifies the HTML incompatibilities of the level..
    short
    StdfBaseAbstractType.getGrfstd()
    A GRFSTD that specifies miscellaneous style properties.
    byte
    DOPAbstractType.getGrfSupression()
     
    int
    CHPAbstractType.getGrpfChp()
    Collection of the 32 flags.
    int
    TAPAbstractType.getGrpfTap()
    Used internally by Word.
    short
    TAPAbstractType.getGrpfTap_unused()
    Not used
    short
    CHPAbstractType.getHighlight()
    Get the Highlight field for the CHP record.
    int
    CHPAbstractType.getHps()
    Font size in half points.
    int
    FFDataBaseAbstractType.getHps()
    An unsigned integer.
    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.
    CHPAbstractType.getHresi()
    Get the hresi field for the CHP record.
    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
    CHPAbstractType.getIbstPropRMark()
    Index to author IDs stored in hsttbfRMark.
    int
    PAPAbstractType.getIbstPropRMark()
    Get the ibstPropRMark field for the PAP record.
    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()
    "A 16-bit signed integer value that is used to determine which list contains the paragraph.
    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
    StdfBaseAbstractType.getInfo1()
    Get the info1 field for the StdfBase record.
    short
    StdfPost2000AbstractType.getInfo1()
    Get the info1 field for the StdfPost2000 record.
    short
    StdfBaseAbstractType.getInfo2()
    Get the info2 field for the StdfBase record.
    short
    StdfBaseAbstractType.getInfo3()
    Get the info3 field for the StdfBase record.
    short
    StdfPost2000AbstractType.getInfo3()
    Get the info3 field for the StdfPost2000 record.
    int
    StshifAbstractType.getInfo3()
    Get the info3 field for the Stshif record.
    int
    TAPAbstractType.getInternalFlags()
    Used internally by Word.
    byte
    SHD80AbstractType.getIpat()
    Shading pattern
    int
    SHDAbstractType.getIpat()
    An Ipat that specifies the pattern used for shading.
    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
    FFDataBaseAbstractType.getIRes()
    An unsigned integer.
    byte
    CHPAbstractType.getIss()
    Superscript/subscript indices.
    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.
    int
    LVLFAbstractType.getIStartAt()
    A signed integer that specifies the beginning number for the number sequence belonging to this level.
    int
    CHPAbstractType.getIstd()
    Index to character style descriptor in the stylesheet that tags this run of text.
    int
    PAPAbstractType.getIstd()
    Index to style descriptor.
    short
    TAPAbstractType.getIstd()
    Table style for the Table.
    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.
    byte
    FFDataBaseAbstractType.getIType()
    An unsigned integer that specifies the type of the form field.
    byte
    FFDataBaseAbstractType.getITypeTxt()
    An unsigned integer that specifies the type of the textbox.
    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
    LVLFAbstractType.getJc()
    An unsigned integer that specifies the justification of this level
    byte
    PAPAbstractType.getJc()
    Get the jc field for the PAP record.
    short
    TAPAbstractType.getJc()
    Justification code.
    byte
    TBDAbstractType.getJc()
    Justification code
    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.
    int
    CHPAbstractType.getLidFE()
    Get the lidFE field for the CHP record.
    short
    FibRgW97AbstractType.getLidFE()
    A LID whose meaning depends on the nFib value.
    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
    LFOAbstractType.getLsid()
    A signed integer that specifies the list identifier of an LSTF.
    int
    LSTFAbstractType.getLsid()
    A signed integer that specifies the list identifier.
    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
    DOPAbstractType.getLvl()
     
    byte
    PAPAbstractType.getLvl()
    Outline level.
    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
    PAPAbstractType.getPcHorz()
    Get the pcHorz field for the PAP record.
    byte
    TAPAbstractType.getPcHorz()
    Horizontal position code.
    int
    CHPAbstractType.getPctCharWidth()
    Character scale.
    short
    TAPAbstractType.getPctWwd()
    Used internally by Word: percent of Window size for AutoFit in WebView.
    byte
    PAPAbstractType.getPcVert()
    Get the pcVert field for the PAP record.
    byte
    TAPAbstractType.getPcVert()
    Vertical position code.
    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.
    int
    DOPAbstractType.getReserved()
    Get the reserved field for the DOP record.
    byte
    TBDAbstractType.getReserved()
     
    int
    DOPAbstractType.getReserved1()
    Get the reserved1 field for the DOP record.
    int
    FibRgLw95AbstractType.getReserved1()
    Get the reserved1 field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getReserved1()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved1()
    This value is undefined and MUST be ignored.
    byte
    LSTFAbstractType.getReserved1()
    Deprecated.
    This field should not be used according to specification
    int
    FibRgLw97AbstractType.getReserved10()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved10()
    This value is undefined and MUST be ignored.
    int
    FibRgLw97AbstractType.getReserved11()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved11()
    This value is undefined and MUST be ignored.
    int
    FibRgLw97AbstractType.getReserved12()
    This value SHOULD be zero, and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved12()
    This value is undefined and MUST be ignored.
    int
    FibRgLw97AbstractType.getReserved13()
    This value MUST be zero and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved13()
    This value is undefined and MUST be ignored.
    int
    FibRgLw97AbstractType.getReserved14()
    This value MUST be zero and MUST be ignored.
    int
    DOPAbstractType.getReserved2()
    Get the reserved2 field for the DOP record.
    int
    FibRgLw95AbstractType.getReserved2()
    Get the reserved2 field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getReserved2()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved2()
    This value is undefined and MUST be ignored.
    int
    FibRgLw95AbstractType.getReserved3()
    Get the reserved3 field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getReserved3()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved3()
    This value is undefined and MUST be ignored.
    int
    FibRgLw95AbstractType.getReserved4()
    Get the reserved4 field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getReserved4()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved4()
    This value is undefined and MUST be ignored.
    int
    FibRgLw95AbstractType.getReserved5()
    Get the reserved5 field for the FibRgLw95 record.
    int
    FibRgLw97AbstractType.getReserved5()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved5()
    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.getReserved6()
    This value is undefined and MUST be ignored.
    int
    FibRgLw97AbstractType.getReserved7()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved7()
    This value is undefined and MUST be ignored.
    int
    FibRgLw97AbstractType.getReserved8()
    This value is undefined and MUST be ignored.
    short
    FibRgW97AbstractType.getReserved8()
    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.
    short
    FibRgW97AbstractType.getReserved9()
    This value is undefined and MUST be ignored.
    TAPAbstractType.getRgbrcInsideDefault_0()
    Border definition for inside horizontal borders.
    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.
    TAPAbstractType.getRgshd()
    Get the rgshd field for the TAP record.
    PAPAbstractType.getRgtbd()
    Array of itbdMac tab descriptors.
    TAPAbstractType.getRgtc()
    Get the rgtc field for the TAP record.
    byte
    DOPAbstractType.getRncEdn()
     
    byte
    DOPAbstractType.getRncFtn()
     
    long
    PAPAbstractType.getRsid()
    Save ID for last time this PAP was revised.
    long
    StdfPost2000AbstractType.getRsid()
    An unsigned integer that specifies the revision save identifier of the session when this style definition was last modified.
    byte
    CHPAbstractType.getSfxtText()
    Text animation.
    CHPAbstractType.getShd()
    Shading.
    PAPAbstractType.getShd()
    Get the shd field for the PAP record.
    TCAbstractType.getShd()
    Cell shading.
    TAPAbstractType.getShdTable()
    Table shading.
    byte
    CHPAbstractType.getSpare()
    Unused
    byte[]
    DOPAbstractType.getSpare()
    Get the Spare field for the DOP record.
    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
    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.
    int
    LFOAbstractType.getUnused1()
    This field MUST be ignored.
    short
    LFOLVLBaseAbstractType.getUnused1()
    Deprecated.
    This field should not be used according to specification
    byte
    DOPAbstractType.getUnused2()
    Get the unused2 field for the DOP record.
    int
    LFOAbstractType.getUnused2()
    This field MUST be ignored.
    byte
    LFOLVLBaseAbstractType.getUnused2()
    Deprecated.
    This field should not be used according to specification
    int
    LVLFAbstractType.getUnused2()
    This field MUST be ignored.
    byte
    LFOAbstractType.getUnused3()
    This field MUST be ignored.
    byte
    DOPAbstractType.getUnused5()
     
    short
    SHD80AbstractType.getValue()
    Get the value field for the SHD80 record.
    byte
    TBDAbstractType.getValue()
    Get the value field for the TBD record.
    long
    FFDataBaseAbstractType.getVersion()
    An unsigned integer that MUST be 0xFFFFFFFF.
    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.
    int
    TAPAbstractType.getViewFlags()
    Used internally by Word.
    short
    TAPAbstractType.getViewFlags_unused2()
    Not used
    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
    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
    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.
    int
    TAPAbstractType.getWidthAndFitsFlags()
    Get the widthAndFitsFlags field for the TAP record.
    byte
    TAPAbstractType.getWidthAndFitsFlags_empty1()
    Not used
    short
    TAPAbstractType.getWidthAndFitsFlags_empty2()
    Not used
    byte
    FSPAAbstractType.getWr()
    Text wrapping mode
    byte
    PAPAbstractType.getWr()
    Get the wr field for the PAP record.
    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
    TAPAbstractType.getWWidth()
    Preferred table width.
    short
    TCAbstractType.getWWidth()
    Preferred cell 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
    PAPAbstractType.isFBackward()
     
    boolean
    TCAbstractType.isFBackward()
    For a vertical table cell, text flow is bottom to top when 1 and is bottom to top when 0
    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.isFBoldOther()
    Used internally by Word 97 and earlier versions
    boolean
    CHPAbstractType.isFCalc()
    Used internally by Word
    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
    CHPAbstractType.isFFitText()
    Fit text when set to 1
    boolean
    TCAbstractType.isFFitText()
    When 1, make the text fit the table cell
    boolean
    CHPAbstractType.isFFldVanish()
    Used internally by Word
    boolean
    CHPAbstractType.isFFmtLineProp()
    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
    FFDataBaseAbstractType.isFHasListBox()
    A bit that specifies that the form field has a list box.
    boolean
    StdfPost2000AbstractType.isFHasOriginalStyle()
    Specifies whether the style is revision-marked.
    boolean
    StshifAbstractType.isFHasOriginalStyle()
    This value MUST be 1 and MUST be ignored
    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
    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 invalid input: '&' size)
    boolean
    LSTFAbstractType.isFHybrid()
    A bit that specifies whether the list this LSTF defines is a hybrid list
    boolean
    DOPAbstractType.isFHyphCapitals()
     
    boolean
    CHPAbstractType.isFIcoBi()
    Used internally by Word
    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
    CHPAbstractType.isFItalicOther()
    Used internally by Word 97 and earlier versions
    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
    CHPAbstractType.isFNonGlyph()
    Used internally by Word
    boolean
    CHPAbstractType.isFNoProof()
    When set to 1, do not check spelling or grammar
    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
    DOPAbstractType.isFOrigWordTableRules()
     
    boolean
    TAPAbstractType.isFOrigWordTableRules()
    Used internally by Word: table combining like Word 5.x for the Macintosh and WinWord 1.x
    boolean
    CHPAbstractType.isFOutline()
    Outlined
    boolean
    TAPAbstractType.isFOutline()
    Used internally by Word: row was cached for outline mode
    boolean
    FFDataBaseAbstractType.isFOwnHelp()
    A bit that specifies whether the form field has custom help text in FFData.xstzHelpText.
    boolean
    FFDataBaseAbstractType.isFOwnStat()
    A bit that specifies whether the form field has custom status bar text in FFData.xstzStatText.
    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
    FFDataBaseAbstractType.isFProt()
    A bit that specifies whether the form field is protected and its value cannot be changed.
    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
    FFDataBaseAbstractType.isFRecalc()
    A bit that specifies whether the value of the field is automatically calculated after the field is modified.
    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
    PAPAbstractType.isFRotateFont()
     
    boolean
    TCAbstractType.isFRotateFont()
    When 1, cell has rotated characters (i.e.
    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
     
    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
    PAPAbstractType.isFVertical()
     
    boolean
    TCAbstractType.isFVertical()
    When 1, cell has vertical text flow
    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
    CHPAbstractType.isFWebHidden()
    Text should be hidden in Web View when set to 1
    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
    FFDataBaseAbstractType.isISize()
    A bit that specifies whether the size of a checkbox is automatically determined by the text size where the checkbox is located.
    boolean
    DOPAbstractType.isOldfConvMailMergeEsc()
     
    boolean
    DOPAbstractType.isOldfMapPrintTextColor()
     
    boolean
    DOPAbstractType.isOldfNoColumnBalance()
     
    boolean
    DOPAbstractType.isOldfNoSpaceRaiseLower()
     
    boolean
    DOPAbstractType.isOldfNoTabForInd()
     
    boolean
    DOPAbstractType.isOldfOrigWordTableRules()
     
    boolean
    DOPAbstractType.isOldfShowBreaksInFrames()
     
    boolean
     
    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
    CHPAbstractType.isUnused()
    Not used
    boolean
    StdfPost2000AbstractType.isUnused()
    This value MUST be zero and MUST be ignored
    boolean
    DOPAbstractType.isUnused1()
     
    boolean
    LSTFAbstractType.isUnused1()
    Deprecated.
    This field should not be used according to specification
    boolean
    LVLFAbstractType.isUnused1()
    Deprecated.
    This field should not be used according to specification
    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
    FFDataBaseAbstractType.setBits(short field_2_bits)
    An FFDataBits that specifies the type and state of this form field.
    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
    PAPAbstractType.setBrcBottom(BorderCode field_62_brcBottom)
    Set the brcBottom field for the PAP record.
    void
    TAPAbstractType.setBrcBottom(BorderCode field_36_brcBottom)
    Set the brcBottom field for the TAP record.
    void
    TCAbstractType.setBrcBottom(BorderCode field_22_brcBottom)
    Bottom border.
    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
    PAPAbstractType.setBrcLeft(BorderCode field_61_brcLeft)
    Set the brcLeft field for the PAP record.
    void
    TAPAbstractType.setBrcLeft(BorderCode field_38_brcLeft)
    Set the brcLeft field for the TAP record.
    void
    TCAbstractType.setBrcLeft(BorderCode field_21_brcLeft)
    Left border.
    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
    PAPAbstractType.setBrcRight(BorderCode field_63_brcRight)
    Set the brcRight field for the PAP record.
    void
    TAPAbstractType.setBrcRight(BorderCode field_39_brcRight)
    Set the brcRight field for the TAP record.
    void
    TCAbstractType.setBrcRight(BorderCode field_23_brcRight)
    Right border.
    void
    PICFAbstractType.setBrcRight80(byte[] field_24_brcRight80)
    Set the brcRight80 field for the PICF record.
    void
    PAPAbstractType.setBrcTop(BorderCode field_60_brcTop)
    Set the brcTop field for the PAP record.
    void
    TAPAbstractType.setBrcTop(BorderCode field_37_brcTop)
    Set the brcTop field for the TAP record.
    void
    TCAbstractType.setBrcTop(BorderCode field_20_brcTop)
    Top border.
    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
    FibRgLw95AbstractType.setCbMac(int field_1_cbMac)
    Set the cbMac field for the FibRgLw95 record.
    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
    StshifAbstractType.setCbSTDBaseInFile(int field_2_cbSTDBaseInFile)
    An unsigned integer that specifies the size, in bytes, of the Stdf structure.
    void
    FFDataBaseAbstractType.setCch(int field_3_cch)
    An unsigned integer that specifies the maximum length, in characters, of the value of the textbox.
    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
    FibRgLw95AbstractType.setCcpAtn(int field_10_ccpAtn)
    Set the ccpAtn field for the FibRgLw95 record.
    void
    FibRgLw97AbstractType.setCcpAtn(int field_8_ccpAtn)
    A signed integer that specifies the count of CPs in the comment subdocument.
    void
    FibRgLw95AbstractType.setCcpEdn(int field_11_ccpEdn)
    Set the ccpEdn 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.setCcpFtn(int field_7_ccpFtn)
    Set the ccpFtn 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.setCcpHdd(int field_8_ccpHdd)
    Set the ccpHdd 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.setCcpHdrTxbx(int field_13_ccpHdrTxbx)
    Set the ccpHdrTxbx 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.setCcpMcr(int field_9_ccpMcr)
    Set the ccpMcr field for the FibRgLw95 record.
    void
    FibRgLw95AbstractType.setCcpText(int field_6_ccpText)
    Set the ccpText 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.setCcpTxbx(int field_12_ccpTxbx)
    Set the ccpTxbx 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
    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)
    An unsigned integer that specifies the field that this LFO represents..
    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)
    A COLORREF that specifies the background color of ipat.
    void
    TAPAbstractType.setCVertBands(short field_79_cVertBands)
    Size of a vertical style band, in number of columns.
    void
    SHDAbstractType.setCvFore(Colorref field_1_cvFore)
    A COLORREF that specifies the foreground color of ipat.
    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
    CHPAbstractType.setDttmPropRMark(DateAndTime field_53_dttmPropRMark)
    Date/time at which properties of this were changed for this run of text by the author.
    void
    PAPAbstractType.setDttmPropRMark(DateAndTime field_71_dttmPropRMark)
    Set the dttmPropRMark field for the PAP record.
    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
    PAPAbstractType.setDxaAbs(int field_17_dxaAbs)
    Set the dxaAbs field for the PAP record.
    void
    TAPAbstractType.setDxaAbs(int field_14_dxaAbs)
    Absolute horizontal position.
    void
    TAPAbstractType.setDxaAdjust(int field_27_dxaAdjust)
    Used internally by Word.
    void
    TAPAbstractType.setDxaColWidthWwd(int field_30_dxaColWidthWwd)
    Used internally by Word.
    void
    PAPAbstractType.setDxaFromText(int field_30_dxaFromText)
    Horizontal distance between text and absolutely positioned object.
    void
    TAPAbstractType.setDxaFromText(int field_16_dxaFromText)
    Left distance from surrounding text when absolutely positioned.
    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
    PAPAbstractType.setDyaAbs(int field_18_dyaAbs)
    Set the dyaAbs field for the PAP record.
    void
    TAPAbstractType.setDyaAbs(int field_15_dyaAbs)
    Absolute vertical position.
    void
    PAPAbstractType.setDyaAfter(int field_13_dyaAfter)
    Space after paragraph.
    void
    PAPAbstractType.setDyaBefore(int field_12_dyaBefore)
    Space before paragraph.
    void
    PAPAbstractType.setDyaFromText(int field_29_dyaFromText)
    Vertical distance between text and absolutely positioned object.
    void
    TAPAbstractType.setDyaFromText(int field_17_dyaFromText)
    Top distance from surrounding text when absolutely positioned.
    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
    PAPAbstractType.setFBackward(boolean value)
    Sets the fBackward field value.
    void
    TCAbstractType.setFBackward(boolean value)
    Sets the fBackward field value.
    void
    FSPAAbstractType.setFBelowText(boolean value)
    Sets the fBelowText field value.
    void
    CHPAbstractType.setFBiDi(boolean value)
    Sets the fBiDi field value.
    void
    PAPAbstractType.setFBiDi(boolean field_42_fBiDi)
    Set the fBiDi field for the PAP record.
    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.setFBoldOther(boolean value)
    Sets the fBoldOther 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
    CHPAbstractType.setFCalc(boolean value)
    Sets the fCalc field value.
    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
    CHPAbstractType.setFFitText(boolean value)
    Sets the fFitText field value.
    void
    TCAbstractType.setFFitText(boolean value)
    Sets the fFitText field value.
    void
    CHPAbstractType.setFFldVanish(boolean value)
    Sets the fFldVanish field value.
    void
    CHPAbstractType.setFFmtLineProp(boolean value)
    Sets the fFmtLineProp 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
    FFDataBaseAbstractType.setFHasListBox(boolean value)
    Sets the fHasListBox 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
    StdfPost2000AbstractType.setFHasOriginalStyle(boolean value)
    Sets the fHasOriginalStyle field value.
    void
    StshifAbstractType.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.setFIcoBi(boolean value)
    Sets the fIcoBi 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
    CHPAbstractType.setFItalicOther(boolean value)
    Sets the fItalicOther field value.
    void
    PAPAbstractType.setFKeep(boolean field_3_fKeep)
    Set the fKeep field for the PAP record.
    void
    PAPAbstractType.setFKeepFollow(boolean field_4_fKeepFollow)
    Set the fKeepFollow field for the PAP record.
    void
    TAPAbstractType.setFKeepFollow(boolean value)
    Sets the fKeepFollow field value.
    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
    FSPAAbstractType.setFlags(short field_6_flags)
    Set the flags field for the FSPA record.
    void
    LFOLVLBaseAbstractType.setFlags(int field_2_flags)
    Set the flags field for the LFOLVLBase record.
    void
    LSTFAbstractType.setFlags(byte field_4_flags)
    Set the flags field for the LSTF 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
    PAPAbstractType.setFLocked(boolean field_31_fLocked)
    Anchor of an absolutely positioned frame is locked.
    void
    StdfBaseAbstractType.setFLocked(boolean value)
    Sets the fLocked field value.
    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
    CHPAbstractType.setFNonGlyph(boolean value)
    Sets the fNonGlyph field value.
    void
    CHPAbstractType.setFNoProof(boolean value)
    Sets the fNoProof field value.
    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
    DOPAbstractType.setFOrigWordTableRules(boolean value)
    Sets the fOrigWordTableRules field value.
    void
    TAPAbstractType.setFOrigWordTableRules(boolean value)
    Sets the fOrigWordTableRules field value.
    void
    DOPAbstractType.setFormatFlags(byte field_1_formatFlags)
    Set the formatFlags field for the DOP record.
    void
    CHPAbstractType.setFOutline(boolean value)
    Sets the fOutline field value.
    void
    TAPAbstractType.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
    FFDataBaseAbstractType.setFOwnHelp(boolean value)
    Sets the fOwnHelp field value.
    void
    FFDataBaseAbstractType.setFOwnStat(boolean value)
    Sets the fOwnStat field value.
    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
    CHPAbstractType.setFPropRMark(boolean field_51_fPropRMark)
    properties have been changed with revision marking on.
    void
    PAPAbstractType.setFPropRMark(boolean field_69_fPropRMark)
    Set the fPropRMark field for the PAP record.
    void
    TAPAbstractType.setFPropRMark(byte field_76_fPropRMark)
    Set to 1 if property revision.
    void
    FFDataBaseAbstractType.setFProt(boolean value)
    Sets the fProt field value.
    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
    FFDataBaseAbstractType.setFRecalc(boolean value)
    Sets the fRecalc field value.
    void
    PICFAbstractType.setFReserved(byte field_19_fReserved)
    Set the fReserved field for the PICF record.
    void
    StdfBaseAbstractType.setFReserved(byte value)
    Sets the fReserved field value.
    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
    PAPAbstractType.setFRotateFont(boolean value)
    Sets the fRotateFont field value.
    void
    TCAbstractType.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
    StdfPost2000AbstractType.setFSpare(byte value)
    Sets the fSpare field value.
    void
    TAPAbstractType.setFSpare(byte field_23_fSpare)
    Not used.
    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
    TAPAbstractType.setFtsWidth(byte value)
    Sets the ftsWidth field value.
    void
    TCAbstractType.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
    CHPAbstractType.setFUsePgsuSettings(boolean value)
    Sets the fUsePgsuSettings field value.
    void
    PAPAbstractType.setFUsePgsuSettings(boolean field_45_fUsePgsuSettings)
    Set the fUsePgsuSettings field for the PAP record.
    void
    CHPAbstractType.setFVanish(boolean value)
    Sets the fVanish field value.
    void
    TAPAbstractType.setFVert(boolean value)
    Sets the fVert field value.
    void
    PAPAbstractType.setFVertical(boolean value)
    Sets the fVertical field value.
    void
    TCAbstractType.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
    CHPAbstractType.setFWebHidden(boolean value)
    Sets the fWebHidden field value.
    void
    TAPAbstractType.setFWebView(boolean value)
    Sets the fWebView field value.
    void
    FibBaseAbstractType.setFWhichTblStm(boolean value)
    Sets the fWhichTblStm field value.
    void
    DOPAbstractType.setFWidowControl(boolean value)
    Sets the fWidowControl 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
    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
    LFOAbstractType.setGrfhic(Grfhic field_6_grfhic)
    HTML compatibility flags.
    void
    LFOLVLBaseAbstractType.setGrfhic(short value)
    Sets the grfhic field value.
    void
    LSTFAbstractType.setGrfhic(Grfhic field_5_grfhic)
    A grfhic that specifies the HTML incompatibilities of the list..
    void
    LVLFAbstractType.setGrfhic(Grfhic field_11_grfhic)
    A grfhic that specifies the HTML incompatibilities of the level..
    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(int field_24_grpfTap)
    Used internally by Word.
    void
    TAPAbstractType.setGrpfTap_unused(short value)
    Sets the grpfTap_unused field value.
    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
    FFDataBaseAbstractType.setHps(int field_4_hps)
    An unsigned integer.
    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
    CHPAbstractType.setIbstPropRMark(int field_52_ibstPropRMark)
    Index to author IDs stored in hsttbfRMark.
    void
    PAPAbstractType.setIbstPropRMark(int field_70_ibstPropRMark)
    Set the ibstPropRMark field for the PAP record.
    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)
    "A 16-bit signed integer value that is used to determine which list contains the paragraph.
    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
    StdfBaseAbstractType.setInfo1(short field_1_info1)
    Set the info1 field for the StdfBase record.
    void
    StdfPost2000AbstractType.setInfo1(short field_1_info1)
    Set the info1 field for the StdfPost2000 record.
    void
    StdfBaseAbstractType.setInfo2(short field_2_info2)
    Set the info2 field for the StdfBase record.
    void
    StdfBaseAbstractType.setInfo3(short field_3_info3)
    Set the info3 field for the StdfBase record.
    void
    StdfPost2000AbstractType.setInfo3(short field_3_info3)
    Set the info3 field for the StdfPost2000 record.
    void
    StshifAbstractType.setInfo3(int field_3_info3)
    Set the info3 field for the Stshif 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)
    An Ipat that specifies the pattern used for shading.
    void
    PAPAbstractType.setIpgp(long field_78_ipgp)
    HTML DIV ID for this paragraph.
    void
    StdfPost2000AbstractType.setIPriority(short value)
    Sets the iPriority field value.
    void
    FFDataBaseAbstractType.setIRes(byte value)
    Sets the iRes field value.
    void
    FFDataBaseAbstractType.setISize(boolean value)
    Sets the iSize field value.
    void
    CHPAbstractType.setIss(byte field_15_iss)
    Superscript/subscript indices.
    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
    LVLFAbstractType.setIStartAt(int field_1_iStartAt)
    A signed integer that specifies the beginning number for the number sequence belonging to this level.
    void
    CHPAbstractType.setIstd(int field_44_istd)
    Index to character style descriptor in the stylesheet that tags this run of text.
    void
    PAPAbstractType.setIstd(int field_1_istd)
    Index to style descriptor.
    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
    FFDataBaseAbstractType.setIType(byte value)
    Sets the iType field value.
    void
    FFDataBaseAbstractType.setITypeTxt(byte value)
    Sets the iTypeTxt field value.
    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
    LVLFAbstractType.setJc(byte value)
    Sets the jc field value.
    void
    PAPAbstractType.setJc(byte field_59_jc)
    Set the jc field for the PAP record.
    void
    TAPAbstractType.setJc(short field_2_jc)
    Justification code.
    void
    TBDAbstractType.setJc(byte value)
    Sets the jc field value.
    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
    LFOAbstractType.setLsid(int field_1_lsid)
    A signed integer that specifies the list identifier of an LSTF.
    void
    LSTFAbstractType.setLsid(int field_1_lsid)
    A signed integer that specifies the list identifier.
    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
    DOPAbstractType.setLvl(byte value)
    Sets the lvl field value.
    void
    PAPAbstractType.setLvl(byte field_41_lvl)
    Outline level.
    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
    PAPAbstractType.setPcHorz(byte field_23_pcHorz)
    Set the pcHorz field for the PAP record.
    void
    TAPAbstractType.setPcHorz(byte value)
    Sets the pcHorz field value.
    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
    PAPAbstractType.setPcVert(byte field_22_pcVert)
    Set the pcVert field for the PAP record.
    void
    TAPAbstractType.setPcVert(byte value)
    Sets the pcVert field value.
    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
    DOPAbstractType.setReserved(int field_49_reserved)
    Set the reserved field for the DOP record.
    void
    TBDAbstractType.setReserved(byte value)
    Sets the reserved field value.
    void
    DOPAbstractType.setReserved1(int field_45_reserved1)
    Set the reserved1 field for the DOP record.
    void
    FibBaseAbstractType.setReserved1(boolean value)
    Sets the reserved1 field value.
    void
    FibRgLw95AbstractType.setReserved1(int field_2_reserved1)
    Set the reserved1 field for the FibRgLw95 record.
    void
    FibRgLw97AbstractType.setReserved1(int field_2_reserved1)
    This value is undefined and MUST be ignored.
    void
    FibRgW97AbstractType.setReserved1(short field_1_reserved1)
    This value is undefined and MUST be ignored.
    void
    LSTFAbstractType.setReserved1(byte value)
    Sets the reserved1 field value.
    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
    DOPAbstractType.setReserved2(int field_46_reserved2)
    Set the reserved2 field for the DOP record.
    void
    FibBaseAbstractType.setReserved2(boolean value)
    Sets the reserved2 field value.
    void
    FibRgLw95AbstractType.setReserved2(int field_3_reserved2)
    Set the reserved2 field for the FibRgLw95 record.
    void
    FibRgLw97AbstractType.setReserved2(int field_3_reserved2)
    This value is undefined and MUST be ignored.
    void
    FibRgW97AbstractType.setReserved2(short field_2_reserved2)
    This value is undefined and MUST be ignored.
    void
    FibRgLw95AbstractType.setReserved3(int field_4_reserved3)
    Set the reserved3 field for the FibRgLw95 record.
    void
    FibRgLw97AbstractType.setReserved3(int field_7_reserved3)
    This value is undefined and MUST be ignored.
    void
    FibRgW97AbstractType.setReserved3(short field_3_reserved3)
    This value is undefined and MUST be ignored.
    void
    FibRgLw95AbstractType.setReserved4(int field_5_reserved4)
    Set the reserved4 field for the FibRgLw95 record.
    void
    FibRgLw97AbstractType.setReserved4(int field_12_reserved4)
    This value is undefined and MUST be ignored.
    void
    FibRgW97AbstractType.setReserved4(short field_4_reserved4)
    This value is undefined and MUST be ignored.
    void
    FibRgLw95AbstractType.setReserved5(int field_14_reserved5)
    Set the reserved5 field for the FibRgLw95 record.
    void
    FibRgLw97AbstractType.setReserved5(int field_13_reserved5)
    This value is undefined and MUST be ignored.
    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
    PAPAbstractType.setRsid(long field_79_rsid)
    Save ID for last time this PAP was revised.
    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
    CHPAbstractType.setSfxtText(byte field_26_sfxtText)
    Text animation.
    void
    CHPAbstractType.setShd(ShadingDescriptor field_23_shd)
    Shading.
    void
    PAPAbstractType.setShd(ShadingDescriptor field_66_shd)
    Set the shd field for the PAP record.
    void
    TCAbstractType.setShd(ShadingDescriptor field_3_shd)
    Cell 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
    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
    StdfPost2000AbstractType.setUnused(boolean value)
    Sets the unused field value.
    void
    DOPAbstractType.setUnused1(boolean value)
    Sets the unused1 field value.
    void
    LFOAbstractType.setUnused1(int field_2_unused1)
    This field MUST be ignored.
    void
    LFOLVLBaseAbstractType.setUnused1(short value)
    Sets the unused1 field value.
    void
    LSTFAbstractType.setUnused1(boolean value)
    Sets the unused1 field value.
    void
    LVLFAbstractType.setUnused1(boolean value)
    Sets the unused1 field value.
    void
    DOPAbstractType.setUnused2(byte field_2_unused2)
    Set the unused2 field for the DOP record.
    void
    LFOAbstractType.setUnused2(int field_3_unused2)
    This field MUST be ignored.
    void
    LFOLVLBaseAbstractType.setUnused2(byte value)
    Sets the unused2 field value.
    void
    LSTFAbstractType.setUnused2(boolean value)
    Sets the unused2 field value.
    void
    LVLFAbstractType.setUnused2(int field_7_unused2)
    This field MUST be ignored.
    void
    DOPAbstractType.setUnused3(boolean value)
    Sets the unused3 field value.
    void
    LFOAbstractType.setUnused3(byte field_7_unused3)
    This field MUST be ignored.
    void
    DOPAbstractType.setUnused4(boolean value)
    Sets the unused4 field value.
    void
    DOPAbstractType.setUnused5(byte value)
    Sets the unused5 field value.
    void
    SHD80AbstractType.setValue(short field_1_value)
    Set the value field for the SHD80 record.
    void
    TBDAbstractType.setValue(byte field_1_value)
    Set the value field for the TBD record.
    void
    FFDataBaseAbstractType.setVersion(long field_1_version)
    An unsigned integer that MUST be 0xFFFFFFFF.
    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(int field_32_viewFlags)
    Used internally by Word.
    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
    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(int field_13_widthAndFitsFlags)
    Set the widthAndFitsFlags field for the TAP record.
    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
    FSPAAbstractType.setWr(byte value)
    Sets the wr field value.
    void
    PAPAbstractType.setWr(byte field_24_wr)
    Set the wr field for the PAP record.
    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
    TAPAbstractType.setWWidth(short field_9_wWidth)
    Preferred table width.
    void
    TCAbstractType.setWWidth(short field_2_wWidth)
    Preferred cell 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
    Modifier and Type
    Class
    Description
    final class 
     
    final class 
     
    final class 
     
    final class 
     
    final class 
     
    final class 
     
    final class 
     
    final class 
    This class is used to iterate through a list of sprms from a Word 97/2000/XP document.
    final class 
    This class is used to represent a sprm operation from a Word 97/2000/XP document.
    class 
     
    final class 
     
    final class 
     
    final class 
     
  • Uses of Internal in org.apache.poi.hwpf.usermodel

    Classes in org.apache.poi.hwpf.usermodel with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Default implementation of Field
    class 
     
    Methods in org.apache.poi.hwpf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    HWPFList.getLFO()
     
    HWPFList.getLFOData()
     
    HWPFList.getListData()
     
    Paragraph.getProps()
     
    static Paragraph
    Paragraph.newParagraph(Range parent, PAPX papx)
     
    void
    Range.replaceText(String pPlaceHolder, 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.ooxml

    Methods in org.apache.poi.ooxml with annotations of type Internal
    Modifier and Type
    Method
    Description
    static void
    POIXMLDocumentPart._invokeOnDocumentRead(POIXMLDocumentPart part)
    Deprecated.
  • Uses of Internal in org.apache.poi.openxml4j.opc.internal

    Classes in org.apache.poi.openxml4j.opc.internal with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
     
  • Uses of Internal in org.apache.poi.openxml4j.util

    Classes in org.apache.poi.openxml4j.util with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
  • Uses of Internal in org.apache.poi.poifs.crypt

    Classes in org.apache.poi.poifs.crypt with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
    class 
     
    class 
    Helper functions used for standard and agile encryption
  • Uses of Internal in org.apache.poi.poifs.filesystem

    Classes in org.apache.poi.poifs.filesystem with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
    A small base class for the various factories, e.g.
    final class 
     
    Methods in org.apache.poi.poifs.filesystem with annotations of type Internal
    Modifier and Type
    Method
    Description
    static void
    EntryUtils.copyNodeRecursively(Entry entry, DirectoryEntry target)
    Copies an Entry into a target POIFS directory, recursively
    POIFSFileSystem.getHeaderBlock()
     
    POIFSFileSystem.getPropertyTable()
     
  • Uses of Internal in org.apache.poi.sl.draw

    Classes in org.apache.poi.sl.draw with annotations of type Internal
    Modifier and Type
    Class
    Description
    @interface 
    This is a marker annotation for classes which don't have a defined draw implementation.
    Fields in org.apache.poi.sl.draw with annotations of type Internal
    Modifier and Type
    Field
    Description
    static final int
    DrawTableShape.borderSize
    Additional spacing between cells
    Key will be internally used to store affine transformation temporarily within group shapes
    Methods in org.apache.poi.sl.draw with annotations of type Internal
    Modifier and Type
    Method
    Description
    DrawTextParagraph.getRenderableText(TextRun tr)
     
  • Uses of Internal in org.apache.poi.sl.image

    Classes in org.apache.poi.sl.image with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
    class 
     
    class 
     
    class 
    Aldus Placeable Metafile header - 22 byte structure before WMF data.
  • Uses of Internal in org.apache.poi.sl.usermodel

    Classes in org.apache.poi.sl.usermodel with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Helper class for ColorStyle - not part of the API / implementation may change any time
    interface 
    Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
    Interface for Lines ...
    Methods in org.apache.poi.sl.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    TextRun.getFieldType()
    Experimental method to determine the field type, e.g.
  • Uses of Internal in org.apache.poi.ss.format

    Classes in org.apache.poi.ss.format with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Internal helper class for CellNumberFormatter
    class 
    Internal helper class for CellNumberFormatter This class represents a single modification to a result string.
  • Uses of Internal in org.apache.poi.ss.formula

    Classes in org.apache.poi.ss.formula with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
    Manages a collection of WorkbookEvaluators, in order to support evaluation of formulas across spreadsheets.
    interface 
    Abstracts a sheet for the purpose of formula evaluation.
    For POI internal use only
    interface 
    Abstracts a workbook for the purpose of formula evaluation.
    For POI internal use only
    final class 
    This class parses a formula string into a List of tokens in RPN order.
    enum 
    Enumeration of various formula types.
    final class 
    Evaluates formula cells.
    interface 
    Provides access to a WorkbookEvaluator, eg for use with CollaboratingWorkbooksEnvironment
  • Uses of Internal in org.apache.poi.ss.formula.udf

    Classes in org.apache.poi.ss.formula.udf with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    A UDFFinder that can retrieve functions both by name and by fake index.
  • Uses of Internal in org.apache.poi.ss.usermodel

    Methods in org.apache.poi.ss.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    ClientAnchor.AnchorType.byId(int value)
    return the AnchorType corresponding to the code
  • Uses of Internal in org.apache.poi.ss.usermodel.helpers

    Classes in org.apache.poi.ss.usermodel.helpers with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Class for code common to RowShifter and ColumnShifter Helper for shifting rows up or down and columns left and right
  • Uses of Internal in org.apache.poi.ss.util

    Classes in org.apache.poi.ss.util with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
    SSCellRange<K extends Cell>
    For POI internal use only
    Methods in org.apache.poi.ss.util with annotations of type Internal
    Modifier and Type
    Method
    Description
    static int
    Get default character width using the Workbook's default font
  • Uses of Internal in org.apache.poi.util

    Classes in org.apache.poi.util with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Manage operations dealing with bit-mapped fields.
    class 
    dump data in hexadecimal format
    class 
    Stream that converts CP950 (MSOffice's dialect of Big5), with zero-byte padding for ASCII and in LittleEndianOrder.
    class 
    A logger class that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.
    final class 
    Provides logging without clients having to mess with configuration/initialization.
    class 
    A logger interface that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.
    class 
    Simple FilterInputStream that can replace occurrences of bytes with something else.
    class 
     
    class 
    Collection of string handling utilities
    Methods in org.apache.poi.util with annotations of type Internal
    Modifier and Type
    Method
    Description
    static boolean
    StringUtil.isUpperCase(char c)
     
    static String
    StringUtil.join(Object[] array)
     
    static String
    StringUtil.join(Object[] array, String separator)
     
    static String
    StringUtil.join(String separator, Object... array)
     
    static String
    StringUtil.toLowerCase(char c)
     
    static String
    StringUtil.toUpperCase(char c)
     
  • Uses of Internal in org.apache.poi.xddf.usermodel

    Methods in org.apache.poi.xddf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    static XDDFColor
    XDDFColor.forColorContainer(org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTColor
    XDDFColor.getColorContainer()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTPolarAdjustHandle
    XDDFAdjustHandlePolar.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTXYAdjustHandle
    XDDFAdjustHandleXY.getXmlObject()
     
    protected abstract org.apache.xmlbeans.XmlObject
    XDDFColor.getXmlObject()
     
    protected org.apache.xmlbeans.XmlObject
    XDDFColorHsl.getXmlObject()
     
    protected org.apache.xmlbeans.XmlObject
    XDDFColorPreset.getXmlObject()
     
    protected org.apache.xmlbeans.XmlObject
    XDDFColorRgbBinary.getXmlObject()
     
    protected org.apache.xmlbeans.XmlObject
    XDDFColorRgbPercent.getXmlObject()
     
    protected org.apache.xmlbeans.XmlObject
    XDDFColorSchemeBased.getXmlObject()
     
    protected org.apache.xmlbeans.XmlObject
    XDDFColorSystemDefined.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTConnectionSite
    XDDFConnectionSite.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTCustomGeometry2D
    XDDFCustomGeometry2D.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTDashStop
    XDDFDashStop.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTEffectContainer
    XDDFEffectContainer.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTEffectList
    XDDFEffectList.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList
    XDDFExtensionList.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTGeomGuide
    XDDFGeometryGuide.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTGeomRect
    XDDFGeometryRectangle.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties
    XDDFGradientFillProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTGradientStop
    XDDFGradientStop.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTGroupFillProperties
    XDDFGroupFillProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTLinearShadeProperties
    XDDFLinearShadeProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineEndProperties
    XDDFLineEndProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineJoinBevel
    XDDFLineJoinBevelProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineJoinMiterProperties
    XDDFLineJoinMiterProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTLineJoinRound
    XDDFLineJoinRoundProperties.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTLineProperties
    XDDFLineProperties.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTNoFillProperties
    XDDFNoFillProperties.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D
    XDDFPath.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTPathShadeProperties
    XDDFPathShadeProperties.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTPatternFillProperties
    XDDFPatternFillProperties.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTBlip
    XDDFPicture.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties
    XDDFPictureFillProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTPresetGeometry2D
    XDDFPresetGeometry2D.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTPresetLineDashProperties
    XDDFPresetLineDash.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTRelativeRect
    XDDFRelativeRectangle.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTScene3D
    XDDFScene3D.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTShape3D
    XDDFShape3D.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
    XDDFShapeProperties.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties
    XDDFSolidFillProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties
    XDDFStretchInfoProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTileInfoProperties
    XDDFTileInfoProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D
    XDDFTransform2D.getXmlObject()
     
    Constructors in org.apache.poi.xddf.usermodel with annotations of type Internal
    Modifier
    Constructor
    Description
     
    XDDFAdjustHandlePolar(org.openxmlformats.schemas.drawingml.x2006.main.CTPolarAdjustHandle handle)
     
     
    XDDFAdjustHandleXY(org.openxmlformats.schemas.drawingml.x2006.main.CTXYAdjustHandle handle)
     
    protected
    XDDFColor(org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    protected
    XDDFColorHsl(org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor color)
     
    protected
    XDDFColorHsl(org.openxmlformats.schemas.drawingml.x2006.main.CTHslColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    protected
    XDDFColorPreset(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor color)
     
    protected
    XDDFColorPreset(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    protected
    XDDFColorRgbBinary(org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor color)
     
    protected
    XDDFColorRgbBinary(org.openxmlformats.schemas.drawingml.x2006.main.CTSRgbColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    protected
    XDDFColorRgbPercent(org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor color)
     
    protected
    XDDFColorRgbPercent(org.openxmlformats.schemas.drawingml.x2006.main.CTScRgbColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    protected
    XDDFColorSchemeBased(org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor color)
     
    protected
    XDDFColorSchemeBased(org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    protected
    XDDFColorSystemDefined(org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor color)
     
    protected
    XDDFColorSystemDefined(org.openxmlformats.schemas.drawingml.x2006.main.CTSystemColor color, org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
     
    protected
    XDDFConnectionSite(org.openxmlformats.schemas.drawingml.x2006.main.CTConnectionSite site)
     
    protected
    XDDFDashStop(org.openxmlformats.schemas.drawingml.x2006.main.CTDashStop stop)
     
     
    XDDFEffectContainer(org.openxmlformats.schemas.drawingml.x2006.main.CTEffectContainer container)
     
     
    XDDFEffectList(org.openxmlformats.schemas.drawingml.x2006.main.CTEffectList list)
     
     
    XDDFExtensionList(org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList list)
     
    protected
    XDDFGeometryGuide(org.openxmlformats.schemas.drawingml.x2006.main.CTGeomGuide guide)
     
    protected
    XDDFGeometryRectangle(org.openxmlformats.schemas.drawingml.x2006.main.CTGeomRect rectangle)
     
    protected
    XDDFGradientStop(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientStop stop)
     
     
    XDDFLineProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTLineProperties properties)
     
    protected
    XDDFPath(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D path)
     
     
    XDDFPicture(org.openxmlformats.schemas.drawingml.x2006.main.CTBlip blip)
     
     
    XDDFShapeProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties properties)
     
     
    XDDFSolidFillProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTSolidColorFillProperties properties)
     
  • Uses of Internal in org.apache.poi.xddf.usermodel.chart

    Methods in org.apache.poi.xddf.usermodel.chart with annotations of type Internal
    Modifier and Type
    Method
    Description
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChart
    XDDFChart.getCTChart()
    Return the underlying CTChart bean, within the Chart Space
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace
    XDDFChart.getCTChartSpace()
    Return the underlying CTChartSpace bean, the root element of the Chart part.
    protected org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea
    XDDFChart.getCTPlotArea()
    Return the underlying CTPlotArea bean, within the Chart
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
    XDDFChartLegend.getShapeProperties()
     
    org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList
    XDDFChartExtensionList.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend
    XDDFChartLegend.getXmlObject()
    Return the underlying CTLegend bean.
    protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout
    XDDFLayout.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry
    XDDFLegendEntry.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout
    XDDFManualLayout.getXmlObject()
    Return the underlying CTManualLayout bean.
    void
    XDDFChartLegend.setShapeProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties properties)
     
    Constructors in org.apache.poi.xddf.usermodel.chart with annotations of type Internal
    Modifier
    Constructor
    Description
    protected
    XDDFChartExtensionList(org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList list)
     
    protected
    XDDFLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout layout)
     
    protected
    XDDFLegendEntry(org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry entry)
     
  • Uses of Internal in org.apache.poi.xddf.usermodel.text

    Methods in org.apache.poi.xddf.usermodel.text with annotations of type Internal
    Modifier and Type
    Method
    Description
    protected <R> Optional<R>
    XDDFTextBody.findDefinedParagraphProperty(Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,Boolean> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,R> getter, int level)
     
    protected <R> Optional<R>
    XDDFTextBody.findDefinedRunProperty(Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,Boolean> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,R> getter, int level)
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties
    XDDFTextRun.getProperties()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties
    XDDFBodyProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizeFollowText
    XDDFBulletSizeFollowText.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent
    XDDFBulletSizePercent.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint
    XDDFBulletSizePoints.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextAutonumberBullet
    XDDFBulletStyleAutoNumbered.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharBullet
    XDDFBulletStyleCharacter.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoBullet
    XDDFBulletStyleNone.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBlipBullet
    XDDFBulletStylePicture.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont
    XDDFFont.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTHyperlink
    XDDFHyperlink.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoAutofit
    XDDFNoAutoFit.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit
    XDDFNormalAutoFit.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties
    XDDFParagraphProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties
    XDDFRunProperties.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit
    XDDFShapeAutoFit.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing
    XDDFSpacing.getXmlObject()
     
    protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextTabStop
    XDDFTabStop.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody
    XDDFTextBody.getXmlObject()
     
    Constructors in org.apache.poi.xddf.usermodel.text with annotations of type Internal
    Modifier
    Constructor
    Description
    protected
    XDDFBodyProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties properties)
     
    protected
    XDDFBulletSizeFollowText(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizeFollowText follow)
     
    protected
    XDDFBulletSizePercent(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePercent percent, Double scale)
     
    protected
    XDDFBulletSizePoints(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizePoint points)
     
    protected
    XDDFBulletStyleAutoNumbered(org.openxmlformats.schemas.drawingml.x2006.main.CTTextAutonumberBullet style)
     
    protected
    XDDFBulletStyleCharacter(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharBullet style)
     
    protected
    XDDFBulletStyleNone(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoBullet style)
     
    protected
    XDDFBulletStylePicture(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBlipBullet style)
     
    protected
    XDDFFont(FontGroup group, org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont font)
     
    protected
    XDDFHyperlink(org.openxmlformats.schemas.drawingml.x2006.main.CTHyperlink link)
     
    protected
    XDDFNoAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoAutofit autofit)
     
    protected
    XDDFNormalAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit autofit)
     
    protected
    XDDFParagraphBulletProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties)
     
    protected
    XDDFParagraphProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties)
     
    protected
    XDDFRunProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties properties)
     
    protected
    XDDFShapeAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit autofit)
     
    protected
    XDDFSpacing(org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing spacing)
     
    protected
    XDDFSpacingPercent(org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing parent, org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacingPercent percent, Double scale)
     
    protected
    XDDFSpacingPoints(org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacing parent, org.openxmlformats.schemas.drawingml.x2006.main.CTTextSpacingPoint points)
     
    protected
    XDDFTabStop(org.openxmlformats.schemas.drawingml.x2006.main.CTTextTabStop stop)
     
     
    XDDFTextBody(TextContainer parent, org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody body)
     
    protected
    XDDFTextParagraph(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph paragraph, XDDFTextBody parent)
     
    protected
    XDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTRegularTextRun run, XDDFTextParagraph parent)
     
    protected
    XDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextField run, XDDFTextParagraph parent)
     
    protected
    XDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextLineBreak run, XDDFTextParagraph parent)
     
  • Uses of Internal in org.apache.poi.xdgf.usermodel

    Methods in org.apache.poi.xdgf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    com.microsoft.schemas.office.visio.x2012.main.PageContentsType
    XDGFBaseContents.getXmlObject()
     
    protected com.microsoft.schemas.office.visio.x2012.main.CellType
    XDGFCell.getXmlObject()
     
    com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType
    XDGFDocument.getXmlObject()
     
    protected com.microsoft.schemas.office.visio.x2012.main.MasterType
    XDGFMaster.getXmlObject()
     
    protected com.microsoft.schemas.office.visio.x2012.main.MastersType
    XDGFMasters.getXmlObject()
     
    protected com.microsoft.schemas.office.visio.x2012.main.PageType
    XDGFPage.getXmlObject()
     
    com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType
    XDGFShape.getXmlObject()
     
    com.microsoft.schemas.office.visio.x2012.main.StyleSheetType
    XDGFStyleSheet.getXmlObject()
     
  • Uses of Internal in org.apache.poi.xdgf.usermodel.section

    Methods in org.apache.poi.xdgf.usermodel.section with annotations of type Internal
    Modifier and Type
    Method
    Description
    com.microsoft.schemas.office.visio.x2012.main.SectionType
    XDGFSection.getXmlObject()
     
  • Uses of Internal in org.apache.poi.xslf.model

    Classes in org.apache.poi.xslf.model with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    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
    Modifier and Type
    Class
    Description
    class 
    Encapsulates logic to read color definitions from DrawingML and convert them to java.awt.Color
    class 
    Experimental class for metro blobs, i.e.
    class 
     
    Methods in org.apache.poi.xslf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    org.openxmlformats.schemas.drawingml.x2006.main.CTColor
    XSLFTheme.getCTColor(String name)
    Get a color from the theme's color scheme by name
    org.openxmlformats.schemas.presentationml.x2006.main.CTOleObject
    XSLFObjectShape.getCTOleObject()
     
    org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation
    XMLSlideShow.getCTPresentation()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTTable
    XSLFTable.getCTTable()
     
    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.
    org.apache.xmlbeans.XmlObject
    XSLFColor.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTHyperlink
    XSLFHyperlink.getXmlObject()
     
    org.openxmlformats.schemas.presentationml.x2006.main.CTSlideLayout
    XSLFSlideLayout.getXmlObject()
    While developing only!
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph
    XSLFTextParagraph.getXmlObject()
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeStyleSheet
    XSLFTheme.getXmlObject()
    While developing only!
    protected void
    XSLFColor.setColor(Color color)
    Sets the solid color
  • Uses of Internal in org.apache.poi.xssf.binary

    Classes in org.apache.poi.xssf.binary with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
    class 
     
    class 
    Experimental parser for Microsoft's ooxml xlsb format.
    enum 
     
    class 
    Need to have this mirror class of XSSFRelation because of conflicts with regular ooxml relations.
    class 
     
    class 
     
    class 
    This is a very thin shim to gather number formats from styles.bin files.
    class 
     
    class 
    This is a read only record that maintains information about a hyperlink.
  • Uses of Internal in org.apache.poi.xssf.model

    Classes in org.apache.poi.xssf.model with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
     
    class 
    Used internally to navigate the paragraph text style hierarchy within a shape and fetch properties
    Methods in org.apache.poi.xssf.model with annotations of type Internal
    Modifier and Type
    Method
    Description
    int
    StylesTable._getDXfsSize()
     
    int
    StylesTable._getStyleXfsSize()
    For unit testing only
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf
    StylesTable.getCellStyleXfAt(int idx)
     
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf
    StylesTable.getCellXfAt(int idx)
     
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment
    CommentsTable.getCTComment(CellAddress cellRef)
    Get the underlying CTComment xmlbean for a comment located at cellRef, if it exists
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComments
    CommentsTable.getCTComments()
    Returns the underlying CTComments list xmlbean
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTStylesheet
    StylesTable.getCTStylesheet()
    For unit testing only!
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf
    StylesTable.getDxfAt(int idx)
     
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment
    CommentsTable.newComment(CellAddress ref)
    Create a new comment located` at cell address
    int
    StylesTable.putCellStyleXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf cellStyleXf)
    Adds a cell style to the styles table.
    int
    StylesTable.putCellXf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf cellXf)
    Adds a cell to the styles table.
    int
    StylesTable.putDxf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf)
    Adds a Dxf to the style table Does not check for duplicates.
    protected void
    StylesTable.replaceCellStyleXfAt(int idx, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf cellStyleXf)
     
    void
    StylesTable.replaceCellXfAt(int idx, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf cellXf)
     
  • Uses of Internal in org.apache.poi.xssf.streaming

    Classes in org.apache.poi.xssf.streaming with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
    SXSSF wrapper around the SXSSF and XSSF workbooks
    Methods in org.apache.poi.xssf.streaming with annotations of type Internal
    Modifier and Type
    Method
    Description
    org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture
    SXSSFPicture.getCTPicture()
    Return the underlying CTPicture bean that holds all properties for this picture
    SXSSFWorkbook.getSharedStringSource()
     
    Constructors in org.apache.poi.xssf.streaming with annotations of type Internal
    Modifier
    Constructor
    Description
     
    Should only be called by SXSSFWorkbook.getCreationHelper()
  • Uses of Internal in org.apache.poi.xssf.usermodel

    Classes in org.apache.poi.xssf.usermodel with annotations of type Internal
    Modifier and Type
    Class
    Description
    class 
    Internal POI use only - parent of XSSF and SXSSF evaluation workbooks
    final class 
    Internal POI use only
    Methods in org.apache.poi.xssf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    void
    XSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
    Register a hyperlink in the collection of hyperlinks on this sheet
    void
    XSSFCell.copyCellFrom(Cell srcCell, CellCopyPolicy policy)
    Copy cell value, formula and style, from srcCell per cell copy policy If srcCell is null, clears the cell value and cell style per cell copy policy This does not shift references in formulas.
    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.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.CTHyperlink
    XSSFHyperlink.getCTHyperlink()
     
    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.CTPivotCacheDefinition
    XSSFPivotCacheDefinition.getCTPivotCacheDefinition()
     
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCacheRecords
    XSSFPivotCacheRecords.getCtPivotCacheRecords()
     
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition
    XSSFPivotTable.getCTPivotTableDefinition()
     
    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.spreadsheetml.x2006.main.CTTable
    XSSFTable.getCTTable()
    get the underlying CTTable XML bean
    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
    XSSFWorkbook.getExternalLinksTable()
    Returns the list of ExternalLinksTable object for this workbook
    org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker
    XSSFClientAnchor.getFrom()
    Return starting anchor point
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter
    XSSFHeaderFooterProperties.getHeaderFooter()
    Returns the underlying CTHeaderFooter xml bean
    XSSFWorkbook.getMapInfo()
     
    org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape
    XSSFTextParagraph.getParentShape()
     
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula
    XSSFSheet.getSharedFormula(int sid)
    Return a master shared formula by index
    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
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph
    XSSFTextParagraph.getXmlObject()
     
    boolean
    XSSFWorkbook.isDate1904()
    Gets a boolean value that indicates whether the date systems used in the workbook starts in 1904.
    void
    XSSFSheet.removeHyperlink(int row, int column)
    Removes a hyperlink in the collection of hyperlinks on this sheet
    protected void
    XSSFTable.setCellRef(AreaReference refs)
     
    void
    XSSFHyperlink.setCellReference(String ref)
    Assigns this hyperlink to the given cell reference
    void
    XSSFHyperlink.setCellReference(CellReference ref)
     
    void
    XSSFCell.setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)
    Set a new internal xml bean.
    void
    XSSFPivotTable.setCTPivotTableDefinition(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition pivotTableDefinition)
     
    Constructors in org.apache.poi.xssf.usermodel with annotations of type Internal
    Modifier
    Constructor
    Description
     
    Should only be called by XSSFWorkbook.getCreationHelper()
     
    XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font)
    Create a new XSSFFont
     
    XSSFFont(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont font, int index, IndexedColorMap colorMap)
    Called from parsing styles.xml
     
    Create a new XSSFHyperlink.
     
    XSSFRichTextString(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst st)
    Create a rich text string from the supplied XML bean
    protected
    XSSFTableColumn(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColumn)
    Create a new table column.
  • Uses of Internal in org.apache.poi.xssf.usermodel.charts

    Methods in org.apache.poi.xssf.usermodel.charts with annotations of type Internal
    Modifier and Type
    Method
    Description
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend
    XSSFChartLegend.getCTLegend()
    Deprecated.
    Return the underlying CTLegend bean.
    org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout
    XSSFManualLayout.getCTManualLayout()
    Deprecated.
    Return the underlying CTManualLayout bean.
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
    XSSFCategoryAxis.getLine()
    Deprecated.
     
    abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
    XSSFChartAxis.getLine()
    Deprecated.
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
    XSSFDateAxis.getLine()
    Deprecated.
     
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
    XSSFValueAxis.getLine()
    Deprecated.
     
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines
    XSSFCategoryAxis.getMajorGridLines()
    Deprecated.
     
    abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines
    XSSFChartAxis.getMajorGridLines()
    Deprecated.
     
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines
    XSSFDateAxis.getMajorGridLines()
    Deprecated.
     
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines
    XSSFValueAxis.getMajorGridLines()
    Deprecated.
     
  • Uses of Internal in org.apache.poi.xssf.usermodel.extensions

    Methods in org.apache.poi.xssf.usermodel.extensions with annotations of type Internal
    Modifier and Type
    Method
    Description
    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.xssf.usermodel.helpers

    Classes in org.apache.poi.xssf.usermodel.helpers with annotations of type Internal
    Modifier and Type
    Class
    Description
    final class 
     
    Methods in org.apache.poi.xssf.usermodel.helpers with annotations of type Internal
    Modifier and Type
    Method
    Description
    void
    XSSFRowShifter.updateRowFormulas(XSSFRow row, FormulaShifter formulaShifter)
    Update the formulas in specified row using the formula shifting policy specified by shifter
    Constructors in org.apache.poi.xssf.usermodel.helpers with annotations of type Internal
    Modifier
    Constructor
    Description
     
    XSSFXmlColumnPr(XSSFTableColumn tableColumn, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
    Create a new XSSFXmlColumnPr (XML column properties) wrapper around a CTXmlColumnPr.
  • Uses of Internal in org.apache.poi.xwpf.usermodel

    Methods in org.apache.poi.xwpf.usermodel with annotations of type Internal
    Modifier and Type
    Method
    Description
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr
    XWPFHeaderFooter._getHdrFtr()
     
    org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.CTInline
    XWPFRun.addChart(String chartRelId)
    this method add chart template into document
    XWPFDocument.addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
    Add a CTFtnEdn endnote to the document.
    XWPFEndnotes.addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
    Add an endnote to the document
    XWPFDocument.addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
    Add a CTFtnEdn footnote to the document.
    XWPFFootnotes.addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
    Add a CT footnote to the document
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock
    TOC.getBlock()
     
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField
    XWPFFieldRun.getCTField()
     
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHyperlink
    XWPFHyperlinkRun.getCTHyperlink()
     
    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.STTblWidth.Enum
    TableWidthType.getStWidthType()
    Get the underlying STTblWidth enum value.
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles
    XWPFDocument.getStyle()
    Returns the styles object used
    void
    XWPFEndnotes.setEndnotes(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTEndnotes endnotes)
    Set the end notes for this part.
    void
    XWPFFootnotes.setFootnotes(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFootnotes footnotes)
    Sets the ctFootnotes
    Constructors in org.apache.poi.xwpf.usermodel with annotations of type Internal
    Modifier
    Constructor
    Description
    protected
    XWPFAbstractFootnoteEndnote(XWPFDocument document, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body)
     
    protected
    XWPFAbstractFootnoteEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, XWPFAbstractFootnotesEndnotes footnotes)
     
     
    XWPFEndnote(XWPFDocument document, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body)
     
     
    XWPFEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, XWPFAbstractFootnotesEndnotes footnotes)
     
     
    XWPFFootnote(XWPFDocument document, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body)
     
     
    XWPFFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, XWPFAbstractFootnotesEndnotes xFootnotes)