Uses of Class
org.apache.poi.openxml4j.opc.OPCPackage
Packages that use OPCPackage
Package
Description
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
-
Uses of OPCPackage in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return OPCPackageModifier and TypeMethodDescriptionPOIXMLDocument.getPackage()
Get the assigned OPCPackagestatic OPCPackage
POIXMLDocument.openPackage
(String path) Wrapper to open a package, which works around shortcomings in java's this() constructor callsMethods in org.apache.poi.ooxml with parameters of type OPCPackageModifier and TypeMethodDescriptionprotected final 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 documentConstructors in org.apache.poi.ooxml with parameters of type OPCPackageModifierConstructorDescriptionprotected
POIXMLDocument
(OPCPackage pkg) protected
POIXMLDocument
(OPCPackage pkg, String coreDocumentRel) Construct POIXMLDocumentPart representing a "core document" package part.POIXMLDocumentPart
(OPCPackage pkg, String coreDocumentRel) Construct POIXMLDocumentPart representing a custom "core document" package part.POIXMLProperties
(OPCPackage docPackage) -
Uses of OPCPackage in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor that return OPCPackageModifier and TypeMethodDescriptionPOIXMLTextExtractor.getPackage()
Returns the opened OPCPackage that contains the documentMethods in org.apache.poi.ooxml.extractor with parameters of type OPCPackageModifier and TypeMethodDescriptionstatic POITextExtractor
ExtractorFactory.createExtractor
(OPCPackage pkg) Tries to determine the actual type of file and produces a matching text-extractor for it. -
Uses of OPCPackage in org.apache.poi.ooxml.util
Methods in org.apache.poi.ooxml.util that return OPCPackageModifier and TypeMethodDescriptionstatic OPCPackage
PackageHelper.clone
(OPCPackage pkg, File file) Clone the specified package.static OPCPackage
PackageHelper.open
(InputStream is) Methods in org.apache.poi.ooxml.util with parameters of type OPCPackageModifier and TypeMethodDescriptionstatic OPCPackage
PackageHelper.clone
(OPCPackage pkg, File file) Clone the specified package. -
Uses of OPCPackage in org.apache.poi.openxml4j.opc
Subclasses of OPCPackage in org.apache.poi.openxml4j.opcFields in org.apache.poi.openxml4j.opc declared as OPCPackageModifier and TypeFieldDescriptionprotected OPCPackage
PackagePart._container
This part's container.Methods in org.apache.poi.openxml4j.opc that return OPCPackageModifier and TypeMethodDescriptionstatic OPCPackage
Creates a new package.static OPCPackage
OPCPackage.create
(OutputStream output) static OPCPackage
Creates a new package.PackagePart.getPackage()
PackageRelationship.getPackage()
static OPCPackage
Open a package with read/write permission.static OPCPackage
OPCPackage.open
(File file, PackageAccess access) Open a package.static OPCPackage
OPCPackage.open
(InputStream in) Open a package.static OPCPackage
Open a package with read/write permission.static OPCPackage
OPCPackage.open
(String path, PackageAccess access) Open a package.static OPCPackage
OPCPackage.open
(ZipEntrySource zipEntry) Open an user providedZipEntrySource
with read-only permission.static OPCPackage
OPCPackage.openOrCreate
(File file) Opens a package if it exists, else it creates one.Methods in org.apache.poi.openxml4j.opc with parameters of type OPCPackageModifier and TypeMethodDescriptionboolean
OPCPackage.validatePackage
(OPCPackage pkg) Validates the package compliance with the OPC specifications.Constructors in org.apache.poi.openxml4j.opc with parameters of type OPCPackageModifierConstructorDescriptionPackagePart
(OPCPackage pack, PackagePartName partName, String contentType) Constructor.protected
PackagePart
(OPCPackage pack, PackagePartName partName, ContentType contentType) Constructor.protected
PackagePart
(OPCPackage pack, PackagePartName partName, ContentType contentType, boolean loadRelationships) Constructor.PackageRelationship
(OPCPackage pkg, PackagePart sourcePart, URI targetUri, TargetMode targetMode, String relationshipType, String id) Constructor.PackageRelationshipCollection
(OPCPackage container) Constructor.PackageRelationshipCollection
(OPCPackage container, PackagePart part) Constructor.ZipPackagePart
(OPCPackage container, org.apache.commons.compress.archivers.zip.ZipArchiveEntry zipEntry, PackagePartName partName, String contentType) Constructor. -
Uses of OPCPackage in org.apache.poi.openxml4j.opc.internal
Fields in org.apache.poi.openxml4j.opc.internal declared as OPCPackageModifier and TypeFieldDescriptionprotected OPCPackage
ContentTypeManager.container
Reference to the package using this content type manager.Constructors in org.apache.poi.openxml4j.opc.internal with parameters of type OPCPackageModifierConstructorDescriptionContentTypeManager
(InputStream in, OPCPackage pkg) Constructor.MemoryPackagePart
(OPCPackage pack, PackagePartName partName, String contentType) Constructor.MemoryPackagePart
(OPCPackage pack, PackagePartName partName, String contentType, boolean loadRelationships) Constructor.PackagePropertiesPart
(OPCPackage pack, PackagePartName partName) Constructor.ZipContentTypeManager
(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 OPCPackageConstructors in org.apache.poi.openxml4j.opc.internal.unmarshallers with parameters of type OPCPackageModifierConstructorDescriptionUnmarshallContext
(OPCPackage targetPackage, PackagePartName partName) Constructor. -
Uses of OPCPackage in org.apache.poi.poifs.crypt.dsig
Methods in org.apache.poi.poifs.crypt.dsig that return OPCPackageMethods in org.apache.poi.poifs.crypt.dsig with parameters of type OPCPackage -
Uses of OPCPackage in org.apache.poi.xdgf.extractor
Constructors in org.apache.poi.xdgf.extractor with parameters of type OPCPackage -
Uses of OPCPackage in org.apache.poi.xdgf.usermodel
Constructors in org.apache.poi.xdgf.usermodel with parameters of type OPCPackage -
Uses of OPCPackage in org.apache.poi.xslf.extractor
Constructors in org.apache.poi.xslf.extractor with parameters of type OPCPackage -
Uses of OPCPackage in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with parameters of type OPCPackageModifier and TypeMethodDescriptionstatic XMLSlideShow
XSLFSlideShowFactory.create
(OPCPackage pkg) Creates a XMLSlideShow from the given OOXML Package.static XMLSlideShow
XSLFSlideShowFactory.createSlideShow
(OPCPackage pkg) Creates a XMLSlideShow from the given OOXML PackageConstructors in org.apache.poi.xslf.usermodel with parameters of type OPCPackage -
Uses of OPCPackage in org.apache.poi.xssf.binary
Constructors in org.apache.poi.xssf.binary with parameters of type OPCPackage -
Uses of OPCPackage in org.apache.poi.xssf.eventusermodel
Fields in org.apache.poi.xssf.eventusermodel declared as OPCPackageConstructors in org.apache.poi.xssf.eventusermodel with parameters of type OPCPackageModifierConstructorDescriptionCalls {ReadOnlySharedStringsTable(OPCPackage, boolean)
} with a value oftrue
for including phonetic runsReadOnlySharedStringsTable
(OPCPackage pkg, boolean includePhoneticRuns) XSSFBReader
(OPCPackage pkg) Creates a new XSSFReader, for the given packageXSSFReader
(OPCPackage pkg) Creates a new XSSFReader, for the given package -
Uses of OPCPackage in org.apache.poi.xssf.extractor
Fields in org.apache.poi.xssf.extractor declared as OPCPackageMethods in org.apache.poi.xssf.extractor that return OPCPackageModifier and TypeMethodDescriptionXSSFEventBasedExcelExtractor.getPackage()
Returns the opened OPCPackage container.Methods in org.apache.poi.xssf.extractor with parameters of type OPCPackageModifier and TypeMethodDescriptionprotected SharedStrings
XSSFEventBasedExcelExtractor.createSharedStringsTable
(XSSFReader xssfReader, OPCPackage container) Constructors in org.apache.poi.xssf.extractor with parameters of type OPCPackageModifierConstructorDescriptionXSSFBEventBasedExcelExtractor
(OPCPackage container) XSSFEventBasedExcelExtractor
(OPCPackage container) XSSFExcelExtractor
(OPCPackage container) -
Uses of OPCPackage in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return OPCPackageModifier and TypeMethodDescriptionprotected static OPCPackage
XSSFWorkbook.newPackage
(XSSFWorkbookType workbookType) Create a new SpreadsheetML package and setup the default minimal contentMethods in org.apache.poi.xssf.usermodel with parameters of type OPCPackageModifier and TypeMethodDescriptionstatic XSSFWorkbook
XSSFWorkbookFactory.create
(OPCPackage pkg) Creates a XSSFWorkbook from the given OOXML Package.static XSSFWorkbook
XSSFWorkbookFactory.createWorkbook
(OPCPackage pkg) Creates a XSSFWorkbook from the given OOXML PackageConstructors in org.apache.poi.xssf.usermodel with parameters of type OPCPackageModifierConstructorDescriptionXSSFWorkbook
(OPCPackage pkg) Constructs a XSSFWorkbook object given a OpenXML4JPackage
object, see http://poi.apache.org/oxml4j/. -
Uses of OPCPackage in org.apache.poi.xwpf.extractor
Constructors in org.apache.poi.xwpf.extractor with parameters of type OPCPackage -
Uses of OPCPackage in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return OPCPackageModifier and TypeMethodDescriptionprotected static OPCPackage
XWPFDocument.newPackage()
Create a new WordProcessingML package and setup the default minimal contentConstructors in org.apache.poi.xwpf.usermodel with parameters of type OPCPackageModifierConstructorDescriptionXWPFAbstractFootnotesEndnotes
(OPCPackage pkg, String coreDocumentRel) XWPFDocument
(OPCPackage pkg)