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