add
add(Paragraph value) method
Adds a Paragraph to the end of collection.
Parameters
Name | Type | Description |
---|---|---|
value | Paragraph | The 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
Name | Type | Description |
---|---|---|
value | ParagraphCollection | The ParagraphCollection to be added to the end of the collection. |
Returns
int