Modifier and Type | Method and Description |
---|---|
abstract java.util.List<PackagePart> |
POIXMLDocument.getAllEmbeddedParts()
Get the document's embedded files.
|
java.util.List<PackagePart> |
POIXMLDocument.getAllEmbedds()
Deprecated.
use
getAllEmbeddedParts instead |
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 and Description |
---|
POIXMLProperties(OPCPackage docPackage) |
Modifier and Type | Method and Description |
---|---|
static <T extends POITextExtractor> |
ExtractorFactory.createExtractor(DirectoryNode poifsDir) |
static <T extends POITextExtractor> |
ExtractorFactory.createExtractor(java.io.File f) |
static POITextExtractor |
ExtractorFactory.createExtractor(java.io.InputStream inp) |
static POITextExtractor |
ExtractorFactory.createExtractor(OPCPackage pkg)
Tries to determine the actual type of file and produces a matching text-extractor for it.
|
static <T extends POITextExtractor> |
ExtractorFactory.createExtractor(POIFSFileSystem fs) |
static POITextExtractor[] |
ExtractorFactory.getEmbeddedDocsTextExtractors(POIOLE2TextExtractor ext)
Returns an array of text extractors, one for each of
the embedded documents in the file (if there are any).
|
static POITextExtractor[] |
ExtractorFactory.getEmbededDocsTextExtractors(POIOLE2TextExtractor ext)
Deprecated.
Use the method with correct "embedded"
|
Modifier and Type | Method and Description |
---|---|
static OPCPackage |
PackageHelper.clone(OPCPackage pkg,
java.io.File file)
Clone the specified package.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidFormatException |
Modifier and Type | Method and 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.
|
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.
|
Modifier and Type | Method and 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 and Description |
---|---|
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.
|
boolean |
ZipPartMarshaller.marshall(PackagePart part,
java.io.OutputStream os)
Save the specified part.
|
boolean |
ZipPackagePropertiesMarshaller.marshall(PackagePart part,
java.io.OutputStream out) |
Constructor and Description |
---|
XSLFPowerPointExtractor(OPCPackage container)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PackagePart> |
XMLSlideShow.getAllEmbeddedParts()
Get the document's embedded files.
|
java.util.List<PackagePart> |
XSLFSlideShow.getAllEmbeddedParts()
Get the document's embedded files.
|
Constructor and Description |
---|
XSLFSlideShow(OPCPackage container) |
XSLFSlideShow(java.lang.String file) |
Constructor and Description |
---|
XSSFBReader(OPCPackage pkg)
Creates a new XSSFReader, for the given package
|
XSSFReader(OPCPackage pkg)
Creates a new XSSFReader, for the given package
|
Constructor and Description |
---|
XSSFBEventBasedExcelExtractor(OPCPackage container) |
XSSFBEventBasedExcelExtractor(java.lang.String path) |
XSSFEventBasedExcelExtractor(OPCPackage container) |
XSSFEventBasedExcelExtractor(java.lang.String path) |
XSSFExcelExtractor(OPCPackage container) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PackagePart> |
XSSFWorkbook.getAllEmbeddedParts()
Get the document's embedded files.
|
Constructor and Description |
---|
XWPFWordExtractor(OPCPackage container) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PackagePart> |
XWPFDocument.getAllEmbeddedParts()
Get the document's embedded files.
|
Constructor and Description |
---|
XWPFEndnotes(PackagePart part)
Construct XWPFEndnotes from a package part
|
XWPFFootnotes(PackagePart part)
Construct XWPFFootnotes from a package part
|
XWPFNumbering(PackagePart part)
create a new styles object with an existing document
|
XWPFStyles(PackagePart part)
Construct XWPFStyles from a package part
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.