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

Packages that use PackagePart
org.apache.poi   
org.apache.poi.dev   
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.internal.unmarshallers   
org.apache.poi.openxml4j.opc.signature   
org.apache.poi.xslf   
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
org.apache.poi.xwpf.usermodel   
 

Uses of PackagePart in org.apache.poi
 

Methods in org.apache.poi that return PackagePart
protected  PackagePart POIXMLDocument.getCorePart()
           
 PackagePart POIXMLDocumentPart.getPackagePart()
          Provides access to the underlying PackagePart
protected  PackagePart[] POIXMLDocument.getRelatedByType(java.lang.String contentType)
          Retrieves all the PackageParts which are defined as relationships of the base document with the specified content type.
protected static PackagePart POIXMLDocument.getTargetPart(OPCPackage pkg, PackageRelationship rel)
          Get the PackagePart that is the target of a relationship.
protected  PackagePart POIXMLDocument.getTargetPart(PackageRelationship rel)
          Get the PackagePart that is the target of a relationship.
 

Methods in org.apache.poi that return types with arguments of type PackagePart
abstract  java.util.List<PackagePart> POIXMLDocument.getAllEmbedds()
          Get the document's embedded files.
 

Methods in org.apache.poi with parameters of type PackagePart
abstract  POIXMLDocumentPart POIXMLFactory.createDocumentPart(PackageRelationship rel, PackagePart part)
          Create a POIXMLDocumentPart from existing package part and relation.
 

Method parameters in org.apache.poi with type arguments of type PackagePart
protected  void POIXMLDocumentPart.onSave(java.util.Set<PackagePart> alreadySaved)
          Save changes in the underlying OOXML package.
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 with parameters of type PackagePart
POIXMLDocumentPart(PackagePart part, PackageRelationship rel)
          Creates an POIXMLDocumentPart representing the given package part and relationship.
 

Uses of PackagePart in org.apache.poi.dev
 

Methods in org.apache.poi.dev with parameters of type PackagePart
static long OOXMLLister.getSize(PackagePart part)
          Figures out how big a given PackagePart is.
 

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

Subclasses of PackagePart in org.apache.poi.openxml4j.opc
 class ZipPackagePart
          Zip implementation of a PackagePart.
 

Methods in org.apache.poi.openxml4j.opc that return PackagePart
protected  PackagePart OPCPackage.addPackagePart(PackagePart part)
          Add the specified part to the package.
 PackagePart OPCPackage.createPart(PackagePartName partName, java.lang.String contentType)
          Create and add a part, with the specified name and content type, to the package.
 PackagePart OPCPackage.createPart(PackagePartName partName, java.lang.String contentType, java.io.ByteArrayOutputStream content)
          Add a part to the package.
protected abstract  PackagePart OPCPackage.createPartImpl(PackagePartName partName, java.lang.String contentType, boolean loadRelationships)
          Core method to create a package part.
protected  PackagePart ZipPackage.createPartImpl(PackagePartName partName, java.lang.String contentType, boolean loadRelationships)
          Create a new MemoryPackagePart from the specified URI and content type aram partName The part URI.
 PackagePart OPCPackage.getPart(PackagePartName partName)
          Retrieve a part identified by its name.
 PackagePart OPCPackage.getPart(PackageRelationship partRel)
          Get the target part from the specified relationship.
protected abstract  PackagePart OPCPackage.getPartImpl(PackagePartName partName)
          Get the package part mapped to the specified URI.
protected  PackagePart ZipPackage.getPartImpl(PackagePartName partName)
          Implement the getPart() method to retrieve a part from its URI in the current package
protected abstract  PackagePart[] OPCPackage.getPartsImpl()
          Get all parts link to the package.
protected  PackagePart[] ZipPackage.getPartsImpl()
          Retrieves the parts from this package.
 PackagePart PackageRelationship.getSource()
           
 PackagePart PackagePartCollection.put(PackagePartName partName, PackagePart part)
          Check rule [M1.11]: a package implementer shall neither create nor recognize a part with a part name derived from another part name by appending segments to it.
 PackagePart PackagePartCollection.remove(java.lang.Object key)
           
 

Methods in org.apache.poi.openxml4j.opc that return types with arguments of type PackagePart
 java.util.ArrayList<PackagePart> OPCPackage.getParts()
          Load the parts of the archive if it has not been done yet The relationships of each part are not loaded
 java.util.ArrayList<PackagePart> OPCPackage.getPartsByContentType(java.lang.String contentType)
          Retrieve parts by content type.
 java.util.ArrayList<PackagePart> OPCPackage.getPartsByRelationshipType(java.lang.String relationshipType)
          Retrieve parts by relationship type.
 

Methods in org.apache.poi.openxml4j.opc with parameters of type PackagePart
protected  PackagePart OPCPackage.addPackagePart(PackagePart part)
          Add the specified part to the package.
static PackagePartName PackagingURIHelper.createPartName(java.lang.String partName, PackagePart relativePart)
          Create an OPC compliant part name by resolving it using a base part.
static PackagePartName PackagingURIHelper.createPartName(java.net.URI partName, PackagePart relativePart)
          Create an OPC compliant part name by resolving it using a base part.
 PackagePart PackagePartCollection.put(PackagePartName partName, PackagePart part)
          Check rule [M1.11]: a package implementer shall neither create nor recognize a part with a part name derived from another part name by appending segments to it.
 void OPCPackage.removePart(PackagePart part)
          Remove the specified part in this package.
 

Constructors in org.apache.poi.openxml4j.opc with parameters of type PackagePart
PackageRelationship(OPCPackage pkg, PackagePart sourcePart, java.net.URI targetUri, TargetMode targetMode, java.lang.String relationshipType, java.lang.String id)
          Constructor.
PackageRelationshipCollection(OPCPackage container, PackagePart part)
          Constructor.
PackageRelationshipCollection(PackagePart part)
          Constructor.
 

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

Subclasses of PackagePart in org.apache.poi.openxml4j.opc.internal
 class MemoryPackagePart
          Memory version of a package part.
 class PackagePropertiesPart
          Represents the core properties part of a package.
 

Methods in org.apache.poi.openxml4j.opc.internal that return PackagePart
 PackagePart PartUnmarshaller.unmarshall(UnmarshallContext context, java.io.InputStream in)
          Save the content of the package in the stream
 

Methods in org.apache.poi.openxml4j.opc.internal with parameters of type PackagePart
 boolean PartMarshaller.marshall(PackagePart part, java.io.OutputStream out)
          Save the content of the package in the stream
 

Uses of PackagePart in org.apache.poi.openxml4j.opc.internal.marshallers
 

Methods in org.apache.poi.openxml4j.opc.internal.marshallers with parameters of type PackagePart
 boolean ZipPartMarshaller.marshall(PackagePart part, java.io.OutputStream os)
          Save the specified part.
 boolean ZipPackagePropertiesMarshaller.marshall(PackagePart part, java.io.OutputStream out)
           
 boolean DefaultMarshaller.marshall(PackagePart part, java.io.OutputStream out)
          Save part in the output stream by using the save() method of the part.
 boolean PackagePropertiesMarshaller.marshall(PackagePart part, java.io.OutputStream out)
          Marshall package core properties to an XML document.
 

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

Subclasses of PackagePart in org.apache.poi.openxml4j.opc.internal.signature
 class DigitalCertificatePart
          Digital certificate part.
 

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

Methods in org.apache.poi.openxml4j.opc.internal.unmarshallers that return PackagePart
 PackagePart PackagePropertiesUnmarshaller.unmarshall(UnmarshallContext context, java.io.InputStream in)
           
 

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

Subclasses of PackagePart in org.apache.poi.openxml4j.opc.signature
 class PackageDigitalSignature
           
 

Uses of PackagePart in org.apache.poi.xslf
 

Methods in org.apache.poi.xslf that return PackagePart
 PackagePart XSLFSlideShow.getNodesPart(CTSlideIdListEntry parentSlide)
          Gets the PackagePart of the notes for the given slide, or null if there isn't one.
 PackagePart XSLFSlideShow.getSlideMasterPart(CTSlideMasterIdListEntry master)
           
 PackagePart XSLFSlideShow.getSlidePart(CTSlideIdListEntry slide)
           
 

Methods in org.apache.poi.xslf that return types with arguments of type PackagePart
 java.util.List<PackagePart> XSLFSlideShow.getAllEmbedds()
          Get the document's embedded files.
 

Uses of PackagePart in org.apache.poi.xssf.model
 

Constructors in org.apache.poi.xssf.model with parameters of type PackagePart
CalculationChain(PackagePart part, PackageRelationship rel)
           
CommentsTable(PackagePart part, PackageRelationship rel)
           
MapInfo(PackagePart part, PackageRelationship rel)
           
SharedStringsTable(PackagePart part, PackageRelationship rel)
           
SingleXmlCells(PackagePart part, PackageRelationship rel)
           
StylesTable(PackagePart part, PackageRelationship rel)
           
Table(PackagePart part, PackageRelationship rel)
           
 

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

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type PackagePart
 java.util.List<PackagePart> XSSFWorkbook.getAllEmbedds()
          Get the document's embedded files.
 

Methods in org.apache.poi.xssf.usermodel with parameters of type PackagePart
 POIXMLDocumentPart XSSFFactory.createDocumentPart(PackageRelationship rel, PackagePart part)
           
protected  void XSSFHyperlink.generateRelationIfNeeded(PackagePart sheetPart)
          Generates the relation if required
 java.io.InputStream XSSFRelation.getContents(PackagePart corePart)
          Fetches the InputStream to read the contents, based of the specified core part, for which we are defined as a suitable relationship
protected static java.awt.Dimension XSSFPicture.getImageDimension(PackagePart part, int type)
          Return the dimension of this image
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type PackagePart
XSSFChartSheet(PackagePart part, PackageRelationship rel)
           
XSSFDrawing(PackagePart part, PackageRelationship rel)
          Construct a SpreadsheetML drawing from a package part
XSSFPictureData(PackagePart part, PackageRelationship rel)
          Construct XSSFPictureData from a package part
XSSFSheet(PackagePart part, PackageRelationship rel)
          Creates an XSSFSheet representing the given package part and relationship.
XSSFVMLDrawing(PackagePart part, PackageRelationship rel)
          Construct a SpreadsheetML drawing from a package part
 

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

Methods in org.apache.poi.xwpf.usermodel that return PackagePart
 PackagePart XWPFDocument.getPartById(java.lang.String id)
          Get the document part that's defined as the given relationship of the core document.
 

Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type PackagePart
 java.util.List<PackagePart> XWPFDocument.getAllEmbedds()
          Get the document's embedded files.
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type PackagePart
 POIXMLDocumentPart XWPFFactory.createDocumentPart(PackageRelationship rel, PackagePart part)
           
 

Constructors in org.apache.poi.xwpf.usermodel with parameters of type PackagePart
XWPFFooter(PackagePart part, PackageRelationship rel)
           
XWPFHeader(PackagePart part, PackageRelationship rel)
           
XWPFHeaderFooter(PackagePart part, PackageRelationship rel)
           
XWPFSettings(PackagePart part, PackageRelationship rel)
           
 



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