public class OoxmlStrictHelper
extends java.lang.Object
| Constructor and Description |
|---|
OoxmlStrictHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceWithTrackedCloseable |
getCommentsTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.PackagePart part) |
static org.apache.poi.xssf.model.SharedStringsTable |
getSharedStringsTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static ResourceWithTrackedCloseable<org.apache.poi.xssf.model.StylesTable> |
getStylesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static ResourceWithTrackedCloseable<org.apache.poi.xssf.model.ThemesTable> |
getThemesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
public static ResourceWithTrackedCloseable<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, org.apache.poi.openxml4j.exceptions.InvalidFormatException
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic static ResourceWithTrackedCloseable<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, org.apache.poi.openxml4j.exceptions.InvalidFormatException
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic static org.apache.poi.xssf.model.SharedStringsTable getSharedStringsTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws java.io.IOException, javax.xml.stream.XMLStreamException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic static ResourceWithTrackedCloseable getCommentsTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.PackagePart part) throws java.io.IOException, javax.xml.stream.XMLStreamException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
java.io.IOExceptionjavax.xml.stream.XMLStreamExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatException