Documents for PDF, .NET Edition Documentation
Append(String) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class > Append Method : Append(String) Method
The text to append.
Adds a text run with default formatting to the end of the Inlines collection.
Syntax
'Declaration
 
Public Overloads Function Append( _
   ByVal text As System.String _
) As TextRun
public TextRun Append( 
   System.string text
)

Parameters

text
The text to append.

Return Value

The created text run.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List