[]
Inserts an inline element in a text position.
public static C1TextPointer InsertInline(this C1TextPointer position, C1Inline inline)
Public Shared Function InsertInline(position As C1TextPointer, inline As C1Inline) As C1TextPointer
| Type | Name | Description |
|---|---|---|
| C1TextPointer | position | |
| C1Inline | inline |
| Type | Description |
|---|---|
| C1TextPointer | A position before the inserted inline element. |