public final class LoadFormat
extends com.aspose.ms.System.Enum
Specifies load format.
Modifier and Type | Field and Description |
---|---|
static int |
AutoDetect
This option allows to loading engine try detection of format itself Currently only
SVG,XML,XSLFO formats can be autodetected.
|
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 |
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 |
Plugin
means loading of document with the aid of a plugin
|
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 Plugin
means loading of document with the aid of a plugin
public static final int AutoDetect
This option allows to loading engine try detection of format itself Currently only SVG,XML,XSLFO formats can be autodetected. If engine cannot detect type of file, HTML will be used. This logic came from old GEnerator cause method itself came from old Genedrator
Copyright © 2016 Aspose. All Rights Reserved.