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
 

Fields in org.apache.poi.openxml4j.opc with type parameters of type PartUnmarshaller
protected  java.util.Hashtable<ContentType,PartUnmarshaller> OPCPackage.partUnmarshallers
          Part unmarshallers by content type.
 

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.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.