Class DelimiterRun

Class DelimiterRun

Il nome: Aspose.Html.Toolkit.Markdown.Syntax.Parser Assemblaggio: Aspose.HTML.dll (25.4.0)

Definisci il delimitore

[ComVisible(true)]
public class DelimiterRun

Inheritance

object DelimiterRun

I membri ereditari

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

Constructors

DelimiterRun(Sito ufficiale: DelimiterState, TextSpan)

Creare il DelimiterRun

public DelimiterRun(SourceText source, TextSpan span, DelimiterState state)

Parameters

source SourceText

La fonte del testo.

span TextSpan

Il testo spagnolo.

state DelimiterState

Lo Stato delimitante.

Properties

Length

Ottieni la lunghezza.

public int Length { get; }

Valore di proprietà

int

Source

Ottieni la fonte.

public SourceText Source { get; }

Valore di proprietà

SourceText

Span

Prendi e metti la spina.

public TextSpan Span { get; set; }

Valore di proprietà

TextSpan

State

Prendi e stabilisci lo Stato.

public DelimiterState State { get; set; }

Valore di proprietà

DelimiterState

Text

Prendi il testo.

public SourceText Text { get; }

Valore di proprietà

SourceText

 Italiano