Uses of Enum Class
com.stimulsoft.report.styles.enums.StiStyleComponentPlacement
Packages that use StiStyleComponentPlacement
Package
Description
-
Uses of StiStyleComponentPlacement in com.stimulsoft.report.styles.conditions
Methods in com.stimulsoft.report.styles.conditions that return types with arguments of type StiStyleComponentPlacementModifier and TypeMethodDescriptionStiStyleCondition.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 StiStyleComponentPlacementModifier and TypeMethodDescriptionvoidStiStyleCondition.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement) -
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 StiStyleComponentPlacementModifier and TypeMethodDescriptionStiStyleConditionPlacementElement.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 StiStyleComponentPlacementModifier and TypeMethodDescriptionvoidStiStyleConditionPlacementElement.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement) Constructor parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleComponentPlacementModifierConstructorDescriptionStiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement, StiStyleConditionOperation operationPlacement) -
Uses of StiStyleComponentPlacement in com.stimulsoft.report.styles.enums
Methods in com.stimulsoft.report.styles.enums that return StiStyleComponentPlacementModifier and TypeMethodDescriptionstatic StiStyleComponentPlacementStiStyleComponentPlacement.forValue(int value) static StiStyleComponentPlacementReturns the enum constant of this class with the specified name.static StiStyleComponentPlacement[]StiStyleComponentPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared.