@Internal public class XSSFBCommentsTable extends XSSFBParser
Constructor and Description |
---|
XSSFBCommentsTable(java.io.InputStream is) |
Modifier and Type | Method and Description |
---|---|
org.apache.poi.xssf.binary.XSSFBComment |
get(CellAddress cellAddress) |
java.util.Queue<CellAddress> |
getAddresses() |
void |
handleRecord(int id,
byte[] data) |
getMaxRecordLength, parse, setMaxRecordLength
public XSSFBCommentsTable(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public void handleRecord(int id, byte[] data) throws XSSFBParseException
handleRecord
in class XSSFBParser
XSSFBParseException
public java.util.Queue<CellAddress> getAddresses()
public org.apache.poi.xssf.binary.XSSFBComment get(CellAddress cellAddress)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.