[]
Inserts a hard line break in the position.
public static C1TextPointer InsertHardLineBreak(this C1TextPointer position)
Type | Name | Description |
---|---|---|
C1TextPointer | position | A C1TextPointer where to insert the hard line break. |
Type | Description |
---|---|
C1TextPointer | A position at the start of the new paragraph. |
A hard line break ends the current block and creates a new C1Paragraph.