| Package | Description |
|---|---|
| com.stimulsoft.report.styles.conditions | |
| com.stimulsoft.report.styles.conditions.elements | |
| com.stimulsoft.report.styles.enums |
| Modifier and Type | Method and Description |
|---|---|
StiEnumSet<StiStyleComponentPlacement> |
StiStyleCondition.getPlacement()
Gets or sets type of bands on which component can be placed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiStyleCondition.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement) |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
StiEnumSet<StiStyleComponentPlacement> |
StiStyleConditionPlacementElement.getPlacement()
Gets or sets type of bands on which component can be placed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiStyleConditionPlacementElement.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement) |
| Constructor and Description |
|---|
StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement) |
StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement,
StiStyleConditionOperation operationPlacement) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.