Package org.apache.poi.ddf
package org.apache.poi.ddf
This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.
-
ClassDescriptionCommon abstract class for
EscherOptRecord
andEscherTertiaryOptRecord
Generates escher records when provided the byte array containing those records.Escher array properties are the most weird construction ever invented with all sorts of special cases.Represents a boolean property.The BSE record is related closely to theEscherBlipRecord
and stores extra information about the blip.The escher child achor record is used to specify the position of a shape under an existing group.The escher client anchor specifies which rows and cells the shape is bound to as well as the offsets within those cells.The EscherClientDataRecord is used to store client specific data about the position of a shape within a container.An OfficeArtCOLORREF structure entry which also handles color extension opid dataThe following enum specifies values that indicate special procedural properties that are used to modify the color components of another color.A complex property differs from a simple property in that the data can not fit inside a 32 bit integer.Escher container records store other escher records as children.This record defines the drawing groups used for a particular sheet.This record simply holds the number of shapes in the drawing group and the last shape id used for this drawing group.Used to dump the contents of escher records to a PrintStream.The opt record is used to store property values for a shape.Provides a list of all known escher properties including the description and type.This is the abstract base class for all escher properties.Generates a property given a reference into the byte array storing that property.This class stores the type and description of an escher property.The base abstract record from which all escher records are defined.The escher record factory interface allows for the creation of escher records from a pointer into a data array.A color property.Interface for listening to escher serialization events.Defines the constants for the various possible shape paths.A simple property is of fixed length and as a property number in addition to a 32-bit value.The spgr record defines information about a shape group.A list of the most recently used colours for the drawings contained in this document.Together the the EscherOptRecord this record defines some of the basic properties of a shape."The OfficeArtTertiaryFOPT record specifies a table of OfficeArtRGFOPTE properties, as defined in section 2.3.1." -- [MS-ODRAW] -- v20110608; Office Drawing Binary File FormatHolds data from the parent application.Ignores all serialization events.This record is used whenever a escher record is encountered that we do not explicitly support.