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