fileformat-ag凯发旗舰厅



com.spire.doc
enum fileformat

java.lang.object
  extended by java.lang.enum<fileformat>
      extended by com.spire.doc.fileformat
all implemented interfaces:
java.lang.comparable<fileformat>

public enum fileformat
extends java.lang.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

auto

public static final fileformat auto
instructs spire.doc to recognize the format automatically.

doc

public static final fileformat doc
microsoft word 97 - 2003 binary document.

dot

public static final fileformat dot
microsoft word 97 - 2003 binary document or template.

docx

public static final fileformat docx
microsoft word 2007 document.

docx_2010

public static final fileformat docx_2010
microsoft word 2010 document

docx_2013

public static final fileformat docx_2013
microsoft word 2013 document

dotx

public static final fileformat dotx
microsoft word 2007 template format.

dotx_2010

public static final fileformat dotx_2010
microsoft word 2010 template format.

dotx_2013

public static final fileformat dotx_2013
microsoft word 2013 template format.

docm

public static final fileformat docm
microsoft word 2007 macro enabled file format.

docm_2010

public static final fileformat docm_2010
microsoft word 2010 macro enabled file format.

docm_2013

public static final fileformat docm_2013
microsoft word 2013 macro enabled file format.

dotm

public static final fileformat dotm
microsoft word 2007 macro enabled template format.

dotm_2010

public static final fileformat dotm_2010
microsoft word 2010 macro enabled template format.

dotm_2013

public static final fileformat dotm_2013
microsoft word 2013 macro enabled template format.

ooxml

public static final fileformat ooxml
office open xml

word_ml

public static final fileformat word_ml
word xml format for for word 2003

word_xml

public static final fileformat word_xml
word xml format for word 2007-2013

odt

public static final fileformat odt
opendocument format.

ott

public static final fileformat ott
opendocument template format

pdf

public static final fileformat pdf
pdf format

rtf

public static final fileformat rtf
rtf format

svg

public static final fileformat svg
scalable vector graphics format

xml

public static final fileformat xml
xml file format.

txt

public static final fileformat txt
text file format.

html

public static final fileformat html
html format.

xps

public static final fileformat xps
xps format

e_pub

public static final fileformat e_pub
epub format

doc_pre_97

public static final fileformat doc_pre_97
the document is in the word 6 or word 95 format. spire.doc does not currently support loading such documents.

post_script

public static final fileformat post_script
postscript (ps) format.

pcl

public static final fileformat pcl
printer command language (pcl) format.
method detail

getvalue

public int getvalue()


网站地图