Uses of Interface
org.apache.poi.openxml4j.opc.internal.PartUnmarshaller

Packages that use PartUnmarshaller
org.apache.poi.openxml4j.opc   
org.apache.poi.openxml4j.opc.internal.unmarshallers   
 

Uses of PartUnmarshaller in org.apache.poi.openxml4j.opc
 

Methods in org.apache.poi.openxml4j.opc with parameters of type PartUnmarshaller
 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
 class PackagePropertiesUnmarshaller
          Package properties unmarshaller.