|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordTypes | |
---|---|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Uses of RecordTypes in org.apache.poi.hslf.record |
---|
Methods in org.apache.poi.hslf.record that return RecordTypes | |
---|---|
static RecordTypes |
RecordTypes.forTypeID(int typeID)
|
static RecordTypes |
RecordTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordTypes[] |
RecordTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.hslf.record with parameters of type RecordTypes | |
---|---|
protected EscherContainerRecord[] |
PPDrawing.findAllEscherContainerRecordOfType(RecordTypes type,
EscherContainerRecord parent)
|
protected EscherContainerRecord |
PPDrawing.findFirstEscherContainerRecordOfType(RecordTypes type,
EscherContainerRecord parent)
|
protected EscherRecord |
PPDrawing.findFirstEscherRecordOfType(RecordTypes type,
EscherContainerRecord parent)
|
Uses of RecordTypes in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel with parameters of type RecordTypes | ||
---|---|---|
static
|
HSLFShape.getEscherChild(EscherContainerRecord owner,
RecordTypes recordId)
|
|
|
HSLFShape.getEscherChild(RecordTypes recordId)
|
Method parameters in org.apache.poi.hslf.usermodel with type arguments of type RecordTypes | |
---|---|
void |
HSLFSlideShowImpl.updateAndWriteDependantRecords(java.io.OutputStream os,
java.util.Map<RecordTypes,PositionDependentRecord> interestingRecords)
This is a helper functions, which is needed for adding new position dependent records or finally write the slideshow to a file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |