poppler-glib Reference Manual

Synopsis

public class FormField : Object  {
    public    FormButtonType            button_get_button_type    (  ) ;
    public    bool                      button_get_state          (  ) ;
    public    void                      button_set_state          ( bool                state ) ;
    public    bool                      choice_can_select_multiple (  ) ;
    public    bool                      choice_commit_on_change   (  ) ;
    public    bool                      choice_do_spell_check     (  ) ;
    public    FormChoiceType            choice_get_choice_type    (  ) ;
    public    weak string               choice_get_item           ( int                 index ) ;
    public    int                       choice_get_n_items        (  ) ;
    public    weak string               choice_get_text           (  ) ;
    public    bool                      choice_is_editable        (  ) ;
    public    bool                      choice_is_item_selected   ( int                 index ) ;
    public    void                      choice_select_item        ( int                 index ) ;
    public    void                      choice_set_text           ( string              text ) ;
    public    void                      choice_toggle_item        ( int                 index ) ;
    public    void                      choice_unselect_all       (  ) ;
    public    FormFieldType             get_field_type            (  ) ;
    public    double                    get_font_size             (  ) ;
    public    int                       get_id                    (  ) ;
    public    bool                      is_read_only              (  ) ;
    public    bool                      text_do_scroll            (  ) ;
    public    bool                      text_do_spell_check       (  ) ;
    public    int                       text_get_max_len          (  ) ;
    public    weak string               text_get_text             (  ) ;
    public    FormTextType              text_get_text_type        (  ) ;
    public    bool                      text_is_password          (  ) ;
    public    bool                      text_is_rich_text         (  ) ;
    public    void                      text_set_text             ( string              text ) ;
}

FormField Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

button_get_button_type ()
    public    FormButtonType            button_get_button_type    (  ) ;		

button_get_state ()
    public    bool                      button_get_state          (  ) ;		

button_set_state ()
    public    void                      button_set_state          ( bool                state ) ;		

choice_can_select_multiple ()
    public    bool                      choice_can_select_multiple (  ) ;		

choice_commit_on_change ()
    public    bool                      choice_commit_on_change   (  ) ;		

choice_do_spell_check ()
    public    bool                      choice_do_spell_check     (  ) ;		

choice_get_choice_type ()
    public    FormChoiceType            choice_get_choice_type    (  ) ;		

choice_get_item ()
    public    weak string               choice_get_item           ( int                 index ) ;		

choice_get_n_items ()
    public    int                       choice_get_n_items        (  ) ;		

choice_get_text ()
    public    weak string               choice_get_text           (  ) ;		

choice_is_editable ()
    public    bool                      choice_is_editable        (  ) ;		

choice_is_item_selected ()
    public    bool                      choice_is_item_selected   ( int                 index ) ;		

choice_select_item ()
    public    void                      choice_select_item        ( int                 index ) ;		

choice_set_text ()
    public    void                      choice_set_text           ( string              text ) ;		

choice_toggle_item ()
    public    void                      choice_toggle_item        ( int                 index ) ;		

choice_unselect_all ()
    public    void                      choice_unselect_all       (  ) ;		

get_field_type ()
    public    FormFieldType             get_field_type            (  ) ;		

get_font_size ()
    public    double                    get_font_size             (  ) ;		

get_id ()
    public    int                       get_id                    (  ) ;		

is_read_only ()
    public    bool                      is_read_only              (  ) ;		

text_do_scroll ()
    public    bool                      text_do_scroll            (  ) ;		

text_do_spell_check ()
    public    bool                      text_do_spell_check       (  ) ;		

text_get_max_len ()
    public    int                       text_get_max_len          (  ) ;		

text_get_text ()
    public    weak string               text_get_text             (  ) ;		

text_get_text_type ()
    public    FormTextType              text_get_text_type        (  ) ;		

text_is_password ()
    public    bool                      text_is_password          (  ) ;		

text_is_rich_text ()
    public    bool                      text_is_rich_text         (  ) ;		

text_set_text ()
    public    void                      text_set_text             ( string              text ) ;		


Created by Valadoc