Package | Description |
---|---|
org.apache.poi.openxml4j.opc |
Modifier and Type | Field and Description |
---|---|
protected static PackageAccess |
OPCPackage.defaultPackageAccess
Default package access.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static OPCPackage |
OPCPackage.open(java.io.File file,
PackageAccess access)
Open a package.
|
static OPCPackage |
OPCPackage.open(java.lang.String path,
PackageAccess access)
Open a package.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.