|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xssf.binary.XSSFBSharedStringsTable
@Internal public class XSSFBSharedStringsTable
| Constructor Summary | |
|---|---|
XSSFBSharedStringsTable(OPCPackage pkg)
|
|
| Method Summary | |
|---|---|
int |
getCount()
Return an integer representing the total count of strings in the workbook. |
java.lang.String |
getEntryAt(int i)
|
java.util.List<java.lang.String> |
getItems()
|
int |
getUniqueCount()
Returns an integer representing the total count of unique strings in the Shared String Table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSSFBSharedStringsTable(OPCPackage pkg)
throws java.io.IOException,
org.xml.sax.SAXException
pkg - The OPCPackage to use as basis for the shared-strings table.
java.io.IOException - If reading the data from the package fails.
org.xml.sax.SAXException - if parsing the XML data fails.| Method Detail |
|---|
public java.util.List<java.lang.String> getItems()
public java.lang.String getEntryAt(int i)
public int getCount()
public int getUniqueCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||