Add

Add(IParagraph)

Adds a Paragraph to the end of collection.

public void Add(IParagraph value)
ParameterTypeDescription
valueIParagraphThe Paragraph to be added to the end of the collection.

See Also


Add(IParagraphCollection)

Adds a content of ParagraphCollection to the end of collection.

public int Add(IParagraphCollection value)
ParameterTypeDescription
valueIParagraphCollectionThe ParagraphCollection to be added to the end of the collection.

Return Value

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

See Also