Uses of Class
org.apache.poi.openxml4j.opc.internal.ContentType
-
Packages that use ContentType Package Description org.apache.poi.openxml4j.opc -
-
Uses of ContentType in org.apache.poi.openxml4j.opc
Fields in org.apache.poi.openxml4j.opc declared as ContentType Modifier and Type Field Description protected ContentType
PackagePart. _contentType
The type of content of this part.Fields in org.apache.poi.openxml4j.opc with type parameters of type ContentType Modifier and Type Field Description protected java.util.Map<ContentType,PartMarshaller>
OPCPackage. partMarshallers
Part marshallers by content type.protected java.util.Map<ContentType,PartUnmarshaller>
OPCPackage. partUnmarshallers
Part unmarshallers by content type.Methods in org.apache.poi.openxml4j.opc that return ContentType Modifier and Type Method Description ContentType
PackagePart. getContentTypeDetails()
Constructors in org.apache.poi.openxml4j.opc with parameters of type ContentType Constructor Description PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType)
Constructor.PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType, boolean loadRelationships)
Constructor.
-