| Package | Description |
|---|---|
| org.apache.poi.openxml4j.exceptions | |
| org.apache.poi.openxml4j.opc | |
| org.apache.poi.openxml4j.opc.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
PartAlreadyExistsException
Throw when trying to create a
PackagePart but one
already exists with that name. |
| Modifier and Type | Method and Description |
|---|---|
static OPCPackage |
OPCPackage.open(String path,
PackageAccess access)
Open a package.
|
static OPCPackage |
OPCPackage.open(String path,
PackageAccess access,
OPCComplianceFlags opcComplianceFlags)
Open a package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentTypeManager.removeContentType(PackagePartName partName)
Delete a content type based on the specified part name.
|