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 OPCPackagePOIXMLDocument.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 voidPOIXMLDocumentPart.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 OPCPackageModifierConstructorDescriptionprotectedPOIXMLDocument(OPCPackage pkg) protectedPOIXMLDocument(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 POITextExtractorExtractorFactory.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 OPCPackagePackageHelper.clone(OPCPackage pkg, File file) Clone the specified package.static OPCPackagePackageHelper.open(InputStream is) Methods in org.apache.poi.ooxml.util with parameters of type OPCPackageModifier and TypeMethodDescriptionstatic OPCPackagePackageHelper.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 OPCPackagePackagePart._containerThis part's container.Methods in org.apache.poi.openxml4j.opc that return OPCPackageModifier and TypeMethodDescriptionstatic OPCPackageCreates a new package.static OPCPackageOPCPackage.create(OutputStream output) static OPCPackageCreates a new package.PackagePart.getPackage()PackageRelationship.getPackage()static OPCPackageOpen a package with read/write permission.static OPCPackageOPCPackage.open(File file, PackageAccess access) Open a package.static OPCPackageOPCPackage.open(InputStream in) Open a package.static OPCPackageOpen a package with read/write permission.static OPCPackageOPCPackage.open(String path, PackageAccess access) Open a package.static OPCPackageOPCPackage.open(ZipEntrySource zipEntry) Open an user providedZipEntrySourcewith read-only permission.static OPCPackageOPCPackage.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 TypeMethodDescriptionbooleanOPCPackage.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.protectedPackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType) Constructor.protectedPackagePart(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 OPCPackageContentTypeManager.containerReference 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 XMLSlideShowXSLFSlideShowFactory.create(OPCPackage pkg) Creates a XMLSlideShow from the given OOXML Package.static XMLSlideShowXSLFSlideShowFactory.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 oftruefor 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 SharedStringsXSSFEventBasedExcelExtractor.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 OPCPackageXSSFWorkbook.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 XSSFWorkbookXSSFWorkbookFactory.create(OPCPackage pkg) Creates a XSSFWorkbook from the given OOXML Package.static XSSFWorkbookXSSFWorkbookFactory.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 OpenXML4JPackageobject, 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 OPCPackageXWPFDocument.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)