@Internal public class XSSFBCommentsTable extends XSSFBParser
Constructor and Description |
---|
XSSFBCommentsTable(InputStream is) |
Modifier and Type | Method and Description |
---|---|
org.apache.poi.xssf.binary.XSSFBComment |
get(CellAddress cellAddress) |
Queue<CellAddress> |
getAddresses() |
void |
handleRecord(int id,
byte[] data) |
getMaxRecordLength, parse, setMaxRecordLength
public XSSFBCommentsTable(InputStream is) throws IOException
IOException
public void handleRecord(int id, byte[] data) throws XSSFBParseException
handleRecord
in class XSSFBParser
XSSFBParseException
public Queue<CellAddress> getAddresses()
public org.apache.poi.xssf.binary.XSSFBComment get(CellAddress cellAddress)