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()