MarkdownSyntaxFactory.InlineImage
Contenu
[
Cacher
]InlineImage(string, string, string)
Crée des objets à l’aide de InlineImageSyntax.CreateInstance.
public InlineImageSyntaxNode InlineImage(string altText, string href, string title)
Paramètre | Taper | La description |
---|---|---|
altText | String | Le texte alternatif. |
href | String | L’URL de l’image. |
title | String | Le titre. |
Return_Value
La syntaxe d’image en ligne.
Voir également
- class InlineImageSyntaxNode
- class MarkdownSyntaxFactory
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax
- Assemblée Aspose.HTML
InlineImage(MarkdownSyntaxToken, MarkdownSyntaxToken, MarkdownSyntaxToken, LinkDestinationSyntaxNode, LinkTitleSyntaxNode, MarkdownSyntaxToken)
Crée des objets à l’aide de InlineImageSyntax.CreateInstance.
public InlineImageSyntaxNode InlineImage(MarkdownSyntaxToken contentOpening,
MarkdownSyntaxToken contentClosing, MarkdownSyntaxToken declarationOpening,
LinkDestinationSyntaxNode destination, LinkTitleSyntaxNode title,
MarkdownSyntaxToken declarationClosing)
Paramètre | Taper | La description |
---|---|---|
contentOpening | MarkdownSyntaxToken | Le contenuOuverture. |
contentClosing | MarkdownSyntaxToken | Le contenuClosing. |
declarationOpening | MarkdownSyntaxToken | La déclarationOuverture. |
destination | LinkDestinationSyntaxNode | La destination. |
title | LinkTitleSyntaxNode | Le titre. |
declarationClosing | MarkdownSyntaxToken | La déclarationClosing. |
Return_Value
La syntaxe d’image en ligne.
Voir également
- class InlineImageSyntaxNode
- class MarkdownSyntaxToken
- class LinkDestinationSyntaxNode
- class LinkTitleSyntaxNode
- class MarkdownSyntaxFactory
- espace de noms Aspose.Html.Toolkit.Markdown.Syntax
- Assemblée Aspose.HTML