[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.LineBreak

Class LineBreak

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Represents an inline element that causes a new line to begin.

public class LineBreak : FormattableInline
Inheritance
object
LineBreak
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

LineBreak()

Creates a new instance of LineBreak.

public LineBreak()

LineBreak(TextFormat)

Creates a new instance of LineBreak.

public LineBreak(TextFormat format)

Parameters

format TextFormat

Methods

GetCharCount()

Gets the number of UTF-16 characters.

public override int GetCharCount()

Returns

int

GetChars()

Gets the string of UTF-16 characters.

public override string GetChars()

Returns

string