public class OoxmlStrictHelper extends Object
| Constructor and Description |
|---|
OoxmlStrictHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.poi.xssf.model.SharedStringsTable |
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) |
static boolean |
isStrictOoxmlFormat(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 IOException, XMLStreamException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionXMLStreamExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic static org.apache.poi.xssf.model.StylesTable getStylesTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws IOException, XMLStreamException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionXMLStreamExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic static org.apache.poi.xssf.model.SharedStringsTable getSharedStringsTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws IOException, XMLStreamException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionXMLStreamExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic static boolean isStrictOoxmlFormat(org.apache.poi.openxml4j.opc.OPCPackage pkg)
Copyright © 2021. All rights reserved.