Uses of Interface
org.apache.poi.openxml4j.opc.internal.PartMarshaller
-
Packages that use PartMarshaller Package Description 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 Modifier and Type Field Description protected PartMarshallerOPCPackage. defaultPartMarshallerDefault part marshaller.Fields in org.apache.poi.openxml4j.opc with type parameters of type PartMarshaller Modifier and Type Field Description protected Map<ContentType,PartMarshaller>OPCPackage. partMarshallersPart marshallers by content type.Methods in org.apache.poi.openxml4j.opc with parameters of type PartMarshaller Modifier and Type Method Description voidOPCPackage. 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 PartMarshaller Modifier and Type Class Description classDefaultMarshallerDefault marshaller that specified that the part is responsible to marshall its content.classPackagePropertiesMarshallerPackage properties marshaller.classZipPackagePropertiesMarshallerPackage core properties marshaller specialized for zipped package.classZipPartMarshallerZip part marshaller.
-