FormField
Object Hierarchy:
Description:
Namespace: Poppler
Package: poppler-glib
Content:
Creation methods:
- protected FormField ()
Methods:
- public FormButtonType button_get_button_type ()
Gets the button type of this
- public bool button_get_state ()
Queries a FormField and returns its current state.
- public void button_set_state (bool state)
Sets the status of this.
- public bool choice_can_select_multiple ()
Checks whether this allows multiple choices to be selected
- public bool choice_commit_on_change ()
- public bool choice_do_spell_check ()
Checks whether spell checking should be done for the contents of this
- public FormChoiceType choice_get_choice_type ()
Gets the choice type of this
- public string choice_get_item (int index)
Returns the contents of the item on this at the given index
- public int choice_get_n_items ()
Returns the number of items on this
- public string choice_get_text ()
Retrieves the contents of this.
- public bool choice_is_editable ()
Checks whether this is editable
- public bool choice_is_item_selected (int index)
Checks whether the item at the given index on this is currently selected
- public void choice_select_item (int index)
Selects the item at the given index on this
- public void choice_set_text (string text)
Sets the text in this to the given value, replacing the current contents
- public void choice_toggle_item (int index)
Changes the state of the item at the given index
- public void choice_unselect_all ()
Unselects all the items on this
- public unowned Action get_action ()
Retrieves the action (#PopplerAction) that shall be performed when this is activated, or
null
- public unowned Action get_additional_action (AdditionalActionType type)
Retrieves the action (#PopplerAction) that shall be performed when an additional action is triggered on this, or
null
. - public string get_alternate_ui_name ()
Gets the alternate ui name of this.
- public FormFieldType get_field_type ()
Gets the type of this
- public double get_font_size ()
Gets the font size of this
- public int get_id ()
Gets the id of this
- public string get_mapping_name ()
Gets the mapping name of this that is used when exporting interactive form field data from the document
- public string get_name ()
Gets the fully qualified name of this.
- public string get_partial_name ()
Gets the partial name of this.
- public bool is_read_only ()
Checks whether this is read only
- public async SignatureInfo signature_validate_async (SignatureValidationFlags flags, Cancellable? cancellable) throws Error
Asynchronously validates the cryptographic signature contained in
signature_field
. - public SignatureInfo signature_validate_sync (SignatureValidationFlags flags, Cancellable? cancellable = null) throws Error
Synchronously validates the cryptographic signature contained in
signature_field
. - public bool text_do_scroll ()
- public bool text_do_spell_check ()
Checks whether spell checking should be done for the contents of this
- public int text_get_max_len ()
Retrieves the maximum allowed length of the text in this
- public string text_get_text ()
Retrieves the contents of this.
- public FormTextType text_get_text_type ()
Gets the text type of this.
- public bool text_is_password ()
Checks whether content of this is a password and it must be hidden
- public bool text_is_rich_text ()
Checks whether the contents of this are rich text
- public void text_set_text (string text)
Sets the text in this to the given value, replacing the current contents.
Inherited Members:
All known members inherited from class GLib.Object