Package quadbase.reportdesigner.util
Interface IAlignConstants
public interface IAlignConstants
Utility class for cell aliginment to contain basic alignment type values as constants.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortCenter-align the content in the report cellstatic final shortLeft-align the content in the report cellstatic final shortRight-align the content in the report cellstatic final shortVertically align the content in the report cell to the baselinestatic final shortVertically align the content in the report cell to the bottomstatic final shortVertically align the content in the report cell to the middlestatic final shortVertically align the content in the report cell to the top
-
Field Details
-
ALIGN_CENTER
static final short ALIGN_CENTERCenter-align the content in the report cell- See Also:
-
ALIGN_LEFT
static final short ALIGN_LEFTLeft-align the content in the report cell- See Also:
-
ALIGN_RIGHT
static final short ALIGN_RIGHTRight-align the content in the report cell- See Also:
-
VALIGN_MIDDLE
static final short VALIGN_MIDDLEVertically align the content in the report cell to the middle- See Also:
-
VALIGN_TOP
static final short VALIGN_TOPVertically align the content in the report cell to the top- See Also:
-
VALIGN_BOTTOM
static final short VALIGN_BOTTOMVertically align the content in the report cell to the bottom- See Also:
-
VALIGN_BASELINE
static final short VALIGN_BASELINEVertically align the content in the report cell to the baseline- See Also:
-