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

Packages that use StiStyleComponentPlacement
com.stimulsoft.report.styles.conditions   
com.stimulsoft.report.styles.conditions.elements   
com.stimulsoft.report.styles.enums   
 

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

Methods in com.stimulsoft.report.styles.conditions that return types with arguments of type StiStyleComponentPlacement
 StiEnumSet<StiStyleComponentPlacement> StiStyleCondition.getPlacement()
          Gets or sets type of bands on which component can be placed.
 

Method parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleComponentPlacement
 void StiStyleCondition.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement)
           
 

Constructor parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleComponentPlacement
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 StiStyleComponentPlacement in com.stimulsoft.report.styles.conditions.elements
 

Methods in com.stimulsoft.report.styles.conditions.elements that return types with arguments of type StiStyleComponentPlacement
 StiEnumSet<StiStyleComponentPlacement> StiStyleConditionPlacementElement.getPlacement()
          Gets or sets type of bands on which component can be placed.
 

Method parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleComponentPlacement
 void StiStyleConditionPlacementElement.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement)
           
 

Constructor parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleComponentPlacement
StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement)
           
StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement, StiStyleConditionOperation operationPlacement)
           
 

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

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