Struct TextLine

Struct TextLine

Nom dels espais: Aspose.Html.Toolkit.Markdown.Syntax.Text Assemblea: Aspose.HTML.dll (25.4.0)

Representació del text.

[ComVisible(true)]
public struct TextLine

Membres heretats

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

Properties

End

Obtenir la posició final.

public int End { get; }

Valor de la propietat

int

LineBreakLength

Obtenir la línia de trencament de longitud.

public int LineBreakLength { get; }

Valor de la propietat

int

LineNumber

Obtenir el número de línia.

public int LineNumber { get; }

Valor de la propietat

int

Start

Obtenir la posició inicial.

public int Start { get; }

Valor de la propietat

int

Text

Obtenir el text.

public SourceText Text { get; }

Valor de la propietat

SourceText

Methods

ToString()

Sobrepassar el tostring

public override string ToString()

Returns

string

La línia .

 Català