[]
Represents a break element in a body content.
public class Break : Text, IBrowsable<Text>
Gets or sets the location that shall be used as the next available line when the Type is TextWrapping.
public BreakClear Clear { get; set; }
Gets or sets the break type.
public BreakType Type { get; set; }
Gets the text representation of the break.
public override string Value { get; set; }
Set is not supported.
Throws when set is called.
Splitting of a break is not supported.
public override Text Split(int position)
position
intThrows always.