add
add(Paragraph value) function
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. |
add(ParagraphCollection value) function
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. |
Result
int