Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.poi.hdf.event.* (3)org.apache.poi.hdf.extractor.* (27)org.apache.poi.hdf.generator.* (2)
org.apache.poi.hdf.model.* (40)

Package Samples:

org.apache.poi.hdf.event
org.apache.poi.hdf.extractor.data
org.apache.poi.hdf.extractor.util
org.apache.poi.hdf.extractor
org.apache.poi.hdf.generator
org.apache.poi.hdf.model.hdftypes.definitions
org.apache.poi.hdf.model.hdftypes
org.apache.poi.hdf.model.util
org.apache.poi.hdf.model

Classes:

FormattedDiskPage: Represents an FKP data structure. This data structure is used to store the grpprls of the paragraph and character properties of the document. A grpprl is a list of sprms(decompression operations) to perform on a parent style. The style properties for paragraph and character runs are stored in fkps. There are PAP fkps for paragraph properties and CHP fkps for character run properties. The first part of the fkp for both CHP and PAP fkps consists of an array of 4 byte int offsets in the main stream for that Paragraph's or Character run's text. The ending offset is the next value in the array. For ...
CHPFormattedDiskPage: Represents a CHP fkp. The style properties for paragraph and character runs are stored in fkps. There are PAP fkps for paragraph properties and CHP fkps for character run properties. The first part of the fkp for both CHP and PAP fkps consists of an array of 4 byte int offsets that represent a Paragraph's or Character run's text offset in the main stream. The ending offset is the next value in the array. For example, if an fkp has X number of Paragraph's stored in it then there are (x + 1) 4 byte ints in the beginning array. The number X is determined by the last byte in a 512 byte fkp. CHP and ...
PAPFormattedDiskPage: Represents a PAP FKP. The style properties for paragraph and character runs are stored in fkps. There are PAP fkps for paragraph properties and CHP fkps for character run properties. The first part of the fkp for both CHP and PAP fkps consists of an array of 4 byte int offsets in the main stream for that Paragraph's or Character run's text. The ending offset is the next value in the array. For example, if an fkp has X number of Paragraph's stored in it then there are (x + 1) 4 byte ints in the beginning array. The number X is determined by the last byte in a 512 byte fkp. CHP and PAP fkps also ...
PlexOfCps: common data structure in a Word file. Contains an array of 4 byte ints in the front that relate to an array of abitrary data structures in the back. This class acts more like a pointer. In the sense that it doesn't store any data. It only provides convenience methods for accessing a particular PlexOfCps
StyleSheet: Represents a document's stylesheet. A word documents formatting is stored as compressed styles that are based on styles contained in the stylesheet. This class also contains static utility functions to uncompress different formatting properties.
WordDocument: This class contains the main functionality for the Word file "reader". Much of the code in this class is based on the Word 97 document file format. Only works for non-complex files
FIBAbstractType: File information Block. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
TCAbstractType: Table Cell Descriptor. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
CHPAbstractType: Character Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
PAPAbstractType: Paragraph Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
DOPAbstractType: Document Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
SEPAbstractType: Section Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
TAPAbstractType: Table Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
HDFObjectFactory: The Object Factory takes in a stream and creates the low level objects that represent the data.
PropertyNode: Represents a lightweight node in the Trees used to store formatting properties.
HDFFieldIterator: This class overrides FieldIterator to handle HDF specific types
HDFRecordUtil: This class overrides RecordUtil to handle HDF specific types
TextPiece: Lightweight representation of a text piece.
TestHDFDocument: Class to test HDFDocument functionality
CharacterProperties: Properties for character runs.
CHP: Comment me
FontTable: Comment me
HeaderFooter: Comment me
NewOleFile: Comment me
PAP: Comment me

Home | Contact Us | Privacy Policy | Terms of Service