API Reference

Class

MarkdownNativeImageBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for an image block.

Inheritance

Properties

public ImageBlock Image { get; } #

Source image block.

public String Source { get; } #

Image source path or URL.

public String Alt { get; } #

Alternate text markdown when available.

public String PlainAlt { get; } #

Plain alternate text when available.

public String Title { get; } #

Image title when available.

public Nullable<Double> Width { get; } #

Requested display width when available.

public Nullable<Double> Height { get; } #

Requested display height when available.

public String Caption { get; } #

Optional image caption.

public String LinkUrl { get; } #

Optional link target wrapping the image.

public String LinkTitle { get; } #

Optional link title.

public String LinkTarget { get; } #

Optional link HTML target.

public String LinkRel { get; } #

Optional link rel value.

public String PictureFallbackPath { get; } #

Optional fallback path for picture sources.

public IReadOnlyList<ImagePictureSource> PictureSources { get; } #

Responsive picture sources in source order.