org.apache.poi.xssf.binary
Class XSSFBCommentsTable

java.lang.Object
  extended by org.apache.poi.xssf.binary.XSSFBParser
      extended by org.apache.poi.xssf.binary.XSSFBCommentsTable

@Internal
public class XSSFBCommentsTable
extends XSSFBParser

Since:
3.16-beta3

Constructor Summary
XSSFBCommentsTable(java.io.InputStream is)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFBCommentsTable

public XSSFBCommentsTable(java.io.InputStream is)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

handleRecord

public void handleRecord(int id,
                         byte[] data)
                  throws XSSFBParseException
Specified by:
handleRecord in class XSSFBParser
Throws:
XSSFBParseException

getAddresses

public java.util.Queue<CellAddress> getAddresses()

get

public org.apache.poi.xssf.binary.XSSFBComment get(CellAddress cellAddress)


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