Overload | Description |
---|---|
Append(String) | Adds a text run with default formatting to the end of the Inlines collection. |
Append(Int32[]) | Adds a text run with default formatting to the end of the Inlines collection. |
Append(Int32[],Int32,Int32) | Adds a text run with default formatting to the end of the Inlines collection. |
Append(String,TextFormat) | Adds a text run with the specified format to the end of the Inlines collection. |
Append(Int32[],TextFormat) | Adds a text run with the specified format to the end of the Inlines collection. |
Append(Int32[],TextFormat,IGcTag) | Adds a text run with the specified format to the end of the Inlines collection. |
Append(Int32[],Int32,Int32,TextFormat) | Adds a text run with the specified format to the end of the Inlines collection. |
Append(Int32[],Int32,Int32,TextFormat,IGcTag) | Adds a text run with the specified format to the end of the Inlines collection. |
Append(InlineObject,Boolean) | 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. |
Append(AnchoredObject,Boolean) | 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. |