Uses of Class
com.stimulsoft.report.enums.StiExportFormat

Packages that use StiExportFormat
com.stimulsoft.report   
com.stimulsoft.report.barCodes   
com.stimulsoft.report.chart   
com.stimulsoft.report.components   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.enums   
com.stimulsoft.report.events   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.maps   
com.stimulsoft.report.painters   
com.stimulsoft.report.painters.components   
 

Uses of StiExportFormat in com.stimulsoft.report
 

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

Uses of StiExportFormat in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiExportFormat
 boolean StiBarCode.isExportAsImage(StiExportFormat format)
           
 

Uses of StiExportFormat in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart with parameters of type StiExportFormat
 EngineOptions.Image StiChart.GetImage(StiRefObject<java.lang.Float> zoom, StiExportFormat format)
           
 boolean StiChart.isExportAsImage(StiExportFormat format)
           
 

Uses of StiExportFormat in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components with parameters of type StiExportFormat
 java.awt.image.BufferedImage StiComponent.getImage(java.lang.Double zoom, StiExportFormat format)
           
 boolean StiComponent.isExportAsImage(StiExportFormat format)
           
 

Uses of StiExportFormat in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiExportFormat
 java.awt.image.BufferedImage IStiExportImageExtended.getImage(java.lang.Double zoom, StiExportFormat format)
           
 boolean IStiExportImageExtended.isExportAsImage(StiExportFormat format)
           
 

Uses of StiExportFormat in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiExportFormat
 boolean StiZipCode.isExportAsImage(StiExportFormat format)
           
 boolean StiView.isExportAsImage(StiExportFormat format)
           
 boolean StiTextInCells.isExportAsImage(StiExportFormat format)
           
 boolean StiText.isExportAsImage(StiExportFormat format)
           
 boolean StiShape.isExportAsImage(StiExportFormat format)
           
 boolean StiRichText.isExportAsImage(StiExportFormat format)
           
 boolean StiCheckBox.isExportAsImage(StiExportFormat format)
           
 boolean StiView.IsExportAsImage(StiExportFormat format)
           
 boolean StiShape.IsExportAsImage(StiExportFormat format)
           
 

Uses of StiExportFormat in com.stimulsoft.report.enums
 

Methods in com.stimulsoft.report.enums that return StiExportFormat
static StiExportFormat StiExportFormat.forValue(int value)
           
static StiExportFormat StiExportFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiExportFormat[] StiExportFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiExportFormat in com.stimulsoft.report.events
 

Methods in com.stimulsoft.report.events that return StiExportFormat
 StiExportFormat StiExportEventArgs.getExportFormat()
           
 

Methods in com.stimulsoft.report.events with parameters of type StiExportFormat
 void StiExportEventArgs.setExportFormat(StiExportFormat value)
           
 

Constructors in com.stimulsoft.report.events with parameters of type StiExportFormat
StiExportEventArgs(StiExportFormat format)
           
 

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

Methods in com.stimulsoft.report.export.service that return StiExportFormat
 StiExportFormat StiXpsExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiXmlExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiWord2007ExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiTxtExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiTiffExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiSylkExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiSvgzExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiSvgExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiRtfExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiPngExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiPdfExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiPcxExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiOdtExportService.getExportFormat()
           
 StiExportFormat StiOdsExportService.getExportFormat()
           
 StiExportFormat StiJpegExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiHtmlExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiHtml5ExportService.getExportFormat()
           
abstract  StiExportFormat StiExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiExcelXmlExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiExcelExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiExcel2007ExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiEmfExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiCsvExportService.getExportFormat()
          Returs service export format
 StiExportFormat StiBmpExportService.getExportFormat()
          Returs service export format
 

Uses of StiExportFormat in com.stimulsoft.report.export.settings
 

Methods in com.stimulsoft.report.export.settings that return StiExportFormat
 StiExportFormat StiXpsExportSettings.getExportFormat()
          Export format
 StiExportFormat StiXmlExportSettings.getExportFormat()
          Export format
 StiExportFormat StiWord2007ExportSettings.getExportFormat()
          Export format
 StiExportFormat StiTxtExportSettings.getExportFormat()
          Export format
 StiExportFormat StiSylkExportSettings.getExportFormat()
          Export format
 StiExportFormat StiSvgzExportSettings.getExportFormat()
          Export format
 StiExportFormat StiSvgExportSettings.getExportFormat()
          Export format
 StiExportFormat StiRtfExportSettings.getExportFormat()
          Export format
 StiExportFormat StiPngExportSettings.getExportFormat()
          Export format
 StiExportFormat StiPdfExportSettings.getExportFormat()
           
 StiExportFormat StiPcxExportSettings.getExportFormat()
          Export format
 StiExportFormat StiPageRangeExportSettings.getExportFormat()
          Export format
 StiExportFormat StiJpegExportSettings.getExportFormat()
          Export format
 StiExportFormat StiHtmlExportSettings.getExportFormat()
          Export format
abstract  StiExportFormat StiExportSettings.getExportFormat()
          Export format
 StiExportFormat StiExcelXmlExportSettings.getExportFormat()
          Export format
 StiExportFormat StiExcelExportSettings.getExportFormat()
          Export format
 StiExportFormat StiExcel2007ExportSettings.getExportFormat()
           
 StiExportFormat StiEmfExportSettings.getExportFormat()
          Export format
 StiExportFormat StiDocumentExportSettings.getExportFormat()
           
 StiExportFormat StiCsvExportSettings.getExportFormat()
          Export format
 StiExportFormat StiBmpExportSettings.getExportFormat()
           
 StiExportFormat StiBitmapExportSettings.getExportFormat()
          Export format
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiExportFormat
 void StiPageRangeExportSettings.setExportFormat(StiExportFormat exportFormat)
          Export format
 

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

Methods in com.stimulsoft.report.export.tools that return StiExportFormat
 StiExportFormat StiCell.getExportFormat()
           
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiExportFormat
 void StiCell.setExportFormat(StiExportFormat exportFormat)
           
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiExportFormat
StiCell(StiExportFormat exportFormat)
           
 

Uses of StiExportFormat in com.stimulsoft.report.infographics.gauge
 

Methods in com.stimulsoft.report.infographics.gauge with parameters of type StiExportFormat
 java.awt.image.BufferedImage StiGauge.getImage(double zoom, StiExportFormat format)
           
 boolean StiGauge.isExportAsImage(StiExportFormat format)
           
 

Uses of StiExportFormat in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps with parameters of type StiExportFormat
 StiImage StiMap.getImage(double zoom, StiExportFormat format)
           
 boolean StiMap.isExportAsImage(StiExportFormat format)
           
 

Uses of StiExportFormat in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters with parameters of type StiExportFormat
 java.awt.image.BufferedImage StiPainter.getImage(StiComponent component, java.lang.Double pageZoom, StiExportFormat format)
          Create BufferedImage form StiComponent
 

Uses of StiExportFormat in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiExportFormat
 StiImage StiGaugePainter.getImage(StiComponent component, double zoom, StiExportFormat format)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.