Class StiPageRangeExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
- Direct Known Subclasses:
StiDataExportSettings,StiExcelExportSettings,StiHtml5ExportSettings,StiHtmlExportSettings,StiImageExportSettings,StiOdsExportSettings,StiOdtExportSettings,StiPdfExportSettings,StiPowerPointExportSettings,StiRtfExportSettings,StiTxtExportSettings,StiWordExportSettings,StiXpsExportSettings
Page range export settings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport formatDescribes range of pages of the document for the export.booleanIs open file after exportbooleanIs send email after exportvoidsetExportFormat(StiExportFormat exportFormat) Export formatvoidsetOpenAfterExport(boolean openAfterExport) Is open file after exportvoidsetPageRange(StiPagesRange pageRange) Describes range of pages of the document for the export.voidsetSendEmail(boolean sendEmail) Is send email after exportMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiPageRangeExportSettings
public StiPageRangeExportSettings() -
StiPageRangeExportSettings
-
-
Method Details
-
getPageRange
Describes range of pages of the document for the export.- Returns:
- the pageRange
-
setPageRange
Describes range of pages of the document for the export.- Parameters:
pageRange- the pageRange to set
-
getExportFormat
Export format- Specified by:
getExportFormatin classStiExportSettings- Returns:
- the exportFormat
-
setExportFormat
Export format- Parameters:
exportFormat- the exportFormat to set
-
isOpenAfterExport
public boolean isOpenAfterExport()Is open file after export- Specified by:
isOpenAfterExportin classStiExportSettings- Returns:
- the openAfterExport
-
setOpenAfterExport
public void setOpenAfterExport(boolean openAfterExport) Is open file after export- Specified by:
setOpenAfterExportin classStiExportSettings- Parameters:
openAfterExport- the openAfterExport to set
-
isSendEmail
public boolean isSendEmail()Is send email after export- Specified by:
isSendEmailin classStiExportSettings- Returns:
- the sendEmail
-
setSendEmail
public void setSendEmail(boolean sendEmail) Is send email after export- Parameters:
sendEmail- the sendEmail to set
-