Uses of Class
org.apache.poi.ddf.EscherProperty
Packages that use EscherProperty
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.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of EscherProperty in org.apache.poi.ddf
Subclasses of EscherProperty in org.apache.poi.ddfModifier and TypeClassDescriptionfinal class
Escher array properties are the most weird construction ever invented with all sorts of special cases.class
Represents a boolean property.class
A complex property differs from a simple property in that the data can not fit inside a 32 bit integer.class
A color property.class
Defines the constants for the various possible shape paths.class
A simple property is of fixed length and as a property number in addition to a 32-bit value.Methods in org.apache.poi.ddf with type parameters of type EscherPropertyModifier and TypeMethodDescription<T extends EscherProperty>
TAbstractEscherOptRecord.lookup
(int propId) Methods in org.apache.poi.ddf that return EscherPropertyModifier and TypeMethodDescriptionAbstractEscherOptRecord.getEscherProperty
(int index) The list of properties stored by this record.Methods in org.apache.poi.ddf that return types with arguments of type EscherPropertyModifier and TypeMethodDescriptionEscherPropertyFactory.createProperties
(byte[] data, int offset, short numProperties) Create new properties from a byte array.AbstractEscherOptRecord.getEscherProperties()
The list of properties stored by this record.Methods in org.apache.poi.ddf with parameters of type EscherPropertyModifier and TypeMethodDescriptionvoid
AbstractEscherOptRecord.addEscherProperty
(EscherProperty prop) Add a property to this record.void
AbstractEscherOptRecord.setEscherProperty
(EscherProperty value) Set an escher property. -
Uses of EscherProperty in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with type parameters of type EscherPropertyModifier and TypeMethodDescriptionstatic <T extends EscherProperty>
THSLFShape.getEscherProperty
(AbstractEscherOptRecord opt, int propId) Returns escher property by id. -
Uses of EscherProperty in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type EscherPropertyModifier and TypeMethodDescriptionprotected void
HSSFShape.setPropertyValue
(EscherProperty property)