CustomPropertiesPart — Aspose.Slides FOSS C# (.NET) API Reference
CustomPropertiesPart — CustomPropertiesPart API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Contains(string name) | void | true if the property exists; otherwise, false. |
Parse() | void | |
ReadValue(XElement propEl) | void | The typed value, or null if no recognized value type is found. |
ParseFiletime(string? text) | void | The parsed , or null if the input is null, empty, or invalid. |
GetName(int index) | void | Thrown when the index is out of range. |
GetValue(string name) | void | The property value, or null if not found. |
SetValue(string name, object value) | void | The property value (string, int, double, bool, or DateTime). |
Remove(string name) | void | true if the property was removed; false if it did not exist. |
Clear() | void | |
Save() | void | |
WriteValue(XElement propEl, object value) | void | The typed value to write. |
EnsureContentType() | void | |
EnsureRelationship() | void |