link_title method
link_title
Creates LinkTitleSyntaxNode.
Returns
The LinkTitleSyntaxNode object.
def link_title(self):
...
link_title
Creates LinkTitleSyntaxNode object from a string.
Returns
The LinkTitleSyntaxNode object.
def link_title(self, title):
...
| Parameter | Type | Description |
|---|---|---|
| title | str | Title string. |
link_title
Creates LinkTitleSyntaxNode.
Returns
The LinkTitleSyntaxNode object.
def link_title(self, opening, closing):
...
| Parameter | Type | Description |
|---|---|---|
| opening | MarkdownSyntaxToken | The opening token. |
| closing | MarkdownSyntaxToken | The closing token. |
See Also
- module
aspose.html.toolkit.markdown.syntax - class
LinkTitleSyntaxNode - class
MarkdownSyntaxFactory