- indexing
- title: "printer support class"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class COMPOUND_PRINTABLE_OBJECT
- inherit
-
PRINTABLE_OBJECT
- end
- feature
-
set_margins (a_margins: RECT)
-
set_orientation (a_flag: BOOLEAN)
-
set_printer (a_printer: PRINTER)
end -- class COMPOUND_PRINTABLE_OBJECT