Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_PARAGRAPH_FORMAT2 General cluster: wel description: "Contains information about paragraph 2 formating attributes in a rich edit control. Corresponds to the PARAFORMAT2 structure. Note that the implementation is using WEL_PARAFORMAT2 due to bugs in Microsoft header files." create: make, make_by_pointer Ancestors WEL_PARAGRAPH_FORMAT Queries alignment: INTEGER_32 border_space: INTEGER_32 border_width: INTEGER_32 borders: INTEGER_32 clear_flag (flags, mask: INTEGER_32): INTEGER_32 effects: INTEGER_32 exists: BOOLEAN flag_set (flags, mask: INTEGER_32): BOOLEAN has_mask (a_mask: INTEGER_32): BOOLEAN is_equal (other: [like Current] WEL_PARAGRAPH_FORMAT2): BOOLEAN item: POINTER line_spacing: INTEGER_32 line_spacing_rule: INTEGER_32 mask: INTEGER_32 max_tab_stops: INTEGER_32 numbering: INTEGER_32 numbering_start: INTEGER_32 numbering_style: INTEGER_32 numbering_tab: INTEGER_32 offset: INTEGER_32 Pfa_center: INTEGER_32 Pfa_full_interword: INTEGER_32 Pfa_justify: INTEGER_32 Pfa_left: INTEGER_32 Pfa_right: INTEGER_32 Pfm_alignment: INTEGER_32 Pfm_border: INTEGER_32 Pfm_linespacing: INTEGER_32 Pfm_numbering: INTEGER_32 Pfm_numberingstart: INTEGER_32 Pfm_numberingstyle: INTEGER_32 Pfm_numberingtab: INTEGER_32 Pfm_offset: INTEGER_32 Pfm_offsetindent: INTEGER_32 Pfm_rightindent: INTEGER_32 Pfm_shading: INTEGER_32 Pfm_spaceafter: INTEGER_32 Pfm_spacebefore: INTEGER_32 Pfm_startindent: INTEGER_32 Pfm_style: INTEGER_32 Pfm_tabstops: INTEGER_32 right_indent: INTEGER_32 set_flag (flags, mask: INTEGER_32): INTEGER_32 shading_style: INTEGER_32 shading_weight: INTEGER_32 shared: BOOLEAN space_after: INTEGER_32 space_before: INTEGER_32 start_indent: INTEGER_32 Structure_size: INTEGER_32 style: INTEGER_32 tabulations: ARRAY [INTEGER_32] Commands add_mask (a_mask: INTEGER_32) bullet_numbering copy (other: [like Current] WEL_PARAGRAPH_FORMAT2) 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_border_space (a_space: INTEGER_32) set_border_width (a_width: INTEGER_32) set_borders (a_border: INTEGER_32) set_center_alignment set_default_tabulation set_effects (an_effects: INTEGER_32) set_item (an_item: POINTER) set_left_alignment set_line_spacing (space: INTEGER_32) set_line_spacing_rule (a_rule: INTEGER_32) set_mask (a_mask: INTEGER_32) set_numbering_start (a_start: INTEGER_32) set_numbering_style (a_style: INTEGER_32) set_numbering_tab (a_tab: INTEGER_32) set_offset (an_offset: INTEGER_32) set_right_alignment set_right_indent (a_right_indent: INTEGER_32) set_shading_style (a_style: INTEGER_32) set_shading_weight (a_weight: INTEGER_32) set_shared set_space_after (space: INTEGER_32) set_space_before (space: INTEGER_32) set_start_indent (a_start_indent: INTEGER_32) set_style (a_style: INTEGER_32) set_tabulation (tab: INTEGER_32) set_tabulations (tabs: ARRAY [INTEGER_32]) set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org