Aspose::Words::Saving::MarkdownLinkExportMode enum

MarkdownLinkExportMode enum

The mode of exporting links to a target document.

enum class MarkdownLinkExportMode

Values

NameValueDescription
Auto0A link is exported as a reference block if it has roundtrip information or is mentioned more than once in a document. In all other cases a link is exported as an inline block.
Inline1Links are exported as inline blocks.
Reference2Links are exported as reference blocks.

See Also