Uses of Class
org.apache.poi.openxml4j.exceptions.OpenXML4JException

Packages that use OpenXML4JException
org.apache.poi   
org.apache.poi.extractor   
org.apache.poi.openxml4j.exceptions   
org.apache.poi.openxml4j.opc   
org.apache.poi.openxml4j.opc.internal   
org.apache.poi.openxml4j.opc.internal.marshallers   
org.apache.poi.openxml4j.opc.internal.signature   
org.apache.poi.openxml4j.opc.signature   
org.apache.poi.util Top-level util package are classes that are useful throughout the project. 
org.apache.poi.xslf   
org.apache.poi.xslf.extractor   
org.apache.poi.xslf.usermodel   
org.apache.poi.xssf.eventusermodel   
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.usermodel   
org.apache.poi.xwpf.extractor   
org.apache.poi.xwpf.usermodel   
 

Uses of OpenXML4JException in org.apache.poi
 

Methods in org.apache.poi that throw OpenXML4JException
abstract  java.util.List<PackagePart> POIXMLDocument.getAllEmbedds()
          Get the document's embedded files.
protected  void POIXMLDocumentPart.read(POIXMLFactory factory, java.util.Map<PackagePart,POIXMLDocumentPart> context)
          Iterate through the underlying PackagePart and create child POIXMLFactory instances using the specified factory
 

Constructors in org.apache.poi that throw OpenXML4JException
POIXMLProperties(OPCPackage docPackage)
           
 

Uses of OpenXML4JException in org.apache.poi.extractor
 

Methods in org.apache.poi.extractor that throw OpenXML4JException
static POITextExtractor ExtractorFactory.createExtractor(DirectoryNode poifsDir)
           
static POITextExtractor ExtractorFactory.createExtractor(DirectoryNode poifsDir, POIFSFileSystem fs)
          Deprecated. Use ExtractorFactory.createExtractor(DirectoryNode) instead
static POITextExtractor ExtractorFactory.createExtractor(java.io.File f)
           
static POITextExtractor ExtractorFactory.createExtractor(java.io.InputStream inp)
           
static POIXMLTextExtractor ExtractorFactory.createExtractor(OPCPackage pkg)
           
static POIOLE2TextExtractor ExtractorFactory.createExtractor(POIFSFileSystem fs)
           
static POITextExtractor[] ExtractorFactory.getEmbededDocsTextExtractors(POIOLE2TextExtractor ext)
          Returns an array of text extractors, one for each of the embeded documents in the file (if there are any).
 

Uses of OpenXML4JException in org.apache.poi.openxml4j.exceptions
 

Subclasses of OpenXML4JException in org.apache.poi.openxml4j.exceptions
 class InvalidFormatException
           
 

Uses of OpenXML4JException in org.apache.poi.openxml4j.opc
 

Methods in org.apache.poi.openxml4j.opc that throw OpenXML4JException
 PackageRelationshipCollection RelationshipSource.getRelationships()
          Retrieve all the relationships attached to this.
 PackageRelationshipCollection RelationshipSource.getRelationshipsByType(java.lang.String relationshipType)
          Retrieve all relationships attached to this part which have the specified type.
 boolean ZipPackagePart.save(java.io.OutputStream os)
           
abstract  boolean PackagePart.save(java.io.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.
 

Uses of OpenXML4JException in org.apache.poi.openxml4j.opc.internal
 

Methods in org.apache.poi.openxml4j.opc.internal that throw OpenXML4JException
 boolean PartMarshaller.marshall(PackagePart part, java.io.OutputStream out)
          Save the content of the package in the stream
 boolean MemoryPackagePart.save(java.io.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
 boolean ZipPartMarshaller.marshall(PackagePart part, java.io.OutputStream os)
          Save the specified part.
 boolean ZipPackagePropertiesMarshaller.marshall(PackagePart part, java.io.OutputStream out)
           
 boolean PackagePropertiesMarshaller.marshall(PackagePart part, java.io.OutputStream out)
          Marshall package core properties to an XML document.
 boolean DefaultMarshaller.marshall(PackagePart part, java.io.OutputStream out)
          Save part in the output stream by using the save() method of the part.
 

Uses of OpenXML4JException in org.apache.poi.openxml4j.opc.internal.signature
 

Methods in org.apache.poi.openxml4j.opc.internal.signature that throw OpenXML4JException
 boolean DigitalCertificatePart.save(java.io.OutputStream zos)
           
 

Uses of OpenXML4JException in org.apache.poi.openxml4j.opc.signature
 

Methods in org.apache.poi.openxml4j.opc.signature that throw OpenXML4JException
 boolean PackageDigitalSignature.save(java.io.OutputStream zos)
           
 

Uses of OpenXML4JException in org.apache.poi.util
 

Methods in org.apache.poi.util that throw OpenXML4JException
static OPCPackage PackageHelper.clone(OPCPackage pkg, java.io.File file)
          Clone the specified package.
 

Uses of OpenXML4JException in org.apache.poi.xslf
 

Methods in org.apache.poi.xslf that throw OpenXML4JException
 java.util.List<PackagePart> XSLFSlideShow.getAllEmbedds()
          Get the document's embedded files.
 

Constructors in org.apache.poi.xslf that throw OpenXML4JException
XSLFSlideShow(OPCPackage container)
           
XSLFSlideShow(java.lang.String file)
           
 

Uses of OpenXML4JException in org.apache.poi.xslf.extractor
 

Constructors in org.apache.poi.xslf.extractor that throw OpenXML4JException
XSLFPowerPointExtractor(OPCPackage container)
           
 

Uses of OpenXML4JException in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that throw OpenXML4JException
 XSLFSlideShow XMLSlideShow._getXSLFSlideShow()
          Deprecated. 
 java.util.List<PackagePart> XMLSlideShow.getAllEmbedds()
          Get the document's embedded files.
 

Uses of OpenXML4JException in org.apache.poi.xssf.eventusermodel
 

Constructors in org.apache.poi.xssf.eventusermodel that throw OpenXML4JException
XSSFReader(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 OpenXML4JException
XSSFEventBasedExcelExtractor(OPCPackage container)
           
XSSFEventBasedExcelExtractor(java.lang.String path)
           
XSSFExcelExtractor(OPCPackage container)
           
XSSFExcelExtractor(java.lang.String path)
          Deprecated. Use XSSFExcelExtractor.XSSFExcelExtractor(org.apache.poi.openxml4j.opc.OPCPackage) instead.
 

Uses of OpenXML4JException in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that throw OpenXML4JException
 java.util.List<PackagePart> XSSFWorkbook.getAllEmbedds()
          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
XWPFWordExtractor(OPCPackage container)
           
 

Uses of OpenXML4JException in org.apache.poi.xwpf.usermodel
 

Methods in org.apache.poi.xwpf.usermodel that throw OpenXML4JException
 java.util.List<PackagePart> XWPFDocument.getAllEmbedds()
          Get the document's embedded files.
 

Constructors in org.apache.poi.xwpf.usermodel that throw OpenXML4JException
XWPFFootnotes(PackagePart part, PackageRelationship rel)
          Construct XWPFFootnotes from a package part
XWPFNumbering(PackagePart part, PackageRelationship rel)
          create a new styles object with an existing document
XWPFStyles(PackagePart part, PackageRelationship rel)
          Construct XWPFStyles from a package part
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.