add method

add(value)

Adds an object to the end of this collection.

def add(self, value: aspose.words.settings.OdsoFieldMapData):
    ...
ParameterTypeDescription
valueOdsoFieldMapDataThe object to add. Cannot be None.

See Also