whitespace method
whitespace
Create the WhitespaceSyntax.
Returns
The WhitespaceSyntax.
def whitespace(self):
...
whitespace
Create the WhitespaceSyntax.
Returns
The WhitespaceSyntax.
def whitespace(self, count):
...
| Parameter | Type | Description |
|---|---|---|
| count | int | The count of white space. |
whitespace
Create the WhitespaceSyntax.
Returns
The WhitespaceSyntax.
def whitespace(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | aspose.html.toolkit.markdown.syntax.text.SourceText | The SourceText. |
whitespace
Creates WhitespaceSyntaxNode.
Returns
The WhitespaceSyntax.
def whitespace(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
WhitespaceSyntaxNode