| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EscherProperty | |
|---|---|
| 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. | 
| org.apache.poi.hslf.model | |
| Uses of EscherProperty in org.apache.poi.ddf | 
|---|
| Subclasses of EscherProperty in org.apache.poi.ddf | |
|---|---|
 class | 
EscherArrayProperty
Escher array properties are the most wierd construction ever invented with all sorts of special cases.  | 
 class | 
EscherBoolProperty
Represents a boolean property.  | 
 class | 
EscherComplexProperty
A complex property differs from a simple property in that the data can not fit inside a 32 bit integer.  | 
 class | 
EscherRGBProperty
A color property.  | 
 class | 
EscherShapePathProperty
Defines the constants for the various possible shape paths.  | 
 class | 
EscherSimpleProperty
A simple property is of fixed length and as a property number in addition to a 32-bit value.  | 
| Fields in org.apache.poi.ddf with type parameters of type EscherProperty | |
|---|---|
protected  java.util.List<EscherProperty> | 
AbstractEscherOptRecord.properties
 | 
| Methods in org.apache.poi.ddf with type parameters of type EscherProperty | ||
|---|---|---|
 | 
AbstractEscherOptRecord.lookup(int propId)
 | 
|
| Methods in org.apache.poi.ddf that return EscherProperty | |
|---|---|
 EscherProperty | 
AbstractEscherOptRecord.getEscherProperty(int index)
The list of properties stored by this record.  | 
| Methods in org.apache.poi.ddf that return types with arguments of type EscherProperty | |
|---|---|
 java.util.List<EscherProperty> | 
EscherPropertyFactory.createProperties(byte[] data,
                 int offset,
                 short numProperties)
Create new properties from a byte array.  | 
 java.util.List<EscherProperty> | 
AbstractEscherOptRecord.getEscherProperties()
The list of properties stored by this record.  | 
| Methods in org.apache.poi.ddf with parameters of type EscherProperty | |
|---|---|
 void | 
AbstractEscherOptRecord.addEscherProperty(EscherProperty prop)
Add a property to this record.  | 
| Uses of EscherProperty in org.apache.poi.hslf.model | 
|---|
| Methods in org.apache.poi.hslf.model that return EscherProperty | |
|---|---|
static EscherProperty | 
Shape.getEscherProperty(EscherOptRecord opt,
                  int propId)
Returns escher property by id.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||