[]
Inserts a line Break into this collection at a specified location.
public Break InsertBreak(InsertLocation location)
Public Function InsertBreak(location As InsertLocation) As Break
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Break into this collection at a specified location.
public Break InsertBreak(BreakType type, InsertLocation location)
Public Function InsertBreak(type As BreakType, location As InsertLocation) As Break
Type | Name | Description |
---|---|---|
BreakType | type | The break type. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Break into this collection at a specified location.
public Break InsertBreak(BreakType type, BreakClear clear, InsertLocation location)
Public Function InsertBreak(type As BreakType, clear As BreakClear, location As InsertLocation) As Break
Type | Name | Description |
---|---|---|
BreakType | type | The break type. |
BreakClear | clear | The location that shall be used as the next available line when the |
InsertLocation | location | The target InsertLocation for the insertion. |