Uses of Class
org.apache.poi.openxml4j.opc.internal.ContentType

Packages that use ContentType
org.apache.poi.openxml4j.opc   
 

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

Fields in org.apache.poi.openxml4j.opc declared as ContentType
protected  ContentType PackagePart._contentType
          The type of content of this part.
 

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

Constructors in org.apache.poi.openxml4j.opc with parameters of type ContentType
PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType)
          Constructor.
PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType, boolean loadRelationships)
          Constructor.
 



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