Aspose::Words::Saving::MarkdownLinkExportMode enum
MarkdownLinkExportMode enum
The mode of exporting links to a target document.
enum class MarkdownLinkExportMode
Values
Name | Value | Description |
---|---|---|
Auto | 0 | A 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. |
Inline | 1 | Links are exported as inline blocks. |
Reference | 2 | Links are exported as reference blocks. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++