Uses of Class
com.stimulsoft.report.enums.StiKeepDetails

Packages that use StiKeepDetails
com.stimulsoft.report.components.bands   
com.stimulsoft.report.enums   
 

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

Methods in com.stimulsoft.report.components.bands that return StiKeepDetails
 StiKeepDetails StiTableOfContents.getKeepDetails()
           
 StiKeepDetails StiDataBand.getKeepDetails()
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiKeepDetails
 void StiTableOfContents.setKeepDetails(StiKeepDetails keepDetails)
           
 void StiDataBand.setKeepDetails(StiKeepDetails keepDetails)
           
 

Uses of StiKeepDetails in com.stimulsoft.report.enums
 

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