Struct TextLine

Struct TextLine

Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Text
Assembly: Aspose.HTML.dll (25.2.0)

Represent the TextLine.

[ComVisible(true)]
public struct TextLine

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

End

Get the end position.

public int End { get; }

Property Value

int

LineBreakLength

Get the line break length.

public int LineBreakLength { get; }

Property Value

int

LineNumber

Get the LineNumber.

public int LineNumber { get; }

Property Value

int

Start

Get the start position.

public int Start { get; }

Property Value

int

Text

Get the Text.

public SourceText Text { get; }

Property Value

SourceText

Methods

ToString()

Override the ToString

public override string ToString()

Returns

string

The string.