Uses of Enum Class
org.apache.poi.xssf.binary.XSSFBRecordType
Packages that use XSSFBRecordType
Package
Description
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
-
Uses of XSSFBRecordType in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary that return XSSFBRecordTypeModifier and TypeMethodDescriptionstatic XSSFBRecordType
XSSFBRecordType.lookup
(int id) static XSSFBRecordType
Returns the enum constant of this class with the specified name.static XSSFBRecordType[]
XSSFBRecordType.values()
Returns an array containing the constants of this enum class, in the order they are declared.