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 PartMarshallerOPCPackage.defaultPartMarshallerDefault part marshaller.Fields in org.apache.poi.openxml4j.opc with type parameters of type PartMarshallerModifier and TypeFieldDescriptionprotected final Map<ContentType,PartMarshaller> OPCPackage.partMarshallersPart marshallers by content type.Methods in org.apache.poi.openxml4j.opc with parameters of type PartMarshallerModifier and TypeMethodDescriptionvoidOPCPackage.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 classDefault marshaller that specified that the part is responsible to marshall its content.classPackage properties marshaller.final classPackage core properties marshaller specialized for zipped package.final classZip part marshaller.