Class BlockSyntaxDescriptor

Class BlockSyntaxDescriptor

Nombre del espacio: Aspose.Html.Toolkit.Markdown.Syntax.Parser Colección: Aspose.HTML.dll (25.4.0)

Definición del BlockSyntaxDescriptor.

[ComVisible(true)]
public class BlockSyntaxDescriptor

Inheritance

object BlockSyntaxDescriptor

Miembros heredados

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

Properties

Block

Obtenga el bloque

public BlockSyntaxNode Block { get; }

Valor de la propiedad

BlockSyntaxNode

Parser

Obtenga el Parsero.

public MarkdownBlockParser Parser { get; }

Valor de la propiedad

MarkdownBlockParser

Methods

AppendInline(SourceText)

Definición de la interfaz para Append Inline.

public BlockSyntaxDescriptor AppendInline(SourceText text)

Parameters

text SourceText

El texto de fuente.

Returns

BlockSyntaxDescriptor

El BlockSyntaxDescriptor.

Close()

Define la interfaz para Cerca.

public void Close()

Delete()

Define la interfaz para eliminar.

public void Delete()

Valor de los valores (El string)

Define la interfaz para obtener el atributo

public T GetAttributeValue<t>(string name)

Parameters

name string

El nombre de la string.

Returns

T

El valor del tipo T.

Tipos de Parámetros

T

y el tipeparam.

GetAttributes()

Define la interfaz para obtener el atributo.

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

Returns

IEnumerable &ylt; KeyValuePair &ylt; string , object &y >>

El no numerable.

GetContent()

Define la interfaz para obtener contenido.

public ICollection<sourcetext> GetContent()

Returns

ICollection &ylt; SourceText >

de la Icolección.

HasAttribute(El string)

Definición de la interfaz para comprobar que tiene un atributo

public bool HasAttribute(string name)

Parameters

name string

El nombre de la string.

Returns

bool

y el boolean.

Valor de los valores (Cuerpo, T)

Define la interfaz para el atributo de configuración.

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

Parameters

name string

El nombre de la string.

value T

El valor de T.

Tipos de Parámetros

T

El tipo T.

ToString()

Descarga la interfaz ToString.

public override string ToString()

Returns

string

El cordón.</keyvaluepair<string,>

 Español