httpcontenttype-ag凯发旗舰厅
com.spire.doc
enum httpcontenttype
java.lang.object
java.lang.enum<httpcontenttype>
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. |
in_browser
public static final httpcontenttype in_browser
- loadfromstream directly in browser.
attachment
public static final httpcontenttype attachment
- savetofile as attachment to the disk.
getvalue
public int getvalue()