| Package | Description |
|---|---|
| com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
| Modifier and Type | Field and Description |
|---|---|
static Configuration.ContentType |
Configuration.ContentType.BINARY
Content type BINARY, corresponds with "application/octet-stream" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.BMP
Content type BMP, corresponds with "image/bmp" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.GIF
Content type GIF, corresponds with "image/gif" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.HTML
Content type HTML, corresponds with "text/html" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.JPEG
Content type JPEG, corresponds with "image/jpeg" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.JSON
Content type JSON, corresponds with "application/json" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.NONE
Content type NONE, i.e.
|
static Configuration.ContentType |
Configuration.ContentType.PDF
Content type PDF, corresponds with "application/pdf" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.PNG
Content type PNG, corresponds with "image/png" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.TEXT
Content type TEXT, corresponds with "text/plain" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.TIFF
Content type TIFF, corresponds with "image/tiff" MIME type.
|
static Configuration.ContentType |
Configuration.ContentType.XML
Content type XML, corresponds with "application/xml" MIME type.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.ContentType |
Configuration.Callback.getContentType() |
static Configuration.ContentType |
Configuration.ContentType.valueOf(String name) |
static Configuration.ContentType[] |
Configuration.ContentType.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.Callback.setContentType(Configuration.ContentType value)
The content type of the payload that is posted.
|
This doc was generated on 2017-08-03. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.