|
|||||||||
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.doc.fileformat
public enum fileformat
type of file format.
enum constant summary | |
---|---|
auto
instructs spire.doc to recognize the format automatically. |
|
doc
microsoft word 97 - 2003 binary document. |
|
doc_pre_97
the document is in the word 6 or word 95 format. |
|
docm
microsoft word 2007 macro enabled file format. |
|
docm_2010
microsoft word 2010 macro enabled file format. |
|
docm_2013
microsoft word 2013 macro enabled file format. |
|
docx
microsoft word 2007 document. |
|
docx_2010
microsoft word 2010 document |
|
docx_2013
microsoft word 2013 document |
|
dot
microsoft word 97 - 2003 binary document or template. |
|
dotm
microsoft word 2007 macro enabled template format. |
|
dotm_2010
microsoft word 2010 macro enabled template format. |
|
dotm_2013
microsoft word 2013 macro enabled template format. |
|
dotx
microsoft word 2007 template format. |
|
dotx_2010
microsoft word 2010 template format. |
|
dotx_2013
microsoft word 2013 template format. |
|
e_pub
epub format |
|
html
html format. |
|
odt
opendocument format. |
|
ooxml
office open xml |
|
ott
opendocument template format |
|
pcl
printer command language (pcl) format. |
|
pdf
pdf format |
|
post_script
postscript (ps) format. |
|
rtf
rtf format |
|
svg
scalable vector graphics format |
|
txt
text file format. |
|
word_ml
word xml format for for word 2003 |
|
word_xml
word xml format for word 2007-2013 |
|
xml
xml file format. |
|
xps
xps format |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final fileformat auto
public static final fileformat doc
public static final fileformat dot
public static final fileformat docx
public static final fileformat docx_2010
public static final fileformat docx_2013
public static final fileformat dotx
public static final fileformat dotx_2010
public static final fileformat dotx_2013
public static final fileformat docm
public static final fileformat docm_2010
public static final fileformat docm_2013
public static final fileformat dotm
public static final fileformat dotm_2010
public static final fileformat dotm_2013
public static final fileformat ooxml
public static final fileformat word_ml
public static final fileformat word_xml
public static final fileformat odt
public static final fileformat ott
public static final fileformat pdf
public static final fileformat rtf
public static final fileformat svg
public static final fileformat xml
public static final fileformat txt
public static final fileformat html
public static final fileformat xps
public static final fileformat e_pub
public static final fileformat doc_pre_97
public static final fileformat post_script
public static final fileformat pcl
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |