MarkdownSyntaxFactory.InlineImage
Contents
[
Hide
]InlineImage(String, String, String)
Creates InlineImageSyntaxNode
.
public InlineImageSyntaxNode InlineImage(String altText, String href, String title)
Parameter | Type | Description |
---|---|---|
altText | String | The alternative text. |
href | String | The URL of image. |
title | String | The title. |
Return Value
The InlineImageSyntax.
See Also
- class InlineImageSyntaxNode
- class MarkdownSyntaxFactory
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML
InlineImage(MarkdownSyntaxToken, MarkdownSyntaxToken, MarkdownSyntaxToken, LinkDestinationSyntaxNode, LinkTitleSyntaxNode, MarkdownSyntaxToken)
Creates InlineImageSyntaxNode
.
public InlineImageSyntaxNode InlineImage(MarkdownSyntaxToken contentOpening,
MarkdownSyntaxToken contentClosing, MarkdownSyntaxToken declarationOpening,
LinkDestinationSyntaxNode destination, LinkTitleSyntaxNode title,
MarkdownSyntaxToken declarationClosing)
Parameter | Type | Description |
---|---|---|
contentOpening | MarkdownSyntaxToken | The contentOpening. |
contentClosing | MarkdownSyntaxToken | The contentClosing. |
declarationOpening | MarkdownSyntaxToken | The declarationOpening. |
destination | LinkDestinationSyntaxNode | The destination. |
title | LinkTitleSyntaxNode | The title. |
declarationClosing | MarkdownSyntaxToken | The declarationClosing. |
Return Value
The InlineImageSyntax.
See Also
- class InlineImageSyntaxNode
- class MarkdownSyntaxToken
- class LinkDestinationSyntaxNode
- class LinkTitleSyntaxNode
- class MarkdownSyntaxFactory
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML