Uses of Class
org.apache.poi.openxml4j.opc.OPCPackage
-
Packages that use OPCPackage Package Description org.apache.poi.ooxml org.apache.poi.ooxml.dev org.apache.poi.ooxml.extractor org.apache.poi.ooxml.util org.apache.poi.openxml4j.opc org.apache.poi.openxml4j.opc.internal org.apache.poi.openxml4j.opc.internal.unmarshallers org.apache.poi.poifs.crypt.dsig org.apache.poi.xdgf.extractor org.apache.poi.xdgf.usermodel org.apache.poi.xslf.usermodel org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.extractor org.apache.poi.xssf.usermodel org.apache.poi.xwpf.extractor org.apache.poi.xwpf.usermodel -
-
Uses of OPCPackage in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return OPCPackage Modifier and Type Method Description OPCPackagePOIXMLDocument. 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 OPCPackage Modifier and Type Method Description protected 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 OPCPackage Constructor Description POIXMLDocument(OPCPackage pkg)POIXMLDocument(OPCPackage pkg, String coreDocumentRel)POIXMLDocumentPart(OPCPackage pkg)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.dev
Constructors in org.apache.poi.ooxml.dev with parameters of type OPCPackage Constructor Description OOXMLLister(OPCPackage container)OOXMLLister(OPCPackage container, PrintStream disp) -
Uses of OPCPackage in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor that return OPCPackage Modifier and Type Method Description default OPCPackagePOIXMLTextExtractor. getPackage()Returns the opened OPCPackage that contains the documentMethods in org.apache.poi.ooxml.extractor with parameters of type OPCPackage Modifier and Type Method Description POIXMLTextExtractorPOIXMLExtractorFactory. create(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 OPCPackage Modifier and Type Method Description static OPCPackagePackageHelper. clone(OPCPackage pkg, File file)Deprecated.this method is not used internally and creates temp files that are not well handledstatic OPCPackagePackageHelper. open(InputStream is)static OPCPackagePackageHelper. open(InputStream stream, boolean closeStream)Methods in org.apache.poi.ooxml.util with parameters of type OPCPackage Modifier and Type Method Description static OPCPackagePackageHelper. clone(OPCPackage pkg, File file)Deprecated.this method is not used internally and creates temp files that are not well handled -
Uses of OPCPackage in org.apache.poi.openxml4j.opc
Subclasses of OPCPackage in org.apache.poi.openxml4j.opc Modifier and Type Class Description classZipPackagePhysical zip package.Fields in org.apache.poi.openxml4j.opc declared as OPCPackage Modifier and Type Field Description protected OPCPackagePackagePart. _containerThis part's container.Methods in org.apache.poi.openxml4j.opc that return OPCPackage Modifier and Type Method Description static OPCPackageOPCPackage. create(File file)Creates a new package.static OPCPackageOPCPackage. create(OutputStream output)static OPCPackageOPCPackage. create(String path)Creates a new package.OPCPackagePackagePart. getPackage()OPCPackagePackageRelationship. getPackage()static OPCPackageOPCPackage. open(File file)Open 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 OPCPackageOPCPackage. open(String path)Open 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 OPCPackage Modifier and Type Method Description booleanOPCPackage. validatePackage(OPCPackage pkg)Validates the package compliance with the OPC specifications.Constructors in org.apache.poi.openxml4j.opc with parameters of type OPCPackage Constructor Description PackagePart(OPCPackage pack, PackagePartName partName, String contentType)Constructor.PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType)Constructor.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, 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 OPCPackage Modifier and Type Field Description protected OPCPackageContentTypeManager. containerReference to the package using this content type manager.Constructors in org.apache.poi.openxml4j.opc.internal with parameters of type OPCPackage Constructor Description ContentTypeManager(InputStream in, OPCPackage pkg)Constructor.EncryptedTempFilePackagePart(OPCPackage pack, PackagePartName partName, String contentType)Constructor.EncryptedTempFilePackagePart(OPCPackage pack, PackagePartName partName, String contentType, boolean loadRelationships)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.TempFilePackagePart(OPCPackage pack, PackagePartName partName, String contentType)Constructor.TempFilePackagePart(OPCPackage pack, PackagePartName partName, String contentType, boolean loadRelationships)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 OPCPackage Modifier and Type Method Description voidUnmarshallContext. setPackage(OPCPackage container)Constructors in org.apache.poi.openxml4j.opc.internal.unmarshallers with parameters of type OPCPackage Constructor Description UnmarshallContext(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 OPCPackage Modifier and Type Method Description OPCPackageSignatureConfig. getOpcPackage()Deprecated.in POI 5.0.0 - useSignatureInfo.setOpcPackage(OPCPackage)insteadOPCPackageSignatureInfo. getOpcPackage()Methods in org.apache.poi.poifs.crypt.dsig with parameters of type OPCPackage Modifier and Type Method Description voidSignatureConfig. setOpcPackage(OPCPackage opcPackage)Deprecated.in POI 5.0.0 - useSignatureInfo.setOpcPackage(OPCPackage)insteadvoidSignatureInfo. setOpcPackage(OPCPackage opcPackage) -
Uses of OPCPackage in org.apache.poi.xdgf.extractor
Constructors in org.apache.poi.xdgf.extractor with parameters of type OPCPackage Constructor Description XDGFVisioExtractor(OPCPackage openPackage) -
Uses of OPCPackage in org.apache.poi.xdgf.usermodel
Constructors in org.apache.poi.xdgf.usermodel with parameters of type OPCPackage Constructor Description XmlVisioDocument(OPCPackage pkg) -
Uses of OPCPackage in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with parameters of type OPCPackage Modifier and Type Method Description static XMLSlideShowXSLFSlideShowFactory. createSlideShow(OPCPackage pkg)Creates a XMLSlideShow from the given OOXML PackageConstructors in org.apache.poi.xslf.usermodel with parameters of type OPCPackage Constructor Description XMLSlideShow(OPCPackage pkg)XSLFSlideShow(OPCPackage container) -
Uses of OPCPackage in org.apache.poi.xssf.binary
Constructors in org.apache.poi.xssf.binary with parameters of type OPCPackage Constructor Description XSSFBSharedStringsTable(OPCPackage pkg) -
Uses of OPCPackage in org.apache.poi.xssf.eventusermodel
Fields in org.apache.poi.xssf.eventusermodel declared as OPCPackage Modifier and Type Field Description protected OPCPackageXSSFReader. pkgConstructors in org.apache.poi.xssf.eventusermodel with parameters of type OPCPackage Constructor Description ReadOnlySharedStringsTable(OPCPackage pkg)Calls {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 packageXSSFReader(OPCPackage pkg, boolean allowStrictOoxmlFiles)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 OPCPackage Modifier and Type Field Description protected OPCPackageXSSFEventBasedExcelExtractor. containerMethods in org.apache.poi.xssf.extractor that return OPCPackage Modifier and Type Method Description OPCPackageXSSFEventBasedExcelExtractor. getFilesystem()OPCPackageXSSFEventBasedExcelExtractor. getPackage()Returns the opened OPCPackage container.Methods in org.apache.poi.xssf.extractor with parameters of type OPCPackage Modifier and Type Method Description protected SharedStringsXSSFEventBasedExcelExtractor. createSharedStringsTable(XSSFReader xssfReader, OPCPackage container)Constructors in org.apache.poi.xssf.extractor with parameters of type OPCPackage Constructor Description XSSFBEventBasedExcelExtractor(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 OPCPackage Modifier and Type Method Description protected 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 OPCPackage Modifier and Type Method Description static XSSFWorkbookXSSFWorkbookFactory. createWorkbook(OPCPackage pkg)Creates a XSSFWorkbook from the given OOXML PackageConstructors in org.apache.poi.xssf.usermodel with parameters of type OPCPackage Constructor Description XSSFWorkbook(OPCPackage pkg)Constructs a XSSFWorkbook object given a OpenXML4JPackageobject, see https://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 Constructor Description XWPFWordExtractor(OPCPackage container) -
Uses of OPCPackage in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return OPCPackage Modifier and Type Method Description protected static OPCPackageXWPFDocument. newPackage()Create a new WordProcessingML package and setup the default minimal contentConstructors in org.apache.poi.xwpf.usermodel with parameters of type OPCPackage Constructor Description XWPFAbstractFootnotesEndnotes(OPCPackage pkg)XWPFAbstractFootnotesEndnotes(OPCPackage pkg, String coreDocumentRel)XWPFDocument(OPCPackage pkg)
-