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.Map<ContentType,PartMarshaller> |
OPCPackage.partMarshallers
Part marshallers by content type.
|
protected java.util.Map<ContentType,PartUnmarshaller> |
OPCPackage.partUnmarshallers
Part unmarshallers by content type.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
PackagePart.getContentTypeDetails() |
Constructor and Description |
---|
PackagePart(OPCPackage pack,
PackagePartName partName,
ContentType contentType)
Constructor.
|
PackagePart(OPCPackage pack,
PackagePartName partName,
ContentType contentType,
boolean loadRelationships)
Constructor.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.