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
LineBreakLength
Get the line break length.
public int LineBreakLength { get; }
Property Value
LineNumber
Get the LineNumber.
public int LineNumber { get; }
Property Value
Start
Get the start position.
public int Start { get; }
Property Value
Text
Get the Text.
public SourceText Text { get; }
Property Value
Methods
ToString()
Override the ToString
public override string ToString()
Returns
The string.