|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.binary.XSSFBParser
org.apache.poi.xssf.binary.XSSFBCommentsTable
@Internal public class XSSFBCommentsTable
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 |
---|
public XSSFBCommentsTable(java.io.InputStream is) throws java.io.IOException
java.io.IOException
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |