indexing
description: "Paragraph format mask (PFM) constants for the rich edit control."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_PFM_CONSTANTS
feature
Pfm_alignment: INTEGER is 8
Pfm_numbering: INTEGER is 32
Pfm_offset: INTEGER is 4
Pfm_offsetindent: INTEGER is -2147483648
Pfm_rightindent: INTEGER is 2
Pfm_startindent: INTEGER is 1
Pfm_tabstops: INTEGER is 16
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_PFM_CONSTANTS