Uses of Interface
org.apache.poi.openxml4j.opc.internal.PartMarshaller
Packages that use PartMarshaller
-
Uses of PartMarshaller in org.apache.poi.openxml4j.opc
Fields in org.apache.poi.openxml4j.opc declared as PartMarshallerModifier and TypeFieldDescriptionprotected final PartMarshaller
OPCPackage.defaultPartMarshaller
Default part marshaller.Fields in org.apache.poi.openxml4j.opc with type parameters of type PartMarshallerModifier and TypeFieldDescriptionprotected final Map<ContentType,
PartMarshaller> OPCPackage.partMarshallers
Part marshallers by content type.Methods in org.apache.poi.openxml4j.opc with parameters of type PartMarshallerModifier and TypeMethodDescriptionvoid
OPCPackage.addMarshaller
(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 PartMarshallerModifier and TypeClassDescriptionfinal class
Default marshaller that specified that the part is responsible to marshall its content.class
Package properties marshaller.final class
Package core properties marshaller specialized for zipped package.final class
Zip part marshaller.