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
)
Public Function Append (
value As TextParagraph
) As Integer
public:
int Append(
TextParagraph^ value
)
member Append :
value : TextParagraph -> int
Parameters
-
value
-
Type:
Spire.Presentation
TextParagraph
The Paragraph
Return Value
Type:
Int32
The index at which the Paragraph has been added.
See Also