Package | Description |
---|---|
org.apache.poi.openxml4j.opc |
Modifier and Type | Field | Description |
---|---|---|
protected ContentType |
PackagePart._contentType |
The type of content of this part.
|
Modifier and Type | Field | 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 | Description |
---|---|
PackagePart(OPCPackage pack,
PackagePartName partName,
ContentType contentType) |
Constructor.
|
PackagePart(OPCPackage pack,
PackagePartName partName,
ContentType contentType,
boolean loadRelationships) |
Constructor.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.