[]
Splits the run at a specified location relative to a specified child content.
public virtual Run Split(ContentObject child, InsertLocation location)
Public Overridable Function Split(child As ContentObject, location As InsertLocation) As Run
| Type | Name | Description |
|---|---|---|
| ContentObject | child | The child content where to split. |
| InsertLocation | location | The position relative to |
| Type | Description |
|---|---|
| Run | The second part of the split run content. |