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.
|
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
static EscherRecordTypes |
EscherRecordTypes.forTypeID(int typeID) |
static EscherRecordTypes |
EscherRecordTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EscherRecordTypes[] |
EscherRecordTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends EscherRecord> |
HSLFShape.getEscherChild(EscherContainerRecord owner,
EscherRecordTypes recordId) |
<T extends EscherRecord> |
HSLFShape.getEscherChild(EscherRecordTypes recordId) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.