ruby-****@sourc*****
ruby-****@sourc*****
2004年 10月 15日 (金) 18:23:12 JST
------------------------- REMOTE_ADDR = 219.53.36.22 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gnome%3A%3APrintPaper ------------------------- = class Gnome::PrintPaper == Class Methods --- default() * Returns: default paper. --- get_by_name(name) * name: the name of paper. * Returns: specified Gnome::PrintPaper, nil if not found. --- get_by_size(width, height) * width: the width of paper. * height: the heiht of paper. * Returns: specified Gnome::PrintPaper, nil if not found. --- get_by_size(width, height, nust_fit) * width: the width of paper. * height: the heiht of paper. * nust_file: should ((|width|)) and ((|height|)) fit within paper. * Returns: specified Gnome::PrintPaper, nil if not found. --- list() * Returns: an array of available papers. == Instance Methods --- name() * Returns: the name of paper. --- width() * Returns: the width of paper. --- height() * Returns: the height of paper. == Constants == See Also - kou