text method
text
Creates TextSyntax
Returns
The TextSyntax.
def text(self, text):
...
| Parameter | Type | Description |
|---|---|---|
| text | str | The string value. |
text
Create the TextSyntax from SourceText.
Returns
The TextSyntax.
def text(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | aspose.html.toolkit.markdown.syntax.text.SourceText | The SourceText. |
text
Create the TextSyntax from SourceText and TextSpan.
Returns
The TextSyntax.
def text(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. |