| Package | Description |
|---|---|
| org.apache.poi.openxml4j.opc |
| Modifier and Type | Field and Description |
|---|---|
protected ContentType |
PackagePart._contentType
The type of content of this part.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Hashtable<ContentType,PartMarshaller> |
OPCPackage.partMarshallers
Part marshallers by content type.
|
protected java.util.Hashtable<ContentType,PartUnmarshaller> |
OPCPackage.partUnmarshallers
Part unmarshallers by content type.
|
| Constructor and Description |
|---|
PackagePart(OPCPackage pack,
PackagePartName partName,
ContentType contentType)
Constructor.
|
PackagePart(OPCPackage pack,
PackagePartName partName,
ContentType contentType,
boolean loadRelationships)
Constructor.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.