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
LineBreakLength
Obtenir la línia de trencament de longitud.
public int LineBreakLength { get; }
Valor de la propietat
LineNumber
Obtenir el número de línia.
public int LineNumber { get; }
Valor de la propietat
Start
Obtenir la posició inicial.
public int Start { get; }
Valor de la propietat
Text
Obtenir el text.
public SourceText Text { get; }
Valor de la propietat
Methods
ToString()
Sobrepassar el tostring
public override string ToString()
Returns
La línia .