ruby-****@sourc*****
ruby-****@sourc*****
2004年 10月 16日 (土) 15:16:40 JST
------------------------- REMOTE_ADDR = 219.53.36.22 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gnome%3A%3APrintPaper ------------------------- = class Gnome::PrintPaper == Class Methods - --- default() + --- 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() + --- list * Returns: an array of available papers. == Instance Methods - --- name() + --- name * Returns: the name of paper. - --- width() + --- width * Returns: the width of paper. - --- height() + --- height * Returns: the height of paper. == Constants == See Also - kou