| Home >> All >> org >> apache >> poi >> [ ddf Javadoc ] |
org.apache.poi.ddf: Javadoc index of package org.apache.poi.ddf.
Package Samples:
org.apache.poi.ddf
Classes:
EscherClientAnchorRecord: The escher client anchor specifies which rows and cells the shape is bound to as well as the offsets within those cells. Each cell is 1024 units wide by 256 units long regardless of the actual size of the cell. The EscherClientAnchorRecord only applies to the top-most shapes. Shapes contained in groups are bound using the EscherChildAnchorRecords.
EscherContainerRecord: Escher container records store other escher records as children. The container records themselves never store any information beyond the standard header used by all escher records. This one record is used to represent many different types of records.
EscherOptRecord: The opt record is used to store property values for a shape. It is the key to determining the attributes of a shape. Properties can be of two types: simple or complex. Simple types are fixed length. Complex properties are variable length.
EscherBlipRecord: The blip record is used to hold details about large binary objects that occur in escher such as JPEG, GIF, PICT and WMF files. The contents of the stream is usually compressed. Inflate can be used to decompress the data.
EscherBoolProperty: Represents a boolean property. The actual utility of this property is in doubt because many of the properties marked as boolean seem to actually contain special values. In other words they're not true booleans.
EscherComplexProperty: A complex property differs from a simple property in that the data can not fit inside a 32 bit integer. See the specification for more detailed information regarding exactly what is stored here.
EscherSimpleProperty: A simple property is of fixed length and as a property number in addition to a 32-bit value. Properties that can't be stored in only 32-bits are stored as EscherComplexProperty objects.
EscherRecord: The base abstract record from which all escher records are defined. Subclasses will need to define methods for serialization/deserialization and for determining the record size.
EscherChildAnchorRecord: The escher child achor record is used to specify the position of a shape under an existing group. The first level of shape records use a EscherClientAnchor record instead.
EscherSpgrRecord: The spgr record defines information about a shape group. Groups in escher are simply another form of shape that you can't physically see.
EscherArrayProperty: Escher array properties are the most wierd construction ever invented with all sorts of special cases. I'm hopeful I've got them all.
EscherDgRecord: This record simply holds the number of shapes in the drawing group and the last shape id used for this drawing group.
EscherBSERecord: The BSE record is related closely to the EscherBlipRecord and stores extra information about the blip.
EscherClientDataRecord: The EscherClientDataRecord is used to store client specific data about the position of a shape within a container.
EscherRecordFactory: The escher record factory interface allows for the creation of escher records from a pointer into a data array.
UnknownEscherRecord: This record is used whenever a escher record is encountered that we do not explicitly support.
EscherSpRecord: Together the the EscherOptRecord this record defines some of the basic properties of a shape.
EscherSplitMenuColorsRecord: A list of the most recently used colours for the drawings contained in this document.
EscherProperties: Provides a list of all known escher properties including the description and type.
EscherPropertyFactory: Generates a property given a reference into the byte array storing that property.
DefaultEscherRecordFactory: Generates escher records when provided the byte array containing those records.
EscherDggRecord: This record defines the drawing groups used for a particular sheet.
EscherPropertyMetaData: This class stores the type and description of an escher property.
EscherDump: Used to dump the contents of escher records to a PrintStream.
EscherShapePathProperty: Defines the constants for the various possible shape paths.
| Home | Contact Us | Privacy Policy | Terms of Service |