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

Packages that use Package
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.xssf.eventusermodel   
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.usermodel   
org.apache.poi.xwpf.extractor   
org.apache.poi.xwpf.usermodel   
 

Uses of Package in org.apache.poi
 

Methods in org.apache.poi that return Package
protected static Package POIXMLDocument.ensureWriteAccess(Package pkg)
          YK: current implementation of OpenXML4J is funny.
 Package POIXMLDocument.getPackage()
           
static Package 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 Package
protected static Package POIXMLDocument.ensureWriteAccess(Package pkg)
          YK: current implementation of OpenXML4J is funny.
protected static PackagePart POIXMLDocument.getTargetPart(Package pkg, PackageRelationship rel)
          Get the PackagePart that is the target of a relationship.
 void POIXMLProperties.write(Package pkg)
          Writes out the ooxml properties into the supplied, new Package
 

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

Uses of Package in org.apache.poi.dev
 

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

Uses of Package in org.apache.poi.extractor
 

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

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

Subclasses of Package in org.apache.poi.openxml4j.opc
 class ZipPackage
          Physical zip package.
 

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

Methods in org.apache.poi.openxml4j.opc that return Package
static Package Package.create(java.io.File file)
          Creates a new package.
static Package Package.create(java.io.OutputStream output)
           
static Package Package.create(java.lang.String path)
          Creates a new package.
 Package PackageRelationship.getPackage()
           
 Package PackagePart.getPackage()
           
static Package Package.open(java.io.InputStream in)
          Open a package.
static Package Package.open(java.lang.String path)
          Open a package with read/write permission.
static Package Package.open(java.lang.String path, PackageAccess access)
          Open a package.
static Package Package.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 Package
 boolean Package.validatePackage(Package pkg)
          Validates the package compliance with the OPC specifications.
 

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

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

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

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

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

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

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

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

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

Uses of Package in org.apache.poi.util
 

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

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

Uses of Package in org.apache.poi.xslf
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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