LoadFormat

Inheritance: java.lang.Object, java.lang.Enum

public enum LoadFormat extends Enum<LoadFormat>

Specifies load format.

Fields

FieldDescription
CGMmeans loading of document in CGM format
HTMLmeans loading of document in HTML format
EPUBmeans loading of document in EPUB format(special format of e-books)
XMLmeans loading of document in XML format(special XML that represent logical structure of PDF document)
XSLFOmeans loading of document in XSLFO format
PCLmeans loading of document in PCL format
XPSmeans loading of document in XPS format
TEXmeans loading of document in TEX format - format of Latex text editor
SVGmeans loading of document in SVG format - format of Latex text editor
MHTmeans loading of document in MHT format(that is packed HTML format)
PSmeans loading of document in PS format(format of PostScript document)
MDmeans loading document is in MD format (markdown).
TXTmeans loading document is in TXT format.
APSmeans loading document in APS format.
PDFXMLInternal PDF document structure in XML format.

Methods

MethodDescription
values()
valueOf(String name)
getValue()

CGM

public static final LoadFormat CGM

means loading of document in CGM format

HTML

public static final LoadFormat HTML

means loading of document in HTML format

EPUB

public static final LoadFormat EPUB

means loading of document in EPUB format(special format of e-books)

XML

public static final LoadFormat XML

means loading of document in XML format(special XML that represent logical structure of PDF document)

XSLFO

public static final LoadFormat XSLFO

means loading of document in XSLFO format

PCL

public static final LoadFormat PCL

means loading of document in PCL format

XPS

public static final LoadFormat XPS

means loading of document in XPS format

TEX

public static final LoadFormat TEX

means loading of document in TEX format - format of Latex text editor

SVG

public static final LoadFormat SVG

means loading of document in SVG format - format of Latex text editor

MHT

public static final LoadFormat MHT

means loading of document in MHT format(that is packed HTML format)

PS

public static final LoadFormat PS

means loading of document in PS format(format of PostScript document)

MD

public static final LoadFormat MD

means loading document is in MD format (markdown).

TXT

public static final LoadFormat TXT

means loading document is in TXT format.

APS

public static final LoadFormat APS

means loading document in APS format.

PDFXML

public static final LoadFormat PDFXML

Internal PDF document structure in XML format.

values()

public static LoadFormat[] values()

Returns: com.aspose.pdf.LoadFormat[]

valueOf(String name)

public static LoadFormat valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: LoadFormat

getValue()

public int getValue()

Returns: int