class
	WEL_PARAGRAPH_FORMAT

General
	cluster: wel
	description: "Contains information about paragraph formating attributes in a rich edit control."
	create: make_by_pointer, make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_PFA_CONSTANTS
	WEL_PFM_CONSTANTS
	WEL_STRUCTURE*

Queries
	alignment: INTEGER_32
	exists: BOOLEAN
	has_mask (a_mask: INTEGER_32): BOOLEAN
	is_equal (other: [like Current] WEL_PARAGRAPH_FORMAT): BOOLEAN
	item: POINTER
	mask: INTEGER_32
	max_tab_stops: INTEGER_32
	numbering: INTEGER_32
	offset: INTEGER_32
	right_indent: INTEGER_32
	shared: BOOLEAN
	start_indent: INTEGER_32
	Structure_size: INTEGER_32
	tabulations: ARRAY [INTEGER_32]

Commands
	add_mask (a_mask: INTEGER_32)
	bullet_numbering
	copy (other: [like Current] WEL_PARAGRAPH_FORMAT)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	no_numbering
	remove_mask (a_mask: INTEGER_32)
	set_alignment (an_alignment: INTEGER_32)
	set_center_alignment
	set_default_tabulation
	set_item (an_item: POINTER)
	set_left_alignment
	set_mask (a_mask: INTEGER_32)
	set_offset (an_offset: INTEGER_32)
	set_right_alignment
	set_right_indent (a_right_indent: INTEGER_32)
	set_shared
	set_start_indent (a_start_indent: INTEGER_32)
	set_tabulation (tab: INTEGER_32)
	set_tabulations (tabs: ARRAY [INTEGER_32])
	set_unshared