add

add(Paragraph value) function

Adds a Paragraph to the end of collection.

Parameters

NameTypeDescription
valueParagraphThe Paragraph to be added to the end of the collection.

add(ParagraphCollection value) function

Adds a content of ParagraphCollection to the end of collection.

Parameters

NameTypeDescription
valueParagraphCollectionThe ParagraphCollection to be added to the end of the collection.

Result

int