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

Packages that use StiRangeType
com.stimulsoft.report.enums   
com.stimulsoft.report.export.tools   
 

Uses of StiRangeType in com.stimulsoft.report.enums
 

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

Uses of StiRangeType in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiRangeType
 StiRangeType StiPagesRange.getRangeType()
          Gets type of pages range.
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiRangeType
 void StiPagesRange.setRangeType(StiRangeType rangeType)
          Sets type of pages range.
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiRangeType
StiPagesRange(StiRangeType rangeType, java.lang.String pageRanges, int currentPage)
          Creates a new instance of the StiPagesRange class.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.