indexing
description: "Text Alignment (TA) constants."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_TA_CONSTANTS
feature
ta_baseline: INTEGER
ta_bottom: INTEGER
ta_center: INTEGER
ta_left: INTEGER
ta_noupdatecp: INTEGER
ta_right: INTEGER
ta_top: INTEGER
ta_updatecp: INTEGER
feature
valid_htext_alignment_constant (c: INTEGER): BOOLEAN
c
valid_text_alignment_constant (c: INTEGER): BOOLEAN
c
valid_vtext_alignment_constant (c: INTEGER): BOOLEAN
c
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_TA_CONSTANTS