Align (gb.qt4)
This class provides constants and methods to deal with horizontal and vertical alignments of text, cells...
This class is static.
Constants
Bottom
|
Constant for centering horizontally and aligning vertically with the bottom.
|
BottomLeft
|
Constant for aligning horizontally with the left and aligning vertically
with the bottom.
|
BottomNormal
|
Constant for aligning vertically with the bottom and aligning horizontally
according to the writing direction.
|
BottomRight
|
Constant for aligning horizontally with the right and aligning vertically
with the bottom.
|
Center
|
Constant for centering horizontally and vertically.
|
Justify
|
Constant for justifying horizontally and centering vertically.
|
Left
|
Constant for aligning horizontally with the left and centering vertically.
|
Normal
|
Constant for centering vertically and aligning horizontally according to the writing direction.
|
Right
|
Constant for aligning horizontally with the right and centering vertically.
|
Top
|
Constant for centering horizontally and aligning vertically with the top.
|
TopLeft
|
Constant for aligning horizontally with the left and aligning vertically
with the top.
|
TopNormal
|
Constant for aligning vertically with the top and aligning horizontally according to the writing direction.
|
TopRight
|
Constant for aligning horizontally with the right and aligning vertically
with the top.
|
Static methods
IsBottom
|
Return if Alignment is a bottom alignment constant.
|
IsCenter
|
Return if Alignment is a center alignment constant.
|
IsLeft
|
Return if Alignment is a left alignment constant.
|
IsMiddle
|
Return if Alignment is a vertical center alignment constant.
|
IsRight
|
Return if Alignment is a right alignment constant.
|
IsTop
|
Return if Alignment is a top alignment constant.
|
Make
|
Return an alignment constant from its horizontal and vertical parts.
|