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

Packages that use StiPageOrientation
com.stimulsoft.report.components   
com.stimulsoft.report.components.enums   
com.stimulsoft.report.dialogs   
 

Uses of StiPageOrientation in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiPageOrientation
 StiPageOrientation StiPage.getOrientation()
          Gets or sets page orientation.
 

Methods in com.stimulsoft.report.components with parameters of type StiPageOrientation
 void StiPage.setOrientation(StiPageOrientation value)
           
 

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

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

Uses of StiPageOrientation in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiPageOrientation
 StiPageOrientation StiForm.getOrientation()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiPageOrientation
 void StiForm.setOrientation(StiPageOrientation value)