Uses of Class
org.apache.poi.xssf.binary.XSSFBRecordType

Packages that use XSSFBRecordType
org.apache.poi.xssf.binary 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 XSSFBRecordType
static XSSFBRecordType XSSFBRecordType.lookup(int id)
           
static XSSFBRecordType XSSFBRecordType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSSFBRecordType[] XSSFBRecordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.