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