Package quadbase.reportdesigner.util
Interface IExportConstants
- All Known Implementing Classes:
DrillDownReport,QbReport,SubReport
public interface IExportConstants
This interface contains the constants denoted the various export format.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTurn on all the permissions when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intThe operation permitted when the document is opened with the user passwordstatic final intfor barcode to exporting to GIF formatstatic final intALIGNMENT CENTERstatic final intExport the report in the CSV formatstatic final intExport the report in the dHTML formatstatic final Stringinternal use only DHTML HEADERstatic final intExports the report in EXCEL formatstatic final intExports the report in EXCEL OOXML format (XLSX)static final String[]internal use onlystatic final intthe FLASH image constantstatic final intthe GIF image constantstatic final intHORIZONTAL LAYOUTstatic final intDeprecated.static final intthe JPEG image constantstatic final intALIGNMENT LEFTstatic final intPacks and exports the report and all its associated components in a PAK file.static final intstatic final intExport the report in the Acrobat PDF formatstatic final intthe PNG image constantstatic final intALIGNMENT RIGHTstatic final intDeprecated.static final intSave/Export the report design in the proprietary EspressReport format with datastatic final intExports the report in the RTF formatstatic final intstatic final intthe SVG image constantstatic final intExports the report in the TXT formatstatic final intVERTICAL LAYOUTstatic final intExports the report in the VIEW formatstatic final intExports the report in the XML format with data and formatstatic final intExports the report in the XML format with pure datastatic final intExports the report in the XML format with template
-
Field Details
-
DHTML
static final int DHTMLExport the report in the dHTML format- See Also:
-
HTML
Deprecated.HTML format is deprecated. Please use DHTML format instead.- See Also:
-
PDF
static final int PDFExport the report in the Acrobat PDF format- See Also:
-
CSV
static final int CSVExport the report in the CSV format- See Also:
-
EXCEL
static final int EXCELExports the report in EXCEL format- See Also:
-
EXCEL_OOXML
static final int EXCEL_OOXMLExports the report in EXCEL OOXML format (XLSX)- See Also:
-
TXT
static final int TXTExports the report in the TXT format- See Also:
-
XML_DATA_AND_FORMAT
static final int XML_DATA_AND_FORMATExports the report in the XML format with data and format- See Also:
-
XML_PURE_DATA
static final int XML_PURE_DATAExports the report in the XML format with pure data- See Also:
-
XML_TEMPLATE
static final int XML_TEMPLATEExports the report in the XML format with template- See Also:
-
RTF
static final int RTFExports the report in the RTF format- See Also:
-
VIEW
static final int VIEWExports the report in the VIEW format- See Also:
-
RPT
Deprecated.RPT format is deprecated since version 66. Please use PAK instead.- See Also:
-
RPT_DATA
static final int RPT_DATASave/Export the report design in the proprietary EspressReport format with data- See Also:
-
BARCODE
static final int BARCODEfor barcode to exporting to GIF format- See Also:
-
PAK
static final int PAKPacks and exports the report and all its associated components in a PAK file.- See Also:
-
PAK_DATA
static final int PAK_DATA- See Also:
-
STL
static final int STL- See Also:
-
EXPORTTYPE
internal use only -
JPEG
static final int JPEGthe JPEG image constant- See Also:
-
PNG
static final int PNGthe PNG image constant- See Also:
-
GIF
static final int GIFthe GIF image constant- See Also:
-
SVG
static final int SVGthe SVG image constant- See Also:
-
FLASH
static final int FLASHthe FLASH image constant- See Also:
-
DHTMLHEADER
internal use only DHTML HEADER- See Also:
-
AllowPrinting
static final int AllowPrintingThe operation permitted when the document is opened with the user password- See Also:
-
AllowModifyContents
static final int AllowModifyContentsThe operation permitted when the document is opened with the user password- See Also:
-
AllowCopy
static final int AllowCopyThe operation permitted when the document is opened with the user password- See Also:
-
AllowModifyAnnotations
static final int AllowModifyAnnotationsThe operation permitted when the document is opened with the user password- See Also:
-
AllowFillIn
static final int AllowFillInThe operation permitted when the document is opened with the user password- See Also:
-
AllowScreenReaders
static final int AllowScreenReadersThe operation permitted when the document is opened with the user password- See Also:
-
AllowAssembly
static final int AllowAssemblyThe operation permitted when the document is opened with the user password- See Also:
-
AllowDegradedPrinting
static final int AllowDegradedPrintingThe operation permitted when the document is opened with the user password- See Also:
-
AllowAll
static final int AllowAllTurn on all the permissions when the document is opened with the user password- See Also:
-
CENTER
static final int CENTERALIGNMENT CENTER- See Also:
-
LEFT
static final int LEFTALIGNMENT LEFT- See Also:
-
RIGHT
static final int RIGHTALIGNMENT RIGHT- See Also:
-
HORIZONTAL
static final int HORIZONTALHORIZONTAL LAYOUT- See Also:
-
VERTICAL
static final int VERTICALVERTICAL LAYOUT- See Also:
-