[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Break

Class Break

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a break element in a body content.

public class Break : Text, IBrowsable<Text>
Inheritance
Break
Implements
Inherited Members

Properties

Clear

Gets or sets the location that shall be used as the next available line when the Type is TextWrapping.

public BreakClear Clear { get; set; }

Property Value

BreakClear

Type

Gets or sets the break type.

public BreakType Type { get; set; }

Property Value

BreakType

Value

Gets the text representation of the break.

public override string Value { get; set; }

Property Value

string

Remarks

Set is not supported.

Exceptions

IsReadOnlyException

Throws when set is called.

Methods

Split(int)

Splitting of a break is not supported.

public override Text Split(int position)

Parameters

position int

Returns

Text

Exceptions

ContentNotSplittableException

Throws always.