Package com.stimulsoft.report.enums
Enum Class StiExportFormat
- All Implemented Interfaces:
Serializable,Comparable<StiExportFormat>,Constable
Modes for formats the report to be exported to.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCSV (Comma Separated Value) file format for export.dBase/FoxPro format for export.Dif file format for export.Windows Meta FileMicrosoft Excel format for export.Deprecated.Excel BIFF (Binary Interchange File Format) format for export.Excel Xml format for export.HTML format for export.HTML Div format for export.HTML Span format for export.HTML Table format for export.Image in BMP format for export.Image in EMF format for export.Image in GIF format for export.Image in JPEG format for export.Image in PCX format for export.Image in PNG format for export.Image in SVG format for export.Image in SVGZ format for export.Image in TIFF format for export.Document formatWebArchive format for export.Export will not be done.OpenDocument Calc file.OpenDocument Writer file.Adobe PDF format for export.PowerPoint file.Deprecated.Use PowerPointRTF format for export.Components of the report will be placed into RTF frames for export.Mode for export to the RTF format with Tab symbol as delimiter of the text.Table in Rtf format for export.Components of the report will be placed into RTF frames with borders in Microsoft Word graphic format for export.Sylk file format for export.Text format for export.Word 2007 format for export.Deprecated.use Word format for export.Xml format for export.Microsoft Xps format for export. -
Method Summary
Modifier and TypeMethodDescriptionstatic StiExportFormatforValue(int value) intgetValue()static StiExportFormatReturns the enum constant of this class with the specified name.static StiExportFormat[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
None
Export will not be done. -
Pdf
Adobe PDF format for export. -
Xps
Microsoft Xps format for export. -
HtmlTable
HTML Table format for export. -
HtmlSpan
HTML Span format for export. -
HtmlDiv
HTML Div format for export. -
Rtf
RTF format for export. -
RtfTable
Table in Rtf format for export. -
RtfFrame
Components of the report will be placed into RTF frames for export. -
RtfWinWord
Components of the report will be placed into RTF frames with borders in Microsoft Word graphic format for export. -
RtfTabbedText
Mode for export to the RTF format with Tab symbol as delimiter of the text. -
Text
Text format for export. -
ExcelBiff
Excel BIFF (Binary Interchange File Format) format for export. -
ExcelXml
Excel Xml format for export. -
Excel
Microsoft Excel format for export. -
Excel2007
Deprecated.Please use StiExportFormat.Excel -
Word
Word 2007 format for export. -
Word2007
Deprecated.use Word format for export. -
Xml
Xml format for export. -
Csv
CSV (Comma Separated Value) file format for export. -
Dif
Dif file format for export. -
Sylk
Sylk file format for export. -
Image
-
ImageGif
Image in GIF format for export. -
ImageBmp
Image in BMP format for export. -
ImagePng
Image in PNG format for export. -
ImageTiff
Image in TIFF format for export. -
ImageJpeg
Image in JPEG format for export. -
ImagePcx
Image in PCX format for export. -
ImageEmf
Image in EMF format for export. -
ImageSvg
Image in SVG format for export. -
ImageSvgz
Image in SVGZ format for export. -
Mht
WebArchive format for export. -
Dbf
dBase/FoxPro format for export. -
Html
HTML format for export. -
Ods
OpenDocument Calc file. -
Odt
OpenDocument Writer file. -
Ppt2007
Deprecated.Use PowerPoint -
PowerPoint
PowerPoint file. -
Html5
-
Data
-
Json
Document format -
Document
Windows Meta File
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
forValue
-
getFileFilter
-
getExtension
-
getExportService
-
getDefaultExportSettings
-