com.spire.pdf
Enum FileFormat

java.lang.Object
  extended by java.lang.Enum<FileFormat>
      extended by com.spire.pdf.FileFormat
All Implemented Interfaces:
java.lang.Comparable<FileFormat>

public enum FileFormat
extends java.lang.Enum<FileFormat>

Specifies the type of file format.


Enum Constant Summary
DOC
          Match the file type is DOC
DOCX
          Match the file type is DOCX
HTML
          Match the file type is HTML
IMAGEFROMPS
           
PCL
          Match the file type is SVG
PDF
          Match the file type is PDF
POSTSCRIPT
          Match the file type is POSTSCRIPT
SVG
          Match the file type is SVG
XLSX
          Match the file type is Excel XLSX.
XPS
          Match the file type is XPS
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

PDF

public static final FileFormat PDF
Match the file type is PDF


XPS

public static final FileFormat XPS
Match the file type is XPS


DOC

public static final FileFormat DOC
Match the file type is DOC


DOCX

public static final FileFormat DOCX
Match the file type is DOCX


HTML

public static final FileFormat HTML
Match the file type is HTML


SVG

public static final FileFormat SVG
Match the file type is SVG


PCL

public static final FileFormat PCL
Match the file type is SVG


POSTSCRIPT

public static final FileFormat POSTSCRIPT
Match the file type is POSTSCRIPT


IMAGEFROMPS

public static final FileFormat IMAGEFROMPS

XLSX

public static final FileFormat XLSX
Match the file type is Excel XLSX.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()