Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Append Method

In This Topic
    Append Method (TextLayout)
    In This Topic
    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 default formatting to the end of the Inlines collection.  
    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 a text run with the specified format to the end of the Inlines collection.  
    Adds a text run with the specified format to the end of the Inlines collection.  
    Adds a text run with the specified format 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