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

Packages that use StiShiftMode
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.dialogs   
 

Uses of StiShiftMode in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return types with arguments of type StiShiftMode
 StiEnumSet<StiShiftMode> StiPage.getShiftMode()
           
 StiEnumSet<StiShiftMode> StiComponent.getShiftMode()
          gets or sets a value which indicates the shift mode of a component.
 

Method parameters in com.stimulsoft.report.components with type arguments of type StiShiftMode
 void StiPage.setShiftMode(StiEnumSet<StiShiftMode> value)
           
 void StiComponent.setShiftMode(StiEnumSet<StiShiftMode> value)
           
 

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

Methods in com.stimulsoft.report.components.bands that return types with arguments of type StiShiftMode
 StiEnumSet<StiShiftMode> StiBand.getShiftMode()
           
 

Method parameters in com.stimulsoft.report.components.bands with type arguments of type StiShiftMode
 void StiBand.setShiftMode(StiEnumSet<StiShiftMode> value)
           
 

Uses of StiShiftMode in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents that return types with arguments of type StiShiftMode
 StiEnumSet<StiShiftMode> StiSubReport.getShiftMode()
           
 

Method parameters in com.stimulsoft.report.components.complexcomponents with type arguments of type StiShiftMode
 void StiSubReport.setShiftMode(StiEnumSet<StiShiftMode> value)
           
 

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

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

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

Methods in com.stimulsoft.report.components.interfaces that return types with arguments of type StiShiftMode
 StiEnumSet<StiShiftMode> IStiShift.getShiftMode()
           
 

Method parameters in com.stimulsoft.report.components.interfaces with type arguments of type StiShiftMode
 void IStiShift.setShiftMode(StiEnumSet<StiShiftMode> value)
           
 

Uses of StiShiftMode in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return types with arguments of type StiShiftMode
 StiEnumSet<StiShiftMode> StiCrossField.getShiftMode()
           
 

Method parameters in com.stimulsoft.report.crossTab with type arguments of type StiShiftMode
 void StiCrossField.setShiftMode(StiEnumSet<StiShiftMode> value)
           
 

Uses of StiShiftMode in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return types with arguments of type StiShiftMode
 StiEnumSet<StiShiftMode> StiReportControl.getShiftMode()
           
 

Method parameters in com.stimulsoft.report.dialogs with type arguments of type StiShiftMode
 void StiReportControl.setShiftMode(StiEnumSet<StiShiftMode> value)