[]
Inserts text in a document keeping the styles of previous runs in the same block.
public static C1TextRange InsertText(C1TextPointer position, string text)
Type | Name | Description |
---|---|---|
C1TextPointer | position | A C1TextPointer where to insert text. |
string | text | Text to insert. |
Type | Description |
---|---|
C1TextRange | The start position of the inserted text. |