class
	WEL_FORMAT_RANGE

General
	cluster: wel
	description: "Contains information that a rich edit control uses to format its output for a particular device."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	character_range: WEL_CHARACTER_RANGE
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_FORMAT_RANGE): BOOLEAN
	item: POINTER
	rect: WEL_RECT
	rect_page: WEL_RECT
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_FORMAT_RANGE)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_character_range (a_character_range: WEL_CHARACTER_RANGE)
	set_dc (a_dc: WEL_DC)
	set_dc_target (a_dc: WEL_DC)
	set_item (an_item: POINTER)
	set_range (min, max: INTEGER_32)
	set_rect (a_rect: WEL_RECT)
	set_rect_page (a_rect: WEL_RECT)
	set_shared
	set_unshared