'Declaration
Public Overloads Overridable Function Split( _ ByVal offset As Integer, _ ByVal splitEdges As Boolean _ ) As C1TextPointer
public virtual C1TextPointer Split( int offset, bool splitEdges )
Parameters
- offset
- The offset where to split, elements in positions greater or equal to the offset are added to the second element.
- splitEdges
- Indicates whether the element should be split when the position is at the start or end of the element.
Return Value
Returns the position in the parent element between this element and the new element.