| 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<StiStyleComponentType> |
StiStyleCondition.getComponentType()
Gets or sets component type which can be detected by style condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiStyleCondition.setComponentType(StiEnumSet<StiStyleComponentType> value) |
| 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<StiStyleComponentType> |
StiStyleConditionComponentTypeElement.getComponentType()
Gets or sets component type which can be detected by style condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiStyleConditionComponentTypeElement.setComponentType(StiEnumSet<StiStyleComponentType> value) |
| Constructor and Description |
|---|
StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType) |
StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType,
StiStyleConditionOperation operationComponentType) |
| Modifier and Type | Method and Description |
|---|---|
static StiStyleComponentType |
StiStyleComponentType.forValue(int value) |
static StiStyleComponentType |
StiStyleComponentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiStyleComponentType[] |
StiStyleComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.