html_fragment method
html_fragment
Creates HTMLFragmentSyntax.
Returns
The HTMLFragmentSyntax.
def html_fragment(self):
...
html_fragment
Creates HTMLFragmentSyntax.
Returns
The HTMLFragmentSyntax.
def html_fragment(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
HTMLFragmentSyntax - class
MarkdownSyntaxFactory