Uses of Class
org.apache.poi.openxml4j.exceptions.OpenXML4JException
-
-
Uses of OpenXML4JException in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that throw OpenXML4JException Modifier and Type Method Description abstract List<PackagePart>POIXMLDocument. getAllEmbeddedParts()Get the document's embedded files.protected voidPOIXMLDocumentPart. read(POIXMLFactory factory, Map<PackagePart,POIXMLDocumentPart> context)Iterate through the underlying PackagePart and create child POIXMLFactory instances using the specified factoryConstructors in org.apache.poi.ooxml that throw OpenXML4JException Constructor Description POIXMLProperties(OPCPackage docPackage) -
Uses of OpenXML4JException in org.apache.poi.ooxml.util
Methods in org.apache.poi.ooxml.util that throw OpenXML4JException Modifier and Type Method Description static OPCPackagePackageHelper. clone(OPCPackage pkg, File file)Deprecated.this method is not used internally and creates temp files that are not well handled -
Uses of OpenXML4JException in org.apache.poi.openxml4j.exceptions
Subclasses of OpenXML4JException in org.apache.poi.openxml4j.exceptions Modifier and Type Class Description classInvalidFormatException -
Uses of OpenXML4JException in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that throw OpenXML4JException Modifier and Type Method Description PackageRelationshipCollectionRelationshipSource. getRelationships()Retrieve all the relationships attached to this.PackageRelationshipCollectionRelationshipSource. getRelationshipsByType(String relationshipType)Retrieve all relationships attached to this part which have the specified type.abstract booleanPackagePart. save(OutputStream zos)Save the content of this part and the associated relationships part (if this part own at least one relationship) into the specified output stream.booleanZipPackagePart. save(OutputStream os) -
Uses of OpenXML4JException in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal that throw OpenXML4JException Modifier and Type Method Description booleanPartMarshaller. marshall(PackagePart part, OutputStream out)Save the content of the package in the streambooleanEncryptedTempFilePackagePart. save(OutputStream os)booleanMemoryPackagePart. save(OutputStream os)booleanTempFilePackagePart. save(OutputStream os) -
Uses of OpenXML4JException in org.apache.poi.openxml4j.opc.internal.marshallers
Methods in org.apache.poi.openxml4j.opc.internal.marshallers that throw OpenXML4JException Modifier and Type Method Description booleanDefaultMarshaller. marshall(PackagePart part, OutputStream out)Save the given part in the output stream by using the save() method of the part.booleanPackagePropertiesMarshaller. marshall(PackagePart part, OutputStream out)Marshall package core properties to an XML document.booleanZipPackagePropertiesMarshaller. marshall(PackagePart part, OutputStream out)booleanZipPartMarshaller. marshall(PackagePart part, OutputStream os)Save the specified part to the given stream. -
Uses of OpenXML4JException in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that throw OpenXML4JException Modifier and Type Method Description List<PackagePart>XSLFSlideShow. getAllEmbeddedParts()Get the document's embedded files.Constructors in org.apache.poi.xslf.usermodel that throw OpenXML4JException Constructor Description XSLFSlideShow(String file)XSLFSlideShow(OPCPackage container) -
Uses of OpenXML4JException in org.apache.poi.xssf.eventusermodel
Constructors in org.apache.poi.xssf.eventusermodel that throw OpenXML4JException Constructor Description XSSFBReader(OPCPackage pkg)Creates a new XSSFReader, for the given packageXSSFReader(OPCPackage pkg)Creates a new XSSFReader, for the given packageXSSFReader(OPCPackage pkg, boolean allowStrictOoxmlFiles)Creates a new XSSFReader, for the given package -
Uses of OpenXML4JException in org.apache.poi.xssf.extractor
Constructors in org.apache.poi.xssf.extractor that throw OpenXML4JException Constructor Description XSSFBEventBasedExcelExtractor(String path)XSSFBEventBasedExcelExtractor(OPCPackage container)XSSFEventBasedExcelExtractor(String path)XSSFEventBasedExcelExtractor(OPCPackage container)XSSFExcelExtractor(OPCPackage container) -
Uses of OpenXML4JException in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that throw OpenXML4JException Modifier and Type Method Description List<PackagePart>XSSFWorkbook. getAllEmbeddedParts()Get the document's embedded files. -
Uses of OpenXML4JException in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that throw OpenXML4JException Modifier and Type Method Description List<PackagePart>XWPFDocument. getAllEmbeddedParts()Get the document's embedded files.
-