Uses of Class
org.apache.poi.openxml4j.opc.PackageAccess

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 Package.defaultPackageAccess
          Default package access.
 

Methods in org.apache.poi.openxml4j.opc that return PackageAccess
 PackageAccess Package.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're declared.
 

Methods in org.apache.poi.openxml4j.opc with parameters of type PackageAccess
static Package Package.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)
          Constructor.
 



Copyright 2009 The Apache Software Foundation or its licensors, as applicable.