Class StiStyleConditionPlacementNestedLevelElement
java.lang.Object
com.stimulsoft.report.styles.conditions.elements.StiStyleConditionElement
com.stimulsoft.report.styles.conditions.elements.StiStyleConditionPlacementNestedLevelElement
-
Constructor Summary
ConstructorsConstructorDescriptionStiStyleConditionPlacementNestedLevelElement(int placementNestedLevel) StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel, StiStyleConditionOperation operationPlacementNestedLevel) -
Method Summary
Modifier and TypeMethodDescriptionGets or sets type of operation which will be used for comparison of component nested level.final intGets or sets value which indicates nested level of specified component.final voidfinal voidsetPlacementNestedLevel(int value)
-
Constructor Details
-
StiStyleConditionPlacementNestedLevelElement
public StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel) -
StiStyleConditionPlacementNestedLevelElement
public StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel, StiStyleConditionOperation operationPlacementNestedLevel)
-
-
Method Details
-
getPlacementNestedLevel
public final int getPlacementNestedLevel()Gets or sets value which indicates nested level of specified component. -
setPlacementNestedLevel
public final void setPlacementNestedLevel(int value) -
getOperationPlacementNestedLevel
Gets or sets type of operation which will be used for comparison of component nested level. -
setOperationPlacementNestedLevel
-