Class BlockSyntaxDescriptor

Class BlockSyntaxDescriptor

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

Definisce il BlockSyntaxDescriptor.

[ComVisible(true)]
public class BlockSyntaxDescriptor

Inheritance

object BlockSyntaxDescriptor

I membri ereditari

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

Properties

Block

Ottieni il blocco

public BlockSyntaxNode Block { get; }

Valore di proprietà

BlockSyntaxNode

Parser

Prendi il parcheggio.

public MarkdownBlockParser Parser { get; }

Valore di proprietà

MarkdownBlockParser

Methods

AppendInline(SourceText)

Definisci l’interfaccia per Append Inline.

public BlockSyntaxDescriptor AppendInline(SourceText text)

Parameters

text SourceText

La fonte del testo.

Returns

BlockSyntaxDescriptor

Il BlockSyntaxDescriptor.

Close()

Definisci l’interfaccia per Close.

public void Close()

Delete()

Definisci l’interfaccia per Rimuovere.

public void Delete()

Vantaggio di valore (String)

Definisci l’interfaccia per ottenere l’attributo

public T GetAttributeValue<t>(string name)

Parameters

name string

Il nome della string.

Returns

T

Il valore del tipo T.

Tipo di parametri

T

Il tipeparam.

GetAttributes()

Definisci l’interfaccia per ottenere attributi.

public IEnumerable<keyvaluepair<string, object="">&gt; GetAttributes()

Returns

IEnumerable di < KeyValuePair di < string , object di >>

Il non numeroso.

GetContent()

Definisci l’interfaccia per ottenere contenuti.

public ICollection<sourcetext> GetContent()

Returns

ICollection di < SourceText >

La collezione.

HasAttribute(String)

Definisce l’interfaccia per verificare ha attribuito

public bool HasAttribute(string name)

Parameters

name string

Il nome della string.

Returns

bool

Il booleano .

Valutazione (di string, t)

Definisce l’interfaccia per set attribute.

public void SetAttributeValue<t>(string name, T value)

Parameters

name string

Il nome della string.

value T

Il valore T.

Tipo di parametri

T

Il tipo T.

ToString()

Rimuovere l’interfaccia ToString.

public override string ToString()

Returns

string

Il strato .</keyvaluepair<string,>

 Italiano