Package | stimulsoft.report.styles.conditions.elements |
Class | public class StiStyleConditionPlacementElement |
Inheritance | StiStyleConditionPlacementElement ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
operationPlacement : int Gets or sets type of operation which will be used for comparison of component placements. | StiStyleConditionPlacementElement | ||
placement : int Gets or sets type of bands on which component can be placed. | StiStyleConditionPlacementElement |
Method | Defined By | ||
---|---|---|---|
StiStyleConditionPlacementElement(placement:int, operationPlacement:int = 0) | StiStyleConditionPlacementElement |
operationPlacement | property |
operationPlacement:int
Gets or sets type of operation which will be used for comparison of component placements.
public function get operationPlacement():int
public function set operationPlacement(value:int):void
placement | property |
placement:int
Gets or sets type of bands on which component can be placed.
public function get placement():int
public function set placement(value:int):void
StiStyleConditionPlacementElement | () | Constructor |
public function StiStyleConditionPlacementElement(placement:int, operationPlacement:int = 0)
placement:int | |
operationPlacement:int (default = 0 )
|