In This Topic
Adds a
Paragraph to this collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String, _
ByVal As Style _
) As Paragraph
public Paragraph Add(
System.string ,
Style
)
Parameters
- text
- The text of the inserted Paragraph
- style
- The paragraph style.
Return Value
See Also