public class Page : Object {
public weak string label { get; } ;
public weak GLib.List find_text ( string text ) ;
public static void free_form_field_mapping ( GLib.List list ) ;
public static void free_image_mapping ( GLib.List list ) ;
public static void free_link_mapping ( GLib.List list ) ;
public void get_crop_box ( Rectangle rect ) ;
public double get_duration ( ) ;
public weak GLib.List get_form_field_mapping ( ) ;
public weak GLib.List get_image_mapping ( ) ;
public int get_index ( ) ;
public weak GLib.List get_link_mapping ( ) ;
public weak Gdk.Region get_selection_region ( double scale,
SelectionStyle style,
Rectangle selection ) ;
public void get_size ( double width,
double height ) ;
public weak string get_text ( SelectionStyle style,
Rectangle rect ) ;
public weak Gdk.Pixbuf get_thumbnail ( ) ;
public bool get_thumbnail_size ( int width,
int height ) ;
public weak PageTransition get_transition ( ) ;
public void render ( Cairo.Context cairo ) ;
public void render_selection ( Cairo.Context cairo,
Rectangle selection,
Rectangle old_selection,
SelectionStyle style,
Gdk.Color glyph_color,
Gdk.Color background_color ) ;
public void render_selection_to_pixbuf ( double scale,
int rotation,
Gdk.Pixbuf pixbuf,
Rectangle selection,
Rectangle old_selection,
SelectionStyle style,
Gdk.Color glyph_color,
Gdk.Color background_color ) ;
public void render_to_pixbuf ( int src_x,
int src_y,
int src_width,
int src_height,
double scale,
int rotation,
Gdk.Pixbuf pixbuf ) ;
public void render_to_ps ( PSFile ps_file ) ;
}

public weak string label { get; } ;
public weak GLib.List find_text ( string text ) ;
public static void free_form_field_mapping ( GLib.List list ) ;
public static void free_image_mapping ( GLib.List list ) ;
public static void free_link_mapping ( GLib.List list ) ;
public void get_crop_box ( Rectangle rect ) ;
public double get_duration ( ) ;
public weak GLib.List get_form_field_mapping ( ) ;
public weak GLib.List get_image_mapping ( ) ;
public int get_index ( ) ;
public weak GLib.List get_link_mapping ( ) ;
public weak Gdk.Region get_selection_region ( double scale,
SelectionStyle style,
Rectangle selection ) ;
public void get_size ( double width,
double height ) ;
public weak string get_text ( SelectionStyle style,
Rectangle rect ) ;
public weak Gdk.Pixbuf get_thumbnail ( ) ;
public bool get_thumbnail_size ( int width,
int height ) ;
public weak PageTransition get_transition ( ) ;
public void render ( Cairo.Context cairo ) ;
public void render_selection ( Cairo.Context cairo,
Rectangle selection,
Rectangle old_selection,
SelectionStyle style,
Gdk.Color glyph_color,
Gdk.Color background_color ) ;
public void render_selection_to_pixbuf ( double scale,
int rotation,
Gdk.Pixbuf pixbuf,
Rectangle selection,
Rectangle old_selection,
SelectionStyle style,
Gdk.Color glyph_color,
Gdk.Color background_color ) ;
public void render_to_pixbuf ( int src_x,
int src_y,
int src_width,
int src_height,
double scale,
int rotation,
Gdk.Pixbuf pixbuf ) ;
public void render_to_ps ( PSFile ps_file ) ;
Created by Valadoc