[]
Adds a Break to the end of the run.
public Break AddBreak()
Public Function AddBreak() As Break
| Type | Description |
|---|---|
| Break | The added Break. |
Adds a Break to the end of the run.
public Break AddBreak(BreakType type)
Public Function AddBreak(type As BreakType) As Break
| Type | Name | Description |
|---|---|---|
| BreakType | type | The break type. |
| Type | Description |
|---|---|
| Break | The added Break. |
Adds a Break to the end of the run.
public Break AddBreak(BreakType type, BreakClear clear)
Public Function AddBreak(type As BreakType, clear As BreakClear) 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 |
| Type | Description |
|---|---|
| Break | The added Break. |