Uses of Class
com.stimulsoft.report.styles.enums.StiStyleConditionType

Packages that use StiStyleConditionType
com.stimulsoft.report.styles.conditions   
com.stimulsoft.report.styles.enums   
 

Uses of StiStyleConditionType in com.stimulsoft.report.styles.conditions
 

Methods in com.stimulsoft.report.styles.conditions that return types with arguments of type StiStyleConditionType
 StiEnumSet<StiStyleConditionType> StiStyleCondition.getType()
          Gets or sets type of this style condition.
 

Method parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleConditionType
 void StiStyleCondition.setType(StiEnumSet<StiStyleConditionType> value)
           
 

Constructor parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleConditionType
StiStyleCondition(StiEnumSet<StiStyleConditionType> type, StiStyleConditionOperation operationPlacement, StiStyleConditionOperation operationPlacementNestedLevel, StiStyleConditionOperation operationComponentType, StiStyleConditionOperation operationLocation, StiStyleConditionOperation operationComponentName, StiEnumSet<StiStyleComponentPlacement> placement, int placementNestedLevel, StiEnumSet<StiStyleComponentType> componentType, StiEnumSet<StiStyleLocation> location, java.lang.String componentName)
          Creates a new object of the type StiStyleCondition.
 

Uses of StiStyleConditionType in com.stimulsoft.report.styles.enums
 

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



Copyright © 2018 Stimulsoft. All Rights Reserved.