Click or drag to resize

ParagraphList Append Method (TextParagraph)

Adds a Paragraph to the end of collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
	TextParagraph value
)

Parameters

value
Type: Spire.Presentation TextParagraph
The Paragraph

Return Value

Type: Int32
The index at which the Paragraph has been added.
See Also