Uses of Class
com.stimulsoft.base.enums.StiPaperSourceKind

Packages that use StiPaperSourceKind
com.stimulsoft.base.enums   
com.stimulsoft.report.components   
com.stimulsoft.report.dialogs   
 

Uses of StiPaperSourceKind in com.stimulsoft.base.enums
 

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

Uses of StiPaperSourceKind in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiPaperSourceKind
 StiPaperSourceKind StiPage.getPaperSourceFirstPage()
          Gets or sets the paper source for first page.
 StiPaperSourceKind StiPage.getPaperSourceOtherPages()
          Gets or sets the paper source for other pages.
 

Methods in com.stimulsoft.report.components with parameters of type StiPaperSourceKind
 void StiPage.setPaperSourceFirstPage(StiPaperSourceKind value)
           
 void StiPage.setPaperSourceOtherPages(StiPaperSourceKind value)
           
 

Uses of StiPaperSourceKind in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiPaperSourceKind
 StiPaperSourceKind StiForm.getPaperSourceFirstPage()
           
 StiPaperSourceKind StiForm.getPaperSourceOtherPages()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiPaperSourceKind
 void StiForm.setPaperSourceFirstPage(StiPaperSourceKind value)
           
 void StiForm.setPaperSourceOtherPages(StiPaperSourceKind value)