escaped_character method
escaped_character
Creates TextSyntaxNode
.
Returns
The TextSyntax.
def escaped_character(self, escaped_char):
...
Parameter | Type | Description |
---|---|---|
escaped_char | char | The escapedChar. |
escaped_character
Creates TextSyntaxNode
.
Returns
The TextSyntax.
def escaped_character(self, source, span):
...
Parameter | Type | Description |
---|---|---|
source | aspose.html.toolkit.markdown.syntax.text.SourceText | The SourceText. |
span | aspose.html.toolkit.markdown.syntax.text.TextSpan | The TextSpan. |
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
MarkdownSyntaxFactory
- class
TextSyntaxNode