java.lang.Object
com.aspose.words.MarkdownLinkExportMode
public class MarkdownLinkExportMode
| Field Summary | ||
|---|---|---|
static final int | AUTO | |
| 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. | ||
static final int | INLINE | |
| Links are exported as inline blocks. | ||
static final int | REFERENCE | |
| Links are exported as reference blocks. | ||
| Field Detail |
|---|
AUTO = 0 | |
public static final int AUTO | |
INLINE = 1 | |
public static final int INLINE | |
REFERENCE = 2 | |
public static final int REFERENCE | |