|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StiContentAlignment | |
---|---|
com.stimulsoft.base.drawing | |
com.stimulsoft.base.enums | |
com.stimulsoft.base.system.geometry | |
com.stimulsoft.report.components | |
com.stimulsoft.report.dialogs |
Uses of StiContentAlignment in com.stimulsoft.base.drawing |
---|
Methods in com.stimulsoft.base.drawing with parameters of type StiContentAlignment | |
---|---|
static StiRectangle |
StiRectangleUtils.alignSizeInRect(StiRectangle rect,
StiSize size,
StiContentAlignment alignment)
|
Uses of StiContentAlignment in com.stimulsoft.base.enums |
---|
Methods in com.stimulsoft.base.enums that return StiContentAlignment | |
---|---|
static StiContentAlignment |
StiContentAlignment.forValue(int value)
|
static StiContentAlignment |
StiContentAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiContentAlignment[] |
StiContentAlignment.values()
Returns an array containing the constants of this enum type, 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 StiContentAlignment | |
---|---|
static StiRectangle |
StiRectangle.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 StiContentAlignment | |
---|---|
StiContentAlignment |
StiWatermark.getImageAlignment()
Gets or sets the watermark's image alignment. |
Methods in com.stimulsoft.report.components with parameters of type StiContentAlignment | |
---|---|
void |
StiWatermark.setImageAlignment(StiContentAlignment value)
|
Uses of StiContentAlignment in com.stimulsoft.report.dialogs |
---|
Methods in com.stimulsoft.report.dialogs that return StiContentAlignment | |
---|---|
StiContentAlignment |
StiButtonControl.getImageAlign()
Gets or sets the alignment of the image on the button control. |
StiContentAlignment |
StiLabelControl.getTextAlign()
Gets or sets the alignment of text in the label. |
StiContentAlignment |
StiButtonControl.getTextAlign()
Gets or sets the alignment of the text on the button control. |
Methods in com.stimulsoft.report.dialogs with parameters of type StiContentAlignment | |
---|---|
void |
StiButtonControl.setImageAlign(StiContentAlignment value)
|
void |
StiLabelControl.setTextAlign(StiContentAlignment value)
|
void |
StiButtonControl.setTextAlign(StiContentAlignment value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |