CustomPropertiesPart

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

CustomPropertiesPart — CustomPropertiesPart API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write

Methods

MethodReturnsDescription
Contains(string name)voidtrue if the property exists; otherwise, false.
Parse()void
ReadValue(XElement propEl)voidThe typed value, or null if no recognized value type is found.
ParseFiletime(string? text)voidThe parsed , or null if the input is null, empty, or invalid.
GetName(int index)voidThrown when the index is out of range.
GetValue(string name)voidThe property value, or null if not found.
SetValue(string name, object value)voidThe property value (string, int, double, bool, or DateTime).
Remove(string name)voidtrue if the property was removed; false if it did not exist.
Clear()void
Save()void
WriteValue(XElement propEl, object value)voidThe typed value to write.
EnsureContentType()void
EnsureRelationship()void

See Also