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

Packages that use StiPrintOnEvenOddPagesType
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   
 

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

Methods in com.stimulsoft.report.components.bands that return StiPrintOnEvenOddPagesType
 StiPrintOnEvenOddPagesType StiPageHeaderBand.getPrintOnEvenOddPages()
          Gets or sets value indicates that the component is printed on even-odd pages.
 StiPrintOnEvenOddPagesType StiPageFooterBand.getPrintOnEvenOddPages()
          Gets or sets value indicates that the component is printed on even-odd pages.
 StiPrintOnEvenOddPagesType StiHeaderBand.getPrintOnEvenOddPages()
          Gets or sets value indicates that the component is printed on even-odd pages.
 StiPrintOnEvenOddPagesType StiFooterBand.getPrintOnEvenOddPages()
          Gets or sets value indicates that the component is printed on even-odd pages.
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiPrintOnEvenOddPagesType
 void StiPageHeaderBand.setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 void StiPageFooterBand.setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 void StiHeaderBand.setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 void StiFooterBand.setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 

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

Methods in com.stimulsoft.report.components.crossBands that return StiPrintOnEvenOddPagesType
 StiPrintOnEvenOddPagesType StiCrossHeaderBand.getPrintOnEvenOddPages()
           
 StiPrintOnEvenOddPagesType StiCrossFooterBand.getPrintOnEvenOddPages()
           
 

Methods in com.stimulsoft.report.components.crossBands with parameters of type StiPrintOnEvenOddPagesType
 void StiCrossHeaderBand.setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 void StiCrossFooterBand.setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 

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

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

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

Methods in com.stimulsoft.report.components.interfaces that return StiPrintOnEvenOddPagesType
 StiPrintOnEvenOddPagesType IStiPrintOnEvenOddPages.getPrintOnEvenOddPages()
          Gets or sets value indicates that the component is printed on even-odd pages.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiPrintOnEvenOddPagesType
 void IStiPrintOnEvenOddPages.setPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 

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

Methods in com.stimulsoft.report.components.table that return StiPrintOnEvenOddPagesType
 StiPrintOnEvenOddPagesType StiTable.getFooterPrintOnEvenOddPages()
          Gets or sets value indicates how the footer of table will be printed on even-odd pages.
 StiPrintOnEvenOddPagesType StiTable.getHeaderPrintOnEvenOddPages()
          Gets or sets value indicates how the header of table will be printed on even-odd pages.
 

Methods in com.stimulsoft.report.components.table with parameters of type StiPrintOnEvenOddPagesType
 void StiTable.setFooterPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 void StiTable.setHeaderPrintOnEvenOddPages(StiPrintOnEvenOddPagesType value)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.