MarkdownSyntaxFactory.Text
Contents
[
Hide
]Text(String)
Creates TextSyntax
public TextSyntaxNode Text(String text)
| Parameter | Type | Description |
|---|---|---|
| text | String | The String value. |
Return Value
The TextSyntax.
See Also
- class TextSyntaxNode
- class MarkdownSyntaxFactory
- package com.aspose.html.toolkit.markdown.syntax
- package Aspose.HTML
Text(SourceText)
Create the TextSyntax from SourceText.
public TextSyntaxNode Text(SourceText source)
| Parameter | Type | Description |
|---|---|---|
| source | SourceText | The SourceText. |
Return Value
The TextSyntax.
See Also
- class TextSyntaxNode
- class SourceText
- class MarkdownSyntaxFactory
- package com.aspose.html.toolkit.markdown.syntax
- package Aspose.HTML
Text(SourceText, TextSpan)
Create the TextSyntax from SourceText and TextSpan.
public TextSyntaxNode Text(SourceText source, TextSpan span)
| Parameter | Type | Description |
|---|---|---|
| source | SourceText | The SourceText. |
| span | TextSpan | The TextSpan. |
Return Value
The TextSyntax.
See Also
- class TextSyntaxNode
- class SourceText
- struct TextSpan
- class MarkdownSyntaxFactory
- package com.aspose.html.toolkit.markdown.syntax
- package Aspose.HTML