CustomPropertiesPart

General

CustomPropertiesPart és una classe en Aspose.Slides per a Python.

Parse/serialitzar docProps/custom.xml.

Propietats

NameTypeAccessDescription
countintReadProvides the total number of custom properties stored

Mètodes

SignatureDescription
__init__(package)
contains(name: str)boolReturns True if a custom property with the given name exists
get_name(index: int)strReturns the name of the custom property at the specified index
get_value(name: str)AnyRetrieves the value of the custom property identified by name
set_value(name: str, value: Any)Assigns the given value to the custom property with the specified name
remove(name: str)boolDeletes the custom property with the given name and returns success status
clear()Removes all custom properties from the part
save()Serialize back to the package.
 Català