Uses of Class
com.stimulsoft.report.export.service.StiExportService

Packages that use StiExportService
com.stimulsoft.report   
com.stimulsoft.report.enums   
com.stimulsoft.report.export   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools   
 

Uses of StiExportService in com.stimulsoft.report
 

Methods in com.stimulsoft.report with parameters of type StiExportService
 void StiReport.exportDocument(StiExportFormat exportFormat, StiExportService exportService, java.io.File file, StiExportSettings settings, javax.swing.JFrame parent)
           
 

Uses of StiExportService in com.stimulsoft.report.enums
 

Methods in com.stimulsoft.report.enums that return StiExportService
 StiExportService StiExportFormat.getExportService()
           
 

Uses of StiExportService in com.stimulsoft.report.export
 

Methods in com.stimulsoft.report.export with parameters of type StiExportService
static StiPagesCollection StiSegmentPagesDivider.divide(StiPagesCollection pages, StiExportService service)
          Divide sergment page by own pages
 

Uses of StiExportService in com.stimulsoft.report.export.service
 

Subclasses of StiExportService in com.stimulsoft.report.export.service
 class StiBmpExportService
          Class represent export to BMP image format Copyright Stimulsoft
 class StiCsvExportService
          Csv format export service Copyright Stimulsoft
 class StiEmfExportService
          Class represent EMF image export service Copyright Stimulsoft
 class StiExcel2007ExportService
          Class represent Excel 2007 format export Copyright Stimulsoft
 class StiExcelExportService
          Class represent Excel format export Copyright Stimulsoft
 class StiExcelXmlExportService
          Class represent Excel XML format export Copyright Stimulsoft
 class StiHtml5ExportService
          Class represend export for HTML5 format Copyright Stimulsoft
 class StiHtmlExportService
          Class represent export for HTML format Copyright Stimulsoft
 class StiImageExportService
          Class represent export for Image format Copyright Stimulsoft
 class StiJpegExportService
          Class represent export to JPEG image format Copyright Stimulsoft
 class StiOdsExportService
          Copyright Stimulsoft
 class StiOdtExportService
          Copyright Stimulsoft
 class StiPcxExportService
          Class represent export for PCX image format Copyright Stimulsoft
 class StiPdfExportService
          Class represent export for PDF format Copyright Stimulsoft
 class StiPngExportService
          Class represent export to PNG image format Copyright Stimulsoft
 class StiRtfExportService
          Class represent export to RTF format Copyright Stimulsoft
 class StiSvgExportService
          Class represent export to Svg format Copyright Stimulsoft
 class StiSvgzExportService
          Class represent export to SVGZ foprmat Copyright Stimulsoft
 class StiSylkExportService
          Class represent export to SYLK format Copyright Stimulsoft
 class StiTiffExportService
          Class represent export to TIFF format Copyright Stimulsoft
 class StiTxtExportService
          Class represent export to TXT format.
 class StiWord2007ExportService
          Class represent export to Word2007 format Copyright Stimulsoft
 class StiXmlExportService
          Class represend export to XML format.
 class StiXpsExportService
          Class represent export to XPS format.
 

Uses of StiExportService in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiExportService
 void StiMatrix.prepareDocument(StiExportService service, StiDataExportMode mode)
          Prepare document
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiExportService
StiMatrix(StiPagesCollection pages, boolean checkForExcel, StiExportService service)
           
StiMatrix(StiPagesCollection pages, boolean checkForExcel, StiExportService service, java.util.ArrayList<StiCellStyle> styles)
           
StiMatrix(StiPagesCollection pages, StiExportService service)
           
StiMatrix(StiPagesCollection pages, StiExportService service, java.util.ArrayList<StiCellStyle> styles)