Uses of Class
org.apache.poi.openxml4j.opc.OPCPackage

Packages that use OPCPackage
org.apache.poi   
org.apache.poi.dev   
org.apache.poi.extractor   
org.apache.poi.openxml4j.opc   
org.apache.poi.openxml4j.opc.internal   
org.apache.poi.openxml4j.opc.internal.unmarshallers   
org.apache.poi.ss.usermodel   
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 OPCPackage in org.apache.poi
 

Methods in org.apache.poi that return OPCPackage
 OPCPackage POIXMLTextExtractor.getPackage()
          Returns the opened OPCPackage that contains the document
 OPCPackage POIXMLDocument.getPackage()
           
static OPCPackage POIXMLDocument.openPackage(java.lang.String path)
          Wrapper to open a package, returning an IOException in the event of a problem.
 

Methods in org.apache.poi with parameters of type OPCPackage
protected  void POIXMLDocumentPart.rebase(OPCPackage pkg)
          When you open something like a theme, call this to re-base the XML Document onto the core child of the current core document
 

Constructors in org.apache.poi with parameters of type OPCPackage
POIXMLDocument(OPCPackage pkg)
           
POIXMLDocumentPart(OPCPackage pkg)
          Construct POIXMLDocumentPart representing a "core document" package part.
POIXMLProperties(OPCPackage docPackage)
           
 

Uses of OPCPackage in org.apache.poi.dev
 

Constructors in org.apache.poi.dev with parameters of type OPCPackage
OOXMLLister(OPCPackage container)
           
OOXMLLister(OPCPackage container, java.io.PrintStream disp)
           
 

Uses of OPCPackage in org.apache.poi.extractor
 

Methods in org.apache.poi.extractor with parameters of type OPCPackage
static POIXMLTextExtractor ExtractorFactory.createExtractor(OPCPackage pkg)
           
 

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

Subclasses of OPCPackage in org.apache.poi.openxml4j.opc
 class Package
          Deprecated. (name clash with Package use OPCPackage instead.
 class ZipPackage
          Physical zip package.
 

Fields in org.apache.poi.openxml4j.opc declared as OPCPackage
protected  OPCPackage PackagePart._container
          This part's container.
 

Methods in org.apache.poi.openxml4j.opc that return OPCPackage
static OPCPackage OPCPackage.create(java.io.File file)
          Creates a new package.
static OPCPackage OPCPackage.create(java.io.OutputStream output)
           
static OPCPackage OPCPackage.create(java.lang.String path)
          Creates a new package.
 OPCPackage PackageRelationship.getPackage()
           
 OPCPackage PackagePart.getPackage()
           
static OPCPackage OPCPackage.open(java.io.InputStream in)
          Open a package.
static OPCPackage OPCPackage.open(java.lang.String path)
          Open a package with read/write permission.
static OPCPackage OPCPackage.open(java.lang.String path, PackageAccess access)
          Open a package.
static OPCPackage OPCPackage.openOrCreate(java.io.File file)
          Opens a package if it exists, else it creates one.
 

Methods in org.apache.poi.openxml4j.opc with parameters of type OPCPackage
 boolean OPCPackage.validatePackage(OPCPackage pkg)
          Validates the package compliance with the OPC specifications.
 

Constructors in org.apache.poi.openxml4j.opc with parameters of type OPCPackage
PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType)
          Constructor.
PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType, boolean loadRelationships)
          Constructor.
PackagePart(OPCPackage pack, PackagePartName partName, java.lang.String contentType)
          Constructor.
PackageRelationship(OPCPackage pkg, PackagePart sourcePart, java.net.URI targetUri, TargetMode targetMode, java.lang.String relationshipType, java.lang.String id)
          Constructor.
PackageRelationshipCollection(OPCPackage container)
          Constructor.
PackageRelationshipCollection(OPCPackage container, PackagePart part)
          Constructor.
ZipPackagePart(OPCPackage container, PackagePartName partName, java.lang.String contentType)
          Constructor.
ZipPackagePart(OPCPackage container, java.util.zip.ZipEntry zipEntry, PackagePartName partName, java.lang.String contentType)
          Constructor.
 

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

Fields in org.apache.poi.openxml4j.opc.internal declared as OPCPackage
protected  OPCPackage ContentTypeManager.container
          Reference to the package using this content type manager.
 

Constructors in org.apache.poi.openxml4j.opc.internal with parameters of type OPCPackage
ContentTypeManager(java.io.InputStream in, OPCPackage pkg)
          Constructor.
MemoryPackagePart(OPCPackage pack, PackagePartName partName, java.lang.String contentType)
          Constructor.
MemoryPackagePart(OPCPackage pack, PackagePartName partName, java.lang.String contentType, boolean loadRelationships)
          Constructor.
PackagePropertiesPart(OPCPackage pack, PackagePartName partName)
          Constructor.
ZipContentTypeManager(java.io.InputStream in, OPCPackage pkg)
          Delegate constructor to the super constructor.
 

Uses of OPCPackage in org.apache.poi.openxml4j.opc.internal.unmarshallers
 

Methods in org.apache.poi.openxml4j.opc.internal.unmarshallers with parameters of type OPCPackage
 void UnmarshallContext.setPackage(OPCPackage container)
           
 

Constructors in org.apache.poi.openxml4j.opc.internal.unmarshallers with parameters of type OPCPackage
UnmarshallContext(OPCPackage targetPackage, PackagePartName partName)
          Constructor.
 

Uses of OPCPackage in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel with parameters of type OPCPackage
static Workbook WorkbookFactory.create(OPCPackage pkg)
          Creates an XSSFWorkbook from the given OOXML Package
 

Uses of OPCPackage in org.apache.poi.util
 

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

Methods in org.apache.poi.util with parameters of type OPCPackage
static OPCPackage PackageHelper.clone(OPCPackage pkg, java.io.File file)
          Clone the specified package.
 

Uses of OPCPackage in org.apache.poi.xslf
 

Constructors in org.apache.poi.xslf with parameters of type OPCPackage
XSLFSlideShow(OPCPackage container)
           
 

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

Constructors in org.apache.poi.xslf.extractor with parameters of type OPCPackage
XSLFPowerPointExtractor(OPCPackage container)
           
 

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

Constructors in org.apache.poi.xslf.usermodel with parameters of type OPCPackage
XMLSlideShow(OPCPackage pkg)
           
 

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

Constructors in org.apache.poi.xssf.eventusermodel with parameters of type OPCPackage
ReadOnlySharedStringsTable(OPCPackage pkg)
           
XSSFReader(OPCPackage pkg)
          Creates a new XSSFReader, for the given package
 

Uses of OPCPackage in org.apache.poi.xssf.extractor
 

Methods in org.apache.poi.xssf.extractor that return OPCPackage
 OPCPackage XSSFEventBasedExcelExtractor.getPackage()
          Returns the opened OPCPackage container.
 

Constructors in org.apache.poi.xssf.extractor with parameters of type OPCPackage
XSSFEventBasedExcelExtractor(OPCPackage container)
           
XSSFExcelExtractor(OPCPackage container)
           
 

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

Methods in org.apache.poi.xssf.usermodel that return OPCPackage
protected static OPCPackage XSSFWorkbook.newPackage()
          Create a new SpreadsheetML package and setup the default minimal content
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type OPCPackage
XSSFWorkbook(OPCPackage pkg)
          Constructs a XSSFWorkbook object given a OpenXML4J Package object, see www.openxml4j.org.
 

Uses of OPCPackage in org.apache.poi.xwpf.extractor
 

Constructors in org.apache.poi.xwpf.extractor with parameters of type OPCPackage
XWPFWordExtractor(OPCPackage container)
           
 

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

Methods in org.apache.poi.xwpf.usermodel that return OPCPackage
protected static OPCPackage XWPFDocument.newPackage()
          Create a new WordProcessingML package and setup the default minimal content
 

Constructors in org.apache.poi.xwpf.usermodel with parameters of type OPCPackage
XWPFDocument(OPCPackage pkg)
           
 



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