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 RecordTypesRecordTypes. forTypeID(int typeID)RecordTypesUnknownRecordPlaceholder. getRecordTypeEnum()Return the value as enum we were given at creationstatic RecordTypesRecordTypes. valueOf(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. -
Uses of RecordTypes in org.apache.poi.hslf.usermodel
Method parameters in org.apache.poi.hslf.usermodel with type arguments of type RecordTypes Modifier and Type Method Description voidHSLFSlideShowImpl. 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.
-