Uses of Class
com.stimulsoft.report.components.enums.StiPrintOnType

Packages that use StiPrintOnType
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.table   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.dialogs   
 

Uses of StiPrintOnType in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiPrintOnType
 StiPrintOnType StiPage.getPrintOn()
           
 StiPrintOnType StiComponent.getPrintOn()
          gets or sets a value which indicates on what pages component will be printed.
 

Methods in com.stimulsoft.report.components with parameters of type StiPrintOnType
 void StiPage.setPrintOn(StiPrintOnType value)
           
 void StiComponent.setPrintOn(StiPrintOnType value)
           
 

Uses of StiPrintOnType in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return StiPrintOnType
 StiPrintOnType StiReportTitleBand.getPrintOn()
           
 StiPrintOnType StiReportSummaryBand.getPrintOn()
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiPrintOnType
 void StiReportTitleBand.setPrintOn(StiPrintOnType value)
           
 void StiReportSummaryBand.setPrintOn(StiPrintOnType value)
           
 

Uses of StiPrintOnType in com.stimulsoft.report.components.crossBands
 

Methods in com.stimulsoft.report.components.crossBands that return StiPrintOnType
 StiPrintOnType StiCrossHeaderBand.getPrintOn()
           
 StiPrintOnType StiCrossFooterBand.getPrintOn()
           
 StiPrintOnType StiCrossDataBand.getPrintOn()
           
 

Methods in com.stimulsoft.report.components.crossBands with parameters of type StiPrintOnType
 void StiCrossHeaderBand.setPrintOn(StiPrintOnType value)
           
 void StiCrossFooterBand.setPrintOn(StiPrintOnType value)
           
 void StiCrossDataBand.setPrintOn(StiPrintOnType value)
           
 

Uses of StiPrintOnType in com.stimulsoft.report.components.enums
 

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

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

Methods in com.stimulsoft.report.components.interfaces that return StiPrintOnType
 StiPrintOnType IStiPrintOn.getPrintOn()
          Gets or sets value which indicates on which pages component will be printed.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiPrintOnType
 void IStiPrintOn.setPrintOn(StiPrintOnType value)
           
 

Uses of StiPrintOnType in com.stimulsoft.report.components.table
 

Methods in com.stimulsoft.report.components.table that return StiPrintOnType
 StiPrintOnType StiTable.getFooterPrintOn()
          Gets or sets a value which indicates how footer of table will be print on pages.
 StiPrintOnType StiTable.getHeaderPrintOn()
          Gets or sets a value which indicates how header of table will be print on pages.
 

Methods in com.stimulsoft.report.components.table with parameters of type StiPrintOnType
 void StiTable.setFooterPrintOn(StiPrintOnType value)
           
 void StiTable.setHeaderPrintOn(StiPrintOnType value)
           
 

Uses of StiPrintOnType in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiPrintOnType
 StiPrintOnType StiCrossField.getPrintOn()
           
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiPrintOnType
 void StiCrossField.setPrintOn(StiPrintOnType value)
           
 

Uses of StiPrintOnType in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiPrintOnType
 StiPrintOnType StiReportControl.getPrintOn()
           
 StiPrintOnType StiForm.getPrintOn()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiPrintOnType
 void StiReportControl.setPrintOn(StiPrintOnType value)
           
 void StiForm.setPrintOn(StiPrintOnType value)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.