ContentTypesManager

ContentTypesManager — Aspose.Slides FOSS C# (.NET) API Reference

ContentTypesManager — ContentTypesManager API type.

Package: Aspose.Slides.Foss


Methods

MethodReturnsDescription
Load()void
AddDefaultExtension(string extension, string contentType)voidThe MIME content type to associate with the extension.
AddOverride(string partName, string contentType)voidThe MIME content type.
RemoveOverride(string partName)voidtrue if the override was removed; false if it did not exist.
GetContentType(string partName)voidThe content type string, or null if not found.
Save()void

See Also