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