Gnome2::Print::Paper.3pm

Langue: en

Version: 2009-03-06 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Gnome2::Print::Paper - represents the paper type

DESCRIPTION

"GnomePrintPaper" is a boxed type representing a registered paper type.

In Perl, it is an hashref containing these keys:

version
Has to be 0 at moment.
name
Name such as 'A4'.
width
height
Dimensional attributes.

METHODS

paper hash = Gnome2::Print::Paper->get_by_name ($name)

$name (Glib::UChar)

paper hash = Gnome2::Print::Paper->get_by_size ($width, $height)

$width (double)
$height (double)

paper hash = Gnome2::Print::Paper->get_closest_by_size ($width, $height, $mustfit)

$width (double)
$height (double)
$mustfit (boolean)

paper hash = Gnome2::Print::Paper->get_default

list = Gnome2::Print::Paper->get_list

This method returns an array containing all the registered paper types.

SEE ALSO

Gnome2::Print Copyright (C) 2003-2006 by the gtk2-perl team.

This software is licensed under the LGPL. See Gnome2::Print for a full notice.