public class PaperSize : Boxed {
public PaperSize ( string name ) ;
public PaperSize.custom ( string name,
string display_name,
double width,
double height,
Unit unit ) ;
public PaperSize.from_key_file ( GLib.KeyFile key_file,
string group_name )
throws GLib.Error;
public PaperSize.from_ppd ( string ppd_name,
string ppd_display_name,
double width,
double height ) ;
public weak PaperSize copy ( ) ;
public static weak string get_default ( ) ;
public double get_default_bottom_margin ( Unit unit ) ;
public double get_default_left_margin ( Unit unit ) ;
public double get_default_right_margin ( Unit unit ) ;
public double get_default_top_margin ( Unit unit ) ;
public weak string get_display_name ( ) ;
public double get_height ( Unit unit ) ;
public weak string get_name ( ) ;
public static weak GLib.List get_paper_sizes ( bool include_custom ) ;
public weak string get_ppd_name ( ) ;
public double get_width ( Unit unit ) ;
public bool is_custom ( ) ;
public bool is_equal ( PaperSize size2 ) ;
public void set_size ( double width,
double height,
Unit unit ) ;
public void to_key_file ( GLib.KeyFile key_file,
string group_name ) ;
}

public PaperSize ( string name ) ;
public PaperSize.custom ( string name,
string display_name,
double width,
double height,
Unit unit ) ;
public PaperSize.from_key_file ( GLib.KeyFile key_file,
string group_name )
throws GLib.Error;
public PaperSize.from_ppd ( string ppd_name,
string ppd_display_name,
double width,
double height ) ;
public weak PaperSize copy ( ) ;
public static weak string get_default ( ) ;
public double get_default_bottom_margin ( Unit unit ) ;
public double get_default_left_margin ( Unit unit ) ;
public double get_default_right_margin ( Unit unit ) ;
public double get_default_top_margin ( Unit unit ) ;
public weak string get_display_name ( ) ;
public double get_height ( Unit unit ) ;
public weak string get_name ( ) ;
public static weak GLib.List get_paper_sizes ( bool include_custom ) ;
public weak string get_ppd_name ( ) ;
public double get_width ( Unit unit ) ;
public bool is_custom ( ) ;
public bool is_equal ( PaperSize size2 ) ;
public void set_size ( double width,
double height,
Unit unit ) ;
public void to_key_file ( GLib.KeyFile key_file,
string group_name ) ;
Created by Valadoc