MarkdownSyntaxFactory.Text
Contenu
[
Cacher
]Text(string)
crée TextSyntax
public TextSyntaxNode Text(string text)
Paramètre | Taper | La description |
---|---|---|
text | String | La valeur de chaîne. |
Return_Value
La syntaxe du texte.
Voir également
- class TextSyntaxNode
- class MarkdownSyntaxFactory
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax
- Assemblée Aspose.HTML
Text(SourceText)
Créer la TextSyntax à partir de SourceText.
public TextSyntaxNode Text(SourceText source)
Paramètre | Taper | La description |
---|---|---|
source | SourceText | Le TexteSource. |
Return_Value
La syntaxe du texte.
Voir également
- class TextSyntaxNode
- class SourceText
- class MarkdownSyntaxFactory
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax
- Assemblée Aspose.HTML
Text(SourceText, TextSpan)
Créer la TextSyntax à partir de SourceText et TextSpan.
public TextSyntaxNode Text(SourceText source, TextSpan span)
Paramètre | Taper | La description |
---|---|---|
source | SourceText | Le TexteSource. |
span | TextSpan | Le TextSpan. |
Return_Value
La syntaxe du texte.
Voir également
- class TextSyntaxNode
- class SourceText
- struct TextSpan
- class MarkdownSyntaxFactory
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax
- Assemblée Aspose.HTML