- indexing
- copyright: "Object Tools, 1996-2001"
- version: "1.2"
- cluster: formats
class G_STRING_COMMERCIAL_FORMATTER
- inherit
-
G_ABSTRACT_COMMERCIAL_FORMATTER
-
- redefine
- set_justified_left,
- set_justified_right,
- set_lower_character,
- set_upper_character
- end
- creation
- make
- feature
-
make (s: STRING)
-
- require
-
string_not_void:
s /= void
-
set_justified_right
-
set_justified_left
-
set_upper_character
-
set_lower_character
-
output: STRING
-
- require
-
non_void_picture:
picture /= void
end -- class G_STRING_COMMERCIAL_FORMATTER