httpcontenttype-ag凯发旗舰厅



com.spire.doc
enum httpcontenttype

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

public enum httpcontenttype
extends java.lang.enum<httpcontenttype>

http content to browser.


enum constant summary
attachment
          savetofile as attachment to the disk.
in_browser
          loadfromstream directly in browser.
 
method summary
 int getvalue()
           
 
enum constant detail

in_browser

public static final httpcontenttype in_browser
loadfromstream directly in browser.

attachment

public static final httpcontenttype attachment
savetofile as attachment to the disk.
method detail

getvalue

public int getvalue()


网站地图