|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PartMarshaller | |
|---|---|
| org.apache.poi.openxml4j.opc | |
| org.apache.poi.openxml4j.opc.internal.marshallers | |
| Uses of PartMarshaller in org.apache.poi.openxml4j.opc |
|---|
| Fields in org.apache.poi.openxml4j.opc declared as PartMarshaller | |
|---|---|
protected PartMarshaller |
OPCPackage.defaultPartMarshaller
Default part marshaller. |
| Fields in org.apache.poi.openxml4j.opc with type parameters of type PartMarshaller | |
|---|---|
protected java.util.Map<ContentType,PartMarshaller> |
OPCPackage.partMarshallers
Part marshallers by content type. |
| Methods in org.apache.poi.openxml4j.opc with parameters of type PartMarshaller | |
|---|---|
void |
OPCPackage.addMarshaller(java.lang.String contentType,
PartMarshaller marshaller)
Add a marshaller. |
| Uses of PartMarshaller in org.apache.poi.openxml4j.opc.internal.marshallers |
|---|
| Classes in org.apache.poi.openxml4j.opc.internal.marshallers that implement PartMarshaller | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||