Uses of Class
org.apache.poi.openxml4j.exceptions.OpenXML4JException
Packages that use OpenXML4JException
Package
Description
-
Uses of OpenXML4JException in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that throw OpenXML4JExceptionModifier and TypeMethodDescriptionabstract List<PackagePart>
POIXMLDocument.getAllEmbeddedParts()
Get the document's embedded files.POIXMLDocument.getAllEmbedds()
Deprecated.protected void
POIXMLDocumentPart.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 -
Uses of OpenXML4JException in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor that throw OpenXML4JExceptionModifier and TypeMethodDescriptionstatic <T extends POITextExtractor>
TExtractorFactory.createExtractor
(File f) static POITextExtractor
ExtractorFactory.createExtractor
(InputStream inp) static POITextExtractor
ExtractorFactory.createExtractor
(OPCPackage pkg) Tries to determine the actual type of file and produces a matching text-extractor for it.static <T extends POITextExtractor>
TExtractorFactory.createExtractor
(DirectoryNode poifsDir) static <T extends POITextExtractor>
TExtractorFactory.createExtractor
(POIFSFileSystem fs) static POITextExtractor[]
ExtractorFactory.getEmbeddedDocsTextExtractors
(POIOLE2TextExtractor ext) Returns an array of text extractors, one for each of the embedded documents in the file (if there are any).static POITextExtractor[]
ExtractorFactory.getEmbededDocsTextExtractors
(POIOLE2TextExtractor ext) Deprecated.Use the method with correct "embedded" -
Uses of OpenXML4JException in org.apache.poi.ooxml.util
Methods in org.apache.poi.ooxml.util that throw OpenXML4JExceptionModifier and TypeMethodDescriptionstatic OPCPackage
PackageHelper.clone
(OPCPackage pkg, File file) Clone the specified package. -
Uses of OpenXML4JException in org.apache.poi.openxml4j.exceptions
Subclasses of OpenXML4JException in org.apache.poi.openxml4j.exceptions -
Uses of OpenXML4JException in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that throw OpenXML4JExceptionModifier and TypeMethodDescriptionRelationshipSource.getRelationships()
Retrieve all the relationships attached to this.RelationshipSource.getRelationshipsByType
(String relationshipType) Retrieve all relationships attached to this part which have the specified type.abstract boolean
PackagePart.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.boolean
ZipPackagePart.save
(OutputStream os) -
Uses of OpenXML4JException in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal that throw OpenXML4JExceptionModifier and TypeMethodDescriptionboolean
PartMarshaller.marshall
(PackagePart part, OutputStream out) Save the content of the package in the streamboolean
MemoryPackagePart.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 OpenXML4JExceptionModifier and TypeMethodDescriptionboolean
DefaultMarshaller.marshall
(PackagePart part, OutputStream out) Save part in the output stream by using the save() method of the part.boolean
PackagePropertiesMarshaller.marshall
(PackagePart part, OutputStream out) Marshall package core properties to an XML document.boolean
ZipPackagePropertiesMarshaller.marshall
(PackagePart part, OutputStream out) boolean
ZipPartMarshaller.marshall
(PackagePart part, OutputStream os) Save the specified part. -
Uses of OpenXML4JException in org.apache.poi.xslf.extractor
Constructors in org.apache.poi.xslf.extractor that throw OpenXML4JException -
Uses of OpenXML4JException in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that throw OpenXML4JExceptionModifier and TypeMethodDescriptionXMLSlideShow.getAllEmbeddedParts()
Get the document's embedded files.XSLFSlideShow.getAllEmbeddedParts()
Get the document's embedded files.Constructors in org.apache.poi.xslf.usermodel that throw OpenXML4JException -
Uses of OpenXML4JException in org.apache.poi.xssf.eventusermodel
Constructors in org.apache.poi.xssf.eventusermodel that throw OpenXML4JExceptionModifierConstructorDescriptionXSSFBReader
(OPCPackage pkg) Creates a new XSSFReader, for the given packageXSSFReader
(OPCPackage pkg) 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 OpenXML4JExceptionModifierConstructorDescriptionXSSFBEventBasedExcelExtractor
(OPCPackage container) XSSFEventBasedExcelExtractor
(OPCPackage container) XSSFExcelExtractor
(OPCPackage container) -
Uses of OpenXML4JException in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that throw OpenXML4JExceptionModifier and TypeMethodDescriptionXSSFWorkbook.getAllEmbeddedParts()
Get the document's embedded files. -
Uses of OpenXML4JException in org.apache.poi.xwpf.extractor
Constructors in org.apache.poi.xwpf.extractor that throw OpenXML4JException -
Uses of OpenXML4JException in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that throw OpenXML4JExceptionModifier and TypeMethodDescriptionXWPFDocument.getAllEmbeddedParts()
Get the document's embedded files.Constructors in org.apache.poi.xwpf.usermodel that throw OpenXML4JExceptionModifierConstructorDescriptionXWPFEndnotes
(PackagePart part) Construct XWPFEndnotes from a package partXWPFFootnotes
(PackagePart part) Construct XWPFFootnotes from a package partXWPFNumbering
(PackagePart part) create a new styles object with an existing documentXWPFStyles
(PackagePart part) Construct XWPFStyles from a package part
getAllEmbeddedParts
instead