| Package | Description | 
|---|---|
| org.apache.poi.openxml4j.opc | |
| org.apache.poi.openxml4j.opc.internal.marshallers | 
| Modifier and Type | Field and Description | 
|---|---|
protected PartMarshaller | 
OPCPackage.defaultPartMarshaller
Default part marshaller. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.Map<ContentType,PartMarshaller> | 
OPCPackage.partMarshallers
Part marshallers by content type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OPCPackage.addMarshaller(java.lang.String contentType,
             PartMarshaller marshaller)
Add a marshaller. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultMarshaller
Default marshaller that specified that the part is responsible to marshall its content. 
 | 
class  | 
PackagePropertiesMarshaller
Package properties marshaller. 
 | 
class  | 
ZipPackagePropertiesMarshaller
Package core properties marshaller specialized for zipped package. 
 | 
class  | 
ZipPartMarshaller
Zip part marshaller. 
 | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.