Uses of Interface
org.apache.poi.openxml4j.opc.internal.PartUnmarshaller
-
Packages that use PartUnmarshaller Package Description org.apache.poi.openxml4j.opc org.apache.poi.openxml4j.opc.internal.unmarshallers -
-
Uses of PartUnmarshaller in org.apache.poi.openxml4j.opc
Fields in org.apache.poi.openxml4j.opc with type parameters of type PartUnmarshaller Modifier and Type Field Description protected java.util.Map<ContentType,PartUnmarshaller>
OPCPackage. partUnmarshallers
Part unmarshallers by content type.Methods in org.apache.poi.openxml4j.opc with parameters of type PartUnmarshaller Modifier and Type Method Description void
OPCPackage. addUnmarshaller(java.lang.String contentType, PartUnmarshaller unmarshaller)
Add an unmarshaller. -
Uses of PartUnmarshaller in org.apache.poi.openxml4j.opc.internal.unmarshallers
Classes in org.apache.poi.openxml4j.opc.internal.unmarshallers that implement PartUnmarshaller Modifier and Type Class Description class
PackagePropertiesUnmarshaller
Package properties unmarshaller.
-