Class BlockSyntaxDescriptor

Class BlockSyntaxDescriptor

Navne til: Aspose.Html.Toolkit.Markdown.Syntax.Parser Sammensætning: Aspose.HTML.dll (25.4.0)

Definition af BlockSyntaxDescriptor.

[ComVisible(true)]
public class BlockSyntaxDescriptor

Inheritance

object BlockSyntaxDescriptor

De arvede medlemmer

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

Properties

Block

Få blokken

public BlockSyntaxNode Block { get; }

Ejendomsværdi

BlockSyntaxNode

Parser

Få det parser.

public MarkdownBlockParser Parser { get; }

Ejendomsværdi

MarkdownBlockParser

Methods

AppendInline(SourceText)

Definition af grænsefladen for Append Inline.

public BlockSyntaxDescriptor AppendInline(SourceText text)

Parameters

text SourceText

Den kilde tekst.

Returns

BlockSyntaxDescriptor

Det er en BlockSyntaxDescriptor.

Close()

Definition af grænsefladen for tæt.

public void Close()

Delete()

Definition af grænsefladen for Delete.

public void Delete()

Giv værdi(String)

Definition af grænsen for at få det atribut

public T GetAttributeValue<t>(string name)

Parameters

name string

Navnet på strengen.

Returns

T

T type værdi.

Typer af parametre

T

Det er typen.

GetAttributes()

Definition af grænsefladen for at få atribut.

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

Returns

IEnumerable < KeyValuePair < string , object &af >>

Det unumerbare.

GetContent()

Definition af grænsen for at få indhold.

public ICollection<sourcetext> GetContent()

Returns

ICollection < SourceText >

Det er ICOLEKTION.

HasAttribute(String)

Definition af grænsefladen for check Has Attribute

public bool HasAttribute(string name)

Parameters

name string

Navnet på strengen.

Returns

bool

Det er boolean.

SætAttributeValue(Strækning, T)

Definition af grænsefladen for set attribut.

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

Parameters

name string

Navnet på strengen.

value T

Den T værdi.

Typer af parametre

T

Den T type.

ToString()

Override ToString-grænsefladen.

public override string ToString()

Returns

string

og strengen.</keyvaluepair<string,>

 Dansk