|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PackageAccess | |
---|---|
org.apache.poi.openxml4j.opc |
Uses of PackageAccess in org.apache.poi.openxml4j.opc |
---|
Fields in org.apache.poi.openxml4j.opc declared as PackageAccess | |
---|---|
protected static PackageAccess |
OPCPackage.defaultPackageAccess
Default package access. |
Methods in org.apache.poi.openxml4j.opc that return PackageAccess | |
---|---|
PackageAccess |
OPCPackage.getPackageAccess()
Get the package access mode. |
static PackageAccess |
PackageAccess.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PackageAccess[] |
PackageAccess.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.openxml4j.opc with parameters of type PackageAccess | |
---|---|
static Package |
Package.open(java.lang.String path,
PackageAccess access)
Deprecated. use OPCPackage.open(String,PackageAccess) |
static OPCPackage |
OPCPackage.open(java.lang.String path,
PackageAccess access)
Open a package. |
Constructors in org.apache.poi.openxml4j.opc with parameters of type PackageAccess | |
---|---|
Package(PackageAccess access)
Deprecated. use OPCPackage |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |