Packagestimulsoft.report.enums
Classpublic class StiExportFormat
InheritanceStiExportFormat Inheritance Object



Public Constants
 ConstantDefined By
  Csv : int = 17
[static] CSV File.
StiExportFormat
  Dbf : int = 28
[static] dBase DBF File.
StiExportFormat
  Dif : int = 18
[static] Data Interchange Format (DIF) File.
StiExportFormat
  Excel : int = 12
[static] Microsoft Excel File.
StiExportFormat
  Excel2007 : int = 14
[static] Microsoft Excel 2007 File.
StiExportFormat
  ExcelXml : int = 13
[static] Microsoft Excel Xml File.
StiExportFormat
  Html : int = 29
[static] HTML File.
StiExportFormat
  Html5 : int = 35
[static] HTML5 format for export.
StiExportFormat
  HtmlDiv : int = 5
[static]
StiExportFormat
  HtmlSpan : int = 4
[static]
StiExportFormat
  HtmlTable : int = 3
[static]
StiExportFormat
  ImageBmp : int = 21
[static] BMP Image.
StiExportFormat
  ImageEmf : int = 26
[static] Windows Metafile.
StiExportFormat
  ImageGif : int = 20
[static] GIF Image.
StiExportFormat
  ImageJpeg : int = 24
[static] JPEG Image.
StiExportFormat
  ImagePcx : int = 25
[static] PCX Image.
StiExportFormat
  ImagePng : int = 22
[static] PNG Image.
StiExportFormat
  ImageSvg : int = 33
[static] Scalable Vector Graphics (SVG) File.
StiExportFormat
  ImageSvgz : int = 34
[static] Compressed SVG (SVGZ) File.
StiExportFormat
  ImageTiff : int = 23
[static] TIFF Image.
StiExportFormat
  Mht : int = 27
[static] MHT Web Archive.
StiExportFormat
  None : int = 0
[static] Document File.
StiExportFormat
  Ods : int = 30
[static] OpenDocument Calc File.
StiExportFormat
  Odt : int = 31
[static] OpenDocument Writer File.
StiExportFormat
  Pdf : int = 1
[static] Adobe PDF File.
StiExportFormat
  Ppt2007 : int = 32
[static] Microsoft PowerPoint 2007 File.
StiExportFormat
  Rtf : int = 6
[static] Rich Text File.
StiExportFormat
  RtfFrame : int = 8
[static]
StiExportFormat
  RtfTabbedText : int = 10
[static]
StiExportFormat
  RtfTable : int = 7
[static]
StiExportFormat
  RtfWinWord : int = 9
[static]
StiExportFormat
  Sylk : int = 19
[static] Symbolic Link (SYLK) File.
StiExportFormat
  Text : int = 11
[static] Text File.
StiExportFormat
  Word2007 : int = 15
[static] Microsoft Word 2007 File.
StiExportFormat
  Xml : int = 16
[static] XML File.
StiExportFormat
  Xps : int = 2
[static] Microsoft XPS File.
StiExportFormat
Constant Detail
CsvConstant
public static const Csv:int = 17

CSV File.

DbfConstant 
public static const Dbf:int = 28

dBase DBF File.

DifConstant 
public static const Dif:int = 18

Data Interchange Format (DIF) File.

ExcelConstant 
public static const Excel:int = 12

Microsoft Excel File.

Excel2007Constant 
public static const Excel2007:int = 14

Microsoft Excel 2007 File.

ExcelXmlConstant 
public static const ExcelXml:int = 13

Microsoft Excel Xml File.

HtmlConstant 
public static const Html:int = 29

HTML File.

Html5Constant 
public static const Html5:int = 35

HTML5 format for export.

HtmlDivConstant 
public static const HtmlDiv:int = 5

HtmlSpanConstant 
public static const HtmlSpan:int = 4

HtmlTableConstant 
public static const HtmlTable:int = 3

ImageBmpConstant 
public static const ImageBmp:int = 21

BMP Image.

ImageEmfConstant 
public static const ImageEmf:int = 26

Windows Metafile.

ImageGifConstant 
public static const ImageGif:int = 20

GIF Image.

ImageJpegConstant 
public static const ImageJpeg:int = 24

JPEG Image.

ImagePcxConstant 
public static const ImagePcx:int = 25

PCX Image.

ImagePngConstant 
public static const ImagePng:int = 22

PNG Image.

ImageSvgConstant 
public static const ImageSvg:int = 33

Scalable Vector Graphics (SVG) File.

ImageSvgzConstant 
public static const ImageSvgz:int = 34

Compressed SVG (SVGZ) File.

ImageTiffConstant 
public static const ImageTiff:int = 23

TIFF Image.

MhtConstant 
public static const Mht:int = 27

MHT Web Archive.

NoneConstant 
public static const None:int = 0

Document File.

OdsConstant 
public static const Ods:int = 30

OpenDocument Calc File.

OdtConstant 
public static const Odt:int = 31

OpenDocument Writer File.

PdfConstant 
public static const Pdf:int = 1

Adobe PDF File.

Ppt2007Constant 
public static const Ppt2007:int = 32

Microsoft PowerPoint 2007 File.

RtfConstant 
public static const Rtf:int = 6

Rich Text File.

RtfFrameConstant 
public static const RtfFrame:int = 8

RtfTabbedTextConstant 
public static const RtfTabbedText:int = 10

RtfTableConstant 
public static const RtfTable:int = 7

RtfWinWordConstant 
public static const RtfWinWord:int = 9

SylkConstant 
public static const Sylk:int = 19

Symbolic Link (SYLK) File.

TextConstant 
public static const Text:int = 11

Text File.

Word2007Constant 
public static const Word2007:int = 15

Microsoft Word 2007 File.

XmlConstant 
public static const Xml:int = 16

XML File.

XpsConstant 
public static const Xps:int = 2

Microsoft XPS File.