Package | Description |
---|---|
org.zkoss.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 Package |
Package.open(java.lang.String path,
PackageAccess access)
Deprecated.
|
static OPCPackage |
OPCPackage.open(java.lang.String path,
PackageAccess access)
Open a package.
|
Constructor and Description |
---|
Package(PackageAccess access)
Deprecated.
use
OPCPackage |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.