Documents for PDF, .NET Edition Documentation
Append Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : Append Method
Adds a text run with default formatting to the end of the Inlines collection.
Overload List
OverloadDescription
Adds a text run with default formatting to the end of the Inlines collection.  
Adds a text run with the specified format to the end of the Inlines collection.  
Adds an inline object, or a copy of it, to the end of the Inlines collection.

If adding the same inline object multiple times, make sure to pass true as the addCopy parameter.

 
Adds an anchored object, or a copy of it, to the end of the Inlines collection.

If adding the same anchored object multiple times, make sure to pass true as the addCopy parameter.

 
See Also

Reference

TextLayout Class
TextLayout Members