public class OoxmlStrictHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.poi.xssf.model.Comments |
getCommentsTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.PackagePart part) |
static org.apache.poi.xssf.model.SharedStrings |
getSharedStringsTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static org.apache.poi.xssf.model.StylesTable |
getStylesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static org.apache.poi.xssf.model.ThemesTable |
getThemesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
public static org.apache.poi.xssf.model.ThemesTable getThemesTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws java.io.IOException, javax.xml.stream.XMLStreamException
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionpublic static org.apache.poi.xssf.model.StylesTable getStylesTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws java.io.IOException, javax.xml.stream.XMLStreamException
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionpublic static org.apache.poi.xssf.model.SharedStrings getSharedStringsTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws java.io.IOException, javax.xml.stream.XMLStreamException, org.xml.sax.SAXException
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionorg.xml.sax.SAXExceptionpublic static org.apache.poi.xssf.model.Comments getCommentsTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.PackagePart part) throws java.io.IOException, javax.xml.stream.XMLStreamException
java.io.IOExceptionjavax.xml.stream.XMLStreamException