Uses of Enum Class
org.apache.poi.openxml4j.opc.PackageAccess
Packages that use PackageAccess
-
Uses of PackageAccess in org.apache.poi.openxml4j.opc
Fields in org.apache.poi.openxml4j.opc declared as PackageAccessModifier and TypeFieldDescriptionprotected static final PackageAccess
OPCPackage.defaultPackageAccess
Default package access.Methods in org.apache.poi.openxml4j.opc that return PackageAccessModifier and TypeMethodDescriptionOPCPackage.getPackageAccess()
Get the package access mode.static PackageAccess
Returns the enum constant of this class with the specified name.static PackageAccess[]
PackageAccess.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.openxml4j.opc with parameters of type PackageAccessModifier and TypeMethodDescriptionstatic OPCPackage
OPCPackage.open
(File file, PackageAccess access) Open a package.static OPCPackage
OPCPackage.open
(String path, PackageAccess access) Open a package.