poppler-glib Reference Manual

Synopsis

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 ) ;
}

Page Description

Details

Constructor Details

Field Details

Signal Details

Property Details

label
    public    weak string               label                     { get; } ;		

Method Details

find_text ()
    public    weak GLib.List            find_text                 ( string              text ) ;		

free_form_field_mapping ()
    public    static void               free_form_field_mapping   ( GLib.List           list ) ;		

free_image_mapping ()
    public    static void               free_image_mapping        ( GLib.List           list ) ;		

free_link_mapping ()
    public    static void               free_link_mapping         ( GLib.List           list ) ;		

get_crop_box ()
    public    void                      get_crop_box              ( Rectangle           rect ) ;		

get_duration ()
    public    double                    get_duration              (  ) ;		

get_form_field_mapping ()
    public    weak GLib.List            get_form_field_mapping    (  ) ;		

get_image_mapping ()
    public    weak GLib.List            get_image_mapping         (  ) ;		

get_index ()
    public    int                       get_index                 (  ) ;		

get_link_mapping ()
    public    weak GLib.List            get_link_mapping          (  ) ;		

get_selection_region ()
    public    weak Gdk.Region           get_selection_region      ( double              scale,
                                                                    SelectionStyle      style,
                                                                    Rectangle           selection ) ;		

get_size ()
    public    void                      get_size                  ( double              width,
                                                                    double              height ) ;		

get_text ()
    public    weak string               get_text                  ( SelectionStyle      style,
                                                                    Rectangle           rect ) ;		

get_thumbnail ()
    public    weak Gdk.Pixbuf           get_thumbnail             (  ) ;		

get_thumbnail_size ()
    public    bool                      get_thumbnail_size        ( int                 width,
                                                                    int                 height ) ;		

get_transition ()
    public    weak PageTransition       get_transition            (  ) ;		

render ()
    public    void                      render                    ( Cairo.Context       cairo ) ;		

render_selection ()
    public    void                      render_selection          ( Cairo.Context       cairo,
                                                                    Rectangle           selection,
                                                                    Rectangle           old_selection,
                                                                    SelectionStyle      style,
                                                                    Gdk.Color           glyph_color,
                                                                    Gdk.Color           background_color ) ;		

render_selection_to_pixbuf ()
    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 ) ;		

render_to_pixbuf ()
    public    void                      render_to_pixbuf          ( int                 src_x,
                                                                    int                 src_y,
                                                                    int                 src_width,
                                                                    int                 src_height,
                                                                    double              scale,
                                                                    int                 rotation,
                                                                    Gdk.Pixbuf          pixbuf ) ;		

render_to_ps ()
    public    void                      render_to_ps              ( PSFile              ps_file ) ;		


Created by Valadoc