add

add(Paragraph value) method

Adds a Paragraph to the end of collection.

Parameters

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

Returns

void


add(ParagraphCollection value) method

Adds a content of ParagraphCollection to the end of collection.

Parameters

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

Returns

int