ContentTypesManager — Aspose.Slides FOSS C# (.NET) API Reference
ContentTypesManager — ContentTypesManager API type.
Package: Aspose.Slides.Foss
Methods
| Method | Returns | Description |
|---|---|---|
Load() | void | |
AddDefaultExtension(string extension, string contentType) | void | The MIME content type to associate with the extension. |
AddOverride(string partName, string contentType) | void | The MIME content type. |
RemoveOverride(string partName) | void | true if the override was removed; false if it did not exist. |
GetContentType(string partName) | void | The content type string, or null if not found. |
Save() | void |