BlockSyntaxDescriptor Class
BlockSyntaxDescriptor class
Defines the BlockSyntaxDescriptor.
public class BlockSyntaxDescriptor
Properties
Name | Description |
---|---|
Block { get; } | Get the Block |
Parser { get; } | Get the Parser. |
Methods
Name | Description |
---|---|
AppendInline(SourceText) | Defines the interface for Append Inline. |
Close() | Defines the interface for Close. |
Delete() | Defines the interface for Delete. |
GetAttributes() | Defines the interface for get attribute. |
GetAttributeValue<T>(string) | Defines the interface for get the Attribute |
GetContent() | Defines the interface for get content. |
HasAttribute(string) | Defines the interface for check Has Attribute |
SetAttributeValue<T>(string, T) | Defines the interface for set attribute. |
override ToString() | Override the ToString interface. |
See Also
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assembly Aspose.HTML