[]
        
(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()
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)
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)
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.