Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Break Class / Clear Property

In This Topic
    Clear Property
    In This Topic
    Gets or sets the location that shall be used as the next available line when the Type is BreakType.TextWrapping.
    Syntax
    'Declaration
     
    Public Property Clear As BreakClear
    public BreakClear Clear {get; set;}
    See Also