Uses of Class
org.apache.poi.hslf.record.RecordTypes
-
Packages that use RecordTypes Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static <T extends EscherRecord>
THSLFShape. getEscherChild(EscherContainerRecord owner, RecordTypes recordId)
<T extends EscherRecord>
THSLFShape. getEscherChild(RecordTypes recordId)
Method parameters in org.apache.poi.hslf.usermodel with type arguments of type RecordTypes Modifier and Type Method Description 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.
-