get_custom_property_name method
get_custom_property_name
Return a custom property name at the specified index.
Returns
Custom property name at the specified index.
def get_custom_property_name(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of a custom property to get. |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(ArgumentOutOfRangeException)) | Index is less than zero. Index is equal to or greater than Count. |
See Also
- class
IDocumentProperties
- module
aspose.slides
- library
Aspose.Slides