Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / InsertBreak Method / InsertBreak(BreakType,BreakClear,InsertLocation) Method
The break type.
The location that shall be used as the next available line when the type has a value of BreakType.TextWrapping.
The target InsertLocation for the insertion.

In This Topic
    InsertBreak(BreakType,BreakClear,InsertLocation) Method
    In This Topic
    Inserts a Break into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertBreak( _
       ByVal type As BreakType, _
       ByVal clear As BreakClear, _
       ByVal location As InsertLocation _
    ) As Break
    public Break InsertBreak( 
       BreakType type,
       BreakClear clear,
       InsertLocation location
    )

    Parameters

    type
    The break type.
    clear
    The location that shall be used as the next available line when the type has a value of BreakType.TextWrapping.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Break.
    See Also