Uses of Class
org.apache.poi.openxml4j.opc.internal.ContentType
Packages that use ContentType
-
Uses of ContentType in org.apache.poi.openxml4j.opc
Fields in org.apache.poi.openxml4j.opc declared as ContentTypeModifier and TypeFieldDescriptionprotected ContentType
PackagePart._contentType
The type of content of this part.Fields in org.apache.poi.openxml4j.opc with type parameters of type ContentTypeModifier and TypeFieldDescriptionprotected final Map<ContentType,
PartMarshaller> OPCPackage.partMarshallers
Part marshallers by content type.protected final Map<ContentType,
PartUnmarshaller> OPCPackage.partUnmarshallers
Part unmarshallers by content type.Methods in org.apache.poi.openxml4j.opc that return ContentTypeConstructors in org.apache.poi.openxml4j.opc with parameters of type ContentTypeModifierConstructorDescriptionprotected
PackagePart
(OPCPackage pack, PackagePartName partName, ContentType contentType) Constructor.protected
PackagePart
(OPCPackage pack, PackagePartName partName, ContentType contentType, boolean loadRelationships) Constructor.