| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static EscherPropertyTypes |
EscherPropertyTypes.forPropertyID(int propertyId) |
EscherPropertyTypes |
EscherProperty.getGenericRecordType() |
static EscherPropertyTypes |
EscherPropertyTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscherPropertyTypes[] |
EscherPropertyTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EscherProperty> |
AbstractEscherOptRecord.lookup(EscherPropertyTypes propType) |
void |
AbstractEscherOptRecord.removeEscherProperty(EscherPropertyTypes type) |
| Constructor and Description |
|---|
EscherArrayProperty(EscherPropertyTypes type,
boolean isBlipId,
int complexSize)
Create an instance of an escher array property.
|
EscherBoolProperty(EscherPropertyTypes propertyType,
int value)
Create an instance of an escher boolean property.
|
EscherComplexProperty(EscherPropertyTypes type,
boolean isBlipId,
int complexSize)
Create a complex property using the property type, a flag to indicate whether this is a
blip reference and the complex property data size.
|
EscherProperty(EscherPropertyTypes type,
boolean isComplex,
boolean isBlipId)
Constructs a new escher property.
|
EscherRGBProperty(EscherPropertyTypes propertyType,
int rgbColor)
Create an instance of an escher boolean property.
|
EscherShapePathProperty(EscherPropertyTypes type,
int shapePath) |
EscherSimpleProperty(EscherPropertyTypes type,
boolean isComplex,
boolean isBlipId,
int propertyValue)
Constructs a new escher property.
|
EscherSimpleProperty(EscherPropertyTypes type,
int propertyValue)
The id is distinct from the actual property number.
|