Uses of Class
loci.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.
-
Uses of EscherProperty in loci.poi.ddf
Subclasses of EscherProperty in loci.poi.ddfModifier and TypeClassDescriptionclassEscher array properties are the most wierd construction ever invented with all sorts of special cases.classRepresents a boolean property.classA complex property differs from a simple property in that the data can not fit inside a 32 bit integer.classA color property.classDefines the constants for the various possible shape paths.classA simple property is of fixed length and as a property number in addition to a 32-bit value.Methods in loci.poi.ddf that return EscherPropertyModifier and TypeMethodDescriptionEscherOptRecord.getEscherProperty(int index) The list of properties stored by this record.Methods in loci.poi.ddf with parameters of type EscherPropertyModifier and TypeMethodDescriptionvoidEscherOptRecord.addEscherProperty(EscherProperty prop) Add a property to this record.