Uses of Enum Class
org.apache.poi.hslf.record.RecordTypes
Packages that use RecordTypes
-
Uses of RecordTypes in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return RecordTypesModifier and TypeMethodDescriptionstatic RecordTypes
RecordTypes.forTypeID
(int typeID) static RecordTypes
Returns the enum constant of this class with the specified name.static RecordTypes[]
RecordTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.hslf.record with parameters of type RecordTypesModifier and TypeMethodDescriptionprotected 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 RecordTypesModifier and TypeMethodDescriptionstatic <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 RecordTypesModifier and TypeMethodDescriptionvoid
HSLFSlideShowImpl.updateAndWriteDependantRecords
(OutputStream os, 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.