public interface IExportConstants
| Modifier and Type | Field | Description |
|---|---|---|
static int |
AllowAll |
Turn on all the permissions when the document is opened with the user password
|
static int |
AllowAssembly |
The operation permitted when the document is opened with the user password
|
static int |
AllowCopy |
The operation permitted when the document is opened with the user password
|
static int |
AllowDegradedPrinting |
The operation permitted when the document is opened with the user password
|
static int |
AllowFillIn |
The operation permitted when the document is opened with the user password
|
static int |
AllowModifyAnnotations |
The operation permitted when the document is opened with the user password
|
static int |
AllowModifyContents |
The operation permitted when the document is opened with the user password
|
static int |
AllowPrinting |
The operation permitted when the document is opened with the user password
|
static int |
AllowScreenReaders |
The operation permitted when the document is opened with the user password
|
static int |
BARCODE |
for barcode to exporting to GIF format
|
static int |
CENTER |
ALIGNMENT CENTER
|
static int |
CSV |
Export the report in the CSV format
|
static int |
DHTML |
Export the report in the dHTML format
|
static java.lang.String |
DHTMLHEADER |
internal use only DHTML HEADER
|
static int |
EXCEL |
Exports the report in EXCEL format
|
static int |
EXCEL_OOXML |
Exports the report in EXCEL OOXML format (XLSX)
|
static java.lang.String[] |
EXPORTTYPE |
internal use only
|
static int |
FLASH |
the FLASH image constant
|
static int |
GIF |
the GIF image constant
|
static int |
HORIZONTAL |
HORIZONTAL LAYOUT
|
static int |
HTML |
Deprecated.
|
static int |
JPEG |
the JPEG image constant
|
static int |
LEFT |
ALIGNMENT LEFT
|
static int |
PAK |
Packs and exports the report and all its associated components in a PAK file.
|
static int |
PAK_DATA |
|
static int |
PDF |
Export the report in the Acrobat PDF format
|
static int |
PNG |
the PNG image constant
|
static int |
RIGHT |
ALIGNMENT RIGHT
|
static int |
RPT |
Deprecated.
|
static int |
RPT_DATA |
Save/Export the report design in the proprietary EspressReport format with data
|
static int |
RTF |
Exports the report in the RTF format
|
static int |
STL |
|
static int |
SVG |
the SVG image constant
|
static int |
TXT |
Exports the report in the TXT format
|
static int |
VERTICAL |
VERTICAL LAYOUT
|
static int |
VIEW |
Exports the report in the VIEW format
|
static int |
XML_DATA_AND_FORMAT |
Exports the report in the XML format with data and format
|
static int |
XML_PURE_DATA |
Exports the report in the XML format with pure data
|
static int |
XML_TEMPLATE |
Exports the report in the XML format with template
|
static final int DHTML
@Deprecated static final int HTML
static final int PDF
static final int CSV
static final int EXCEL
static final int EXCEL_OOXML
static final int TXT
static final int XML_DATA_AND_FORMAT
static final int XML_PURE_DATA
static final int XML_TEMPLATE
static final int RTF
static final int VIEW
@Deprecated static final int RPT
static final int RPT_DATA
static final int BARCODE
static final int PAK
static final int PAK_DATA
static final int STL
static final java.lang.String[] EXPORTTYPE
static final int JPEG
static final int PNG
static final int GIF
static final int SVG
static final int FLASH
static final java.lang.String DHTMLHEADER
static final int AllowPrinting
static final int AllowModifyContents
static final int AllowCopy
static final int AllowModifyAnnotations
static final int AllowFillIn
static final int AllowScreenReaders
static final int AllowAssembly
static final int AllowDegradedPrinting
static final int AllowAll
static final int CENTER
static final int LEFT
static final int RIGHT
static final int HORIZONTAL
static final int VERTICAL