[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextCollection.AddBreak

AddBreak Method

AddBreak()

Adds a line Break to this collection at the End location.

Declaration
public Break AddBreak()
Public Function AddBreak() As Break
Returns
Type Description
Break

The added Break.

AddBreak(BreakType)

Adds a Break to this collection at the End location.

Declaration
public Break AddBreak(BreakType type)
Public Function AddBreak(type As BreakType) As Break
Parameters
Type Name Description
BreakType type

The break type.

Returns
Type Description
Break

The added Break.

AddBreak(BreakType, BreakClear)

Adds a Break to this collection at the End location.

Declaration
public Break AddBreak(BreakType type, BreakClear clear)
Public Function AddBreak(type As BreakType, clear As BreakClear) As Break
Parameters
Type Name Description
BreakType type

The break type.

BreakClear clear

The location that shall be used as the next available line when the type has a value of TextWrapping.

Returns
Type Description
Break

The added Break.