Struct TextLine

Struct TextLine

이름 공간 : Aspose.Html.Toolkit.Markdown.Syntax.Text 구성: Aspose.HTML.dll (25.4.0)

TextLine을 소개합니다.

[ComVisible(true)]
public struct TextLine

상속 회원들

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

Properties

End

마지막 위치를 얻으십시오.

public int End { get; }

부동산 가치

int

LineBreakLength

라인을 끊는 길이를 얻으십시오.

public int LineBreakLength { get; }

부동산 가치

int

LineNumber

라인 번호를 얻으십시오.

public int LineNumber { get; }

부동산 가치

int

Start

시작 위치를 얻으십시오.

public int Start { get; }

부동산 가치

int

Text

텍스트를 얻으십시오.

public SourceText Text { get; }

부동산 가치

SourceText

Methods

ToString()

토스트링을 넘어서라

public override string ToString()

Returns

string

그 끈을

 한국어