add method

add(part)

Adds an item to the collection.

def add(self, part: aspose.words.markup.CustomPart):
    ...
ParameterTypeDescription
partCustomPartThe item to add.

See Also