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 RecordTypesRecordTypes.forTypeID(int typeID) static RecordTypesReturns 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 EscherContainerRecordPPDrawing.findFirstEscherContainerRecordOfType(RecordTypes type, EscherContainerRecord parent) protected EscherRecordPPDrawing.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 TypeMethodDescriptionvoidHSLFSlideShowImpl.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.