[]
public Break AddBreak()
Public Function AddBreak() As Break
public Break AddBreak(BreakType type)
Public Function AddBreak(type As BreakType) As Break
Type | Name | Description |
---|---|---|
BreakType | type | The break type. |
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 |