|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<fileformat>
com.spire.pdf.fileformat
public 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 |
---|
public static final fileformat pdf
public static final fileformat xps
public static final fileformat doc
public static final fileformat docx
public static final fileformat html
public static final fileformat svg
public static final fileformat pcl
public static final fileformat postscript
public static final fileformat imagefromps
method detail |
---|
public java.lang.string getname()
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |