public final class LoadFormat
extends com.aspose.ms.System.Enum
Specifies load format.
Modifier and Type | Field and Description |
---|---|
static int |
CGM
means loading of document in CGM format
|
static int |
EPUB
means loading of document in EPUB format(special format of e-books)
|
static int |
HTML
means loading of document in HTML format
|
static int |
MD
means loading document is in MD format (markdown).
|
static int |
MHT
means loading of document in MHT format(that is packed HTML format)
|
static int |
PCL
means loading of document in PCL format
|
static int |
PS
means loading of document in PS format(format of PostScript document)
|
static int |
SVG
means loading of document in SVG format - format of Latex text editor
|
static int |
TEX
means loading of document in TEX format - format of Latex text editor
|
static int |
XML
means loading of document in XML format(special XML that represent logical structure of PDF
document)
|
static int |
XPS
means loading of document in XPS format
|
static int |
XSLFO
means loading of document in XSLFO format
|
public static final int CGM
means loading of document in CGM format
public static final int HTML
means loading of document in HTML format
public static final int EPUB
means loading of document in EPUB format(special format of e-books)
public static final int XML
means loading of document in XML format(special XML that represent logical structure of PDF document)
public static final int XSLFO
means loading of document in XSLFO format
public static final int PCL
means loading of document in PCL format
public static final int XPS
means loading of document in XPS format
public static final int TEX
means loading of document in TEX format - format of Latex text editor
public static final int SVG
means loading of document in SVG format - format of Latex text editor
public static final int MHT
means loading of document in MHT format(that is packed HTML format)
public static final int PS
means loading of document in PS format(format of PostScript document)
public static final int MD
means loading document is in MD format (markdown).