Package org.apache.poi.xssf.binary
Class XSSFBCommentsTable
- java.lang.Object
-
- org.apache.poi.xssf.binary.XSSFBParser
-
- org.apache.poi.xssf.binary.XSSFBCommentsTable
-
@Internal public class XSSFBCommentsTable extends XSSFBParser
- Since:
- 3.16-beta3
-
-
Constructor Summary
Constructors Constructor Description XSSFBCommentsTable(java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.xssf.binary.XSSFBComment
get(CellAddress cellAddress)
java.util.Queue<CellAddress>
getAddresses()
void
handleRecord(int id, byte[] data)
-
Methods inherited from class org.apache.poi.xssf.binary.XSSFBParser
parse
-
-
-
-
Method Detail
-
handleRecord
public void handleRecord(int id, byte[] data) throws XSSFBParseException
- Specified by:
handleRecord
in classXSSFBParser
- Throws:
XSSFBParseException
-
getAddresses
public java.util.Queue<CellAddress> getAddresses()
-
get
public org.apache.poi.xssf.binary.XSSFBComment get(CellAddress cellAddress)
-
-