DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Append Method / Append(String,TextFormat) Method
The text to append.
The text format to use.

In This Topic
Append(String,TextFormat) Method
In This Topic
Adds a text run with the specified format to the end of the Inlines collection.
Syntax
'Declaration
 
Public Overloads Function Append( _
   ByVal text As System.String, _
   ByVal format As TextFormat _
) As TextRun
 

Parameters

text
The text to append.
format
The text format to use.

Return Value

The created text run.
See Also