'Declaration Public Overridable Function Split( _ ByVal child As ContentObject, _ ByVal location As InsertLocation _ ) As Run
public virtual Run Split( ContentObject child, InsertLocation location )
Parameters
- child
- The child content where to split.
- location
- The position relative to child where to split.
Return Value
The second part of the split run content.