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
- namespace Aspose.Html.Toolkit.Markdown.Syntax
- assembly 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
- namespace Aspose.Html.Toolkit.Markdown.Syntax
- assembly 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
- namespace Aspose.Html.Toolkit.Markdown.Syntax
- assembly Aspose.HTML