class
	EV_PARAGRAPH_FORMAT_RANGE_INFORMATION

General
	cluster: interface
	description: 
		"Objects that provide information for a range of lines in an EV_RICH_TEXT.
		Depending on the query applied to `Current', the values of all attributes are used in different
		fashions, sometimes to indicate which fields of an EV_PARAGRAPH_FORMAT are valid, or have a particular
		property. The applicable features in EV_RICH_TEXT which use `Current' provide full descriptions."
	create: make_with_flags

Ancestors
	ANY
	EV_PARAGRAPH_CONSTANTS

Queries
	alignment: BOOLEAN
	bottom_spacing: BOOLEAN
	left_margin: BOOLEAN
	right_margin: BOOLEAN
	top_spacing: BOOLEAN
	valid_alignment (an_alignment: INTEGER_32): BOOLEAN
	valid_paragraph_flag (a_flag: INTEGER_32): BOOLEAN

Commands
	make_with_flags (flags: INTEGER_32)