Uses of Enum Class
com.stimulsoft.base.enums.StiContentAlignment
Packages that use StiContentAlignment
Package
Description
-
Uses of StiContentAlignment in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing with parameters of type StiContentAlignmentModifier and TypeMethodDescriptionstatic StiRectangleStiRectangleUtils.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment) -
Uses of StiContentAlignment in com.stimulsoft.base.enums
Methods in com.stimulsoft.base.enums that return StiContentAlignmentModifier and TypeMethodDescriptionstatic StiContentAlignmentStiContentAlignment.forValue(int value) static StiContentAlignmentReturns the enum constant of this class with the specified name.static StiContentAlignment[]StiContentAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiContentAlignment in com.stimulsoft.base.system.geometry
Methods in com.stimulsoft.base.system.geometry with parameters of type StiContentAlignmentModifier and TypeMethodDescriptionstatic StiRectangleStiRectangle.alignSizeInRect(StiRectangle rect, StiSize size, StiContentAlignment alignment) Align rectangle to fit in rect -
Uses of StiContentAlignment in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiContentAlignmentModifier and TypeMethodDescriptionStiWatermark.getImageAlignment()Gets or sets the watermark's image alignment.Methods in com.stimulsoft.report.components with parameters of type StiContentAlignment -
Uses of StiContentAlignment in com.stimulsoft.report.dialogs
Methods in com.stimulsoft.report.dialogs that return StiContentAlignmentModifier and TypeMethodDescriptionfinal StiContentAlignmentStiButtonControl.getImageAlign()Gets or sets the alignment of the image on the button control.final StiContentAlignmentStiButtonControl.getTextAlign()Gets or sets the alignment of the text on the button control.final StiContentAlignmentStiLabelControl.getTextAlign()Gets or sets the alignment of text in the label.Methods in com.stimulsoft.report.dialogs with parameters of type StiContentAlignmentModifier and TypeMethodDescriptionfinal voidStiButtonControl.setImageAlign(StiContentAlignment value) final voidStiButtonControl.setTextAlign(StiContentAlignment value) final voidStiLabelControl.setTextAlign(StiContentAlignment value)