com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class LoadFormat

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.LoadFormat


  • public final class LoadFormat
    extends com.aspose.ms.System.Enum

    Specifies load format.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • CGM

        public static final int CGM

        means loading of document in CGM format

        See Also:
        Constant Field Values
      • HTML

        public static final int HTML

        means loading of document in HTML format

        See Also:
        Constant Field Values
      • EPUB

        public static final int EPUB

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

        See Also:
        Constant Field Values
      • XML

        public static final int XML

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

        See Also:
        Constant Field Values
      • XSLFO

        public static final int XSLFO

        means loading of document in XSLFO format

        See Also:
        Constant Field Values
      • PCL

        public static final int PCL

        means loading of document in PCL format

        See Also:
        Constant Field Values
      • XPS

        public static final int XPS

        means loading of document in XPS format

        See Also:
        Constant Field Values
      • TEX

        public static final int TEX

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

        See Also:
        Constant Field Values
      • SVG

        public static final int SVG

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

        See Also:
        Constant Field Values
      • MHT

        public static final int MHT

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

        See Also:
        Constant Field Values
      • PS

        public static final int PS

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

        See Also:
        Constant Field Values
      • MD

        public static final int MD

        means loading document is in MD format (markdown).

        See Also:
        Constant Field Values