Uses of Interface
org.apache.poi.openxml4j.opc.RelationshipSource
-
Packages that use RelationshipSource Package Description org.apache.poi.openxml4j.opc org.apache.poi.openxml4j.opc.internal -
-
Uses of RelationshipSource in org.apache.poi.openxml4j.opc
Classes in org.apache.poi.openxml4j.opc that implement RelationshipSource Modifier and Type Class Description class
OPCPackage
Represents a container that can store multiple data objects.class
PackagePart
Provides a base class for parts stored in a Package.class
ZipPackage
Physical zip package.class
ZipPackagePart
Zip implementation of a PackagePart. -
Uses of RelationshipSource in org.apache.poi.openxml4j.opc.internal
Classes in org.apache.poi.openxml4j.opc.internal that implement RelationshipSource Modifier and Type Class Description class
MemoryPackagePart
Memory version of a package part.class
PackagePropertiesPart
Represents the core properties part of a package.
-