add method

add

Adds a Paragraph to the end of collection.

def add(self, value):
    ...
ParameterTypeDescription
valueIParagraphThe Paragraph to be added to the end of the collection.

add

Adds a content of ParagraphCollection to the end of collection.

Returns

The index at which the Paragraph has been added or -1 if there are nothing to add.

def add(self, value):
    ...
ParameterTypeDescription
valueIParagraphCollectionThe ParagraphCollection to be added to the end of the collection.

See Also