com.aspose.words
Class MarkdownLinkExportMode

java.lang.Object
    extended by com.aspose.words.MarkdownLinkExportMode

public class MarkdownLinkExportMode 
extends java.lang.Object

Utility class containing constants. The mode of exporting links to a target document.

Field Summary
static final intAUTO = 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.
static final intINLINE = 1
           Links are exported as inline blocks.
static final intREFERENCE = 2
           Links are exported as reference blocks.
 

Field Detail

AUTO = 0

public 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.

INLINE = 1

public static final int INLINE
Links are exported as inline blocks.

REFERENCE = 2

public static final int REFERENCE
Links are exported as reference blocks.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.