indexing
description: "OLE Automation."
note: "Automatically generated by the EiffelCOM Wizard."
deferred class interface
FONT_INTERFACE
feature
bold: BOOLEAN
require
bold_user_precondition: bold_user_precondition
charset: INTEGER
require
charset_user_precondition: charset_user_precondition
italic: BOOLEAN
require
italic_user_precondition: italic_user_precondition
item: POINTER
ECOM_INTERFACE
name: STRING
require
name_user_precondition: name_user_precondition
size: ECOM_CURRENCY
require
size_user_precondition: size_user_precondition
strikethrough: BOOLEAN
require
strikethrough_user_precondition: strikethrough_user_precondition
underline: BOOLEAN
require
underline_user_precondition: underline_user_precondition
weight: INTEGER
require
weight_user_precondition: weight_user_precondition
feature
set_bold (a_value: BOOLEAN)
require
set_bold_user_precondition: set_bold_user_precondition (a_value)
set_charset (a_value: INTEGER)
require
set_charset_user_precondition: set_charset_user_precondition (a_value)
set_italic (a_value: BOOLEAN)
require
set_italic_user_precondition: set_italic_user_precondition (a_value)
set_name (a_value: STRING)
require
set_name_user_precondition: set_name_user_precondition (a_value)
set_size (a_value: ECOM_CURRENCY)
require
non_void_a_value: a_value /= void
valid_a_value: a_value.item /= default_pointer
set_size_user_precondition: set_size_user_precondition (a_value)
set_strikethrough (a_value: BOOLEAN)
require
set_strikethrough_user_precondition: set_strikethrough_user_precondition (a_value)
set_underline (a_value: BOOLEAN)
require
set_underline_user_precondition: set_underline_user_precondition (a_value)
set_weight (a_value: INTEGER)
require
set_weight_user_precondition: set_weight_user_precondition (a_value)
feature
bold_user_precondition: BOOLEAN
bold
charset_user_precondition: BOOLEAN
charset
italic_user_precondition: BOOLEAN
italic
name_user_precondition: BOOLEAN
name
set_bold_user_precondition (a_value: BOOLEAN): BOOLEAN
set_bold
set_charset_user_precondition (a_value: INTEGER): BOOLEAN
set_charset
set_italic_user_precondition (a_value: BOOLEAN): BOOLEAN
set_italic
set_name_user_precondition (a_value: STRING): BOOLEAN
set_name
set_size_user_precondition (a_value: ECOM_CURRENCY): BOOLEAN
set_size
set_strikethrough_user_precondition (a_value: BOOLEAN): BOOLEAN
set_strikethrough
set_underline_user_precondition (a_value: BOOLEAN): BOOLEAN
set_underline
set_weight_user_precondition (a_value: INTEGER): BOOLEAN
set_weight
size_user_precondition: BOOLEAN
size
strikethrough_user_precondition: BOOLEAN
strikethrough
underline_user_precondition: BOOLEAN
underline
weight_user_precondition: BOOLEAN
weight
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- FONT_INTERFACE