Struct TextLine

Struct TextLine

Le nom : Aspose.Html.Toolkit.Markdown.Syntax.Text Assemblaggio: Aspose.HTML.dll (25.4.0)

Représenter le texte.

[ComVisible(true)]
public struct TextLine

I membri ereditari

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

Properties

End

Obtenez la position finale.

public int End { get; }

Valore di proprietà

int

LineBreakLength

Obtenez la longueur de la ligne.

public int LineBreakLength { get; }

Valore di proprietà

int

LineNumber

Obtenez le numéro de ligne.

public int LineNumber { get; }

Valore di proprietà

int

Start

Obtenez la position de départ.

public int Start { get; }

Valore di proprietà

int

Text

Obtenez le texte.

public SourceText Text { get; }

Valore di proprietà

SourceText

Methods

ToString()

Réservez le tostring

public override string ToString()

Returns

string

et le string.

 Français