Modifier and Type | Method | Description |
---|---|---|
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
|
Constructor | Description |
---|---|
POIXMLProperties(OPCPackage docPackage) |
Modifier and Type | Method | Description |
---|---|---|
static POITextExtractor |
ExtractorFactory.createExtractor(java.io.File f) |
|
static POITextExtractor |
ExtractorFactory.createExtractor(java.io.InputStream inp) |
|
static POIXMLTextExtractor |
ExtractorFactory.createExtractor(OPCPackage pkg) |
|
static POITextExtractor |
ExtractorFactory.createExtractor(DirectoryNode poifsDir) |
|
static POITextExtractor |
ExtractorFactory.createExtractor(DirectoryNode poifsDir,
POIFSFileSystem fs) |
Deprecated.
Use
ExtractorFactory.createExtractor(DirectoryNode) instead |
static POIOLE2TextExtractor |
ExtractorFactory.createExtractor(POIFSFileSystem fs) |
|
static POITextExtractor[] |
ExtractorFactory.getEmbededDocsTextExtractors(POIOLE2TextExtractor ext) |
Returns an array of text extractors, one for each of
the embedded documents in the file (if there are any).
|
Modifier and Type | Class | Description |
---|---|---|
class |
InvalidFormatException |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
boolean |
ZipPackagePart.save(java.io.OutputStream os) |
Modifier and Type | Method | Description |
---|---|---|
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) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
boolean |
ZipPackagePropertiesMarshaller.marshall(PackagePart part,
java.io.OutputStream out) |
|
boolean |
ZipPartMarshaller.marshall(PackagePart part,
java.io.OutputStream os) |
Save the specified part.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
DigitalCertificatePart.save(java.io.OutputStream zos) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
PackageDigitalSignature.save(java.io.OutputStream zos) |
Modifier and Type | Method | Description |
---|---|---|
static OPCPackage |
PackageHelper.clone(OPCPackage pkg,
java.io.File file) |
Clone the specified package.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PackagePart> |
XSLFSlideShow.getAllEmbedds() |
Get the document's embedded files.
|
Constructor | Description |
---|---|
XSLFSlideShow(java.lang.String file) |
|
XSLFSlideShow(OPCPackage container) |
Constructor | Description |
---|---|
XSLFPowerPointExtractor(OPCPackage container) |
Modifier and Type | Method | Description |
---|---|---|
XSLFSlideShow |
XMLSlideShow._getXSLFSlideShow() |
Deprecated.
|
java.util.List<PackagePart> |
XMLSlideShow.getAllEmbedds() |
Get the document's embedded files.
|
Constructor | Description |
---|---|
XSSFReader(OPCPackage pkg) |
Creates a new XSSFReader, for the given package
|
Constructor | Description |
---|---|
XSSFEventBasedExcelExtractor(java.lang.String path) |
|
XSSFEventBasedExcelExtractor(OPCPackage container) |
|
XSSFExcelExtractor(java.lang.String path) |
Deprecated.
|
XSSFExcelExtractor(OPCPackage container) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PackagePart> |
XSSFWorkbook.getAllEmbedds() |
Get the document's embedded files.
|
Constructor | Description |
---|---|
XWPFWordExtractor(OPCPackage container) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PackagePart> |
XWPFDocument.getAllEmbedds() |
Get the document's embedded files.
|
Constructor | Description |
---|---|
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 2018 The Apache Software Foundation or its licensors, as applicable.