Uses of Package
org.apache.poi.hwpf.model

Packages that use org.apache.poi.hwpf.model
org.apache.poi.hwpf   
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.usermodel   
 

Classes in org.apache.poi.hwpf.model used by org.apache.poi.hwpf
CHPBinTable
          This class holds all of the character formatting properties.
ComplexFileTable
           
CPSplitCalculator
          Helper class for HWPFDocument, which figures out where different kinds of text can be found within the overall CP splurge.
DocumentProperties
          Comment me
EscherRecordHolder
          Based on AbstractEscherRecordHolder from HSSF.
FileInformationBlock
          The File Information Block (FIB).
FontTable
          FontTable or in MS terminology sttbfffn is a common data structure written in all Word files.
FSPATable
          This class holds all the FSPA (File Shape Address) structures.
ListTables
           
PAPBinTable
          This class represents the bin table of Word document but it also serves as a holder for all of the paragraphs of document that have been loaded into memory.
PicturesTable
          Holds information about all pictures embedded in Word Document either via "Insert -> Picture -> From File" or via clipboard.
RevisionMarkAuthorTable
          String table containing the names of authors of revision marks, e-mails and comments in this document.
SavedByTable
          String table containing the history of the last few revisions ("saves") of the document.
SectionTable
           
ShapesTable
           
StyleSheet
          Represents a document's stylesheet.
TextPieceTable
          The piece table for matching up character positions to bits of text.
 

Classes in org.apache.poi.hwpf.model used by org.apache.poi.hwpf.model
BytePropertyNode
          Normally PropertyNodes only ever work in characters, but a few cases actually store bytes, and this lets everything still work despite that.
CharIndexTranslator
           
CHPBinTable
          This class holds all of the character formatting properties.
CHPX
          DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out!
CPSplitCalculator
          Helper class for HWPFDocument, which figures out where different kinds of text can be found within the overall CP splurge.
EscherRecordHolder
          Based on AbstractEscherRecordHolder from HSSF.
Ffn
          FFN - Font Family Name.
FileInformationBlock
          The File Information Block (FIB).
FormattedDiskPage
          Represents an FKP data structure.
FSPA
          File Shape Address structure
FSPATable
          This class holds all the FSPA (File Shape Address) structures.
GenericPropertyNode
           
HDFType
           
ListData
           
ListFormatOverride
           
ListFormatOverrideLevel
           
ListLevel
           
PAPBinTable
          This class represents the bin table of Word document but it also serves as a holder for all of the paragraphs of document that have been loaded into memory.
PAPX
          DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out!
ParagraphHeight
           
PieceDescriptor
           
PropertyNode
          Represents a lightweight node in the Trees used to store content properties.
SectionDescriptor
           
SectionTable
           
SEPX
           
StyleDescription
          Comment me
StyleSheet
          Represents a document's stylesheet.
TextPiece
          Lightweight representation of a text piece.
TextPieceTable
          The piece table for matching up character positions to bits of text.
 

Classes in org.apache.poi.hwpf.model used by org.apache.poi.hwpf.usermodel
CHPX
          DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out!
Ffn
          FFN - Font Family Name.
GenericPropertyNode
           
ListData
           
ListFormatOverride
           
PAPX
          DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out!
PlexOfCps
          common data structure in a Word file.
SEPX
           
StyleSheet
          Represents a document's stylesheet.
TextPiece
          Lightweight representation of a text piece.
 



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