Struct TextLine

Struct TextLine

Nombre del espacio: Aspose.Html.Toolkit.Markdown.Syntax.Text Colección: Aspose.HTML.dll (25.4.0)

Representa el texto.

[ComVisible(true)]
public struct TextLine

Miembros heredados

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

Properties

End

Obtenga la posición final.

public int End { get; }

Valor de la propiedad

int

LineBreakLength

Obtenga la línea que rompa la longitud.

public int LineBreakLength { get; }

Valor de la propiedad

int

LineNumber

Obtenga el número de línea.

public int LineNumber { get; }

Valor de la propiedad

int

Start

Obtenga la posición de inicio.

public int Start { get; }

Valor de la propiedad

int

Text

Obtenga el texto.

public SourceText Text { get; }

Valor de la propiedad

SourceText

Methods

ToString()

Sobreviviendo el ToString

public override string ToString()

Returns

string

El cordón.

 Español