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 -- Access

	Pfm_alignment: INTEGER is 8
			-- The wAlignment member is valid.

	Pfm_numbering: INTEGER is 32
			-- The wNumbering member is valid.

	Pfm_offset: INTEGER is 4
			-- The dxStartIndent member is valid and specifies
			-- a relative value.

	Pfm_offsetindent: INTEGER is -2147483648
			-- The dxOffset member is valid.

	Pfm_rightindent: INTEGER is 2
			-- The dxRightIndent member is valid.

	Pfm_startindent: INTEGER is 1
			-- The dxStartIndent member is valid.

	Pfm_tabstops: INTEGER is 16
			-- The cTabStobs and rgxTabStops members are valid.
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_PFM_CONSTANTS