fileformat-ag凯发旗舰厅



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
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
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图