Atk.DocumentIface

Fields

Name

Type

Access

Description

get_current_page_number

object

r

gets the current page number.

get_document

object

r

a GObject.Object instance that implements Atk.DocumentIface. This virtual method is deprecated since 2.12 and it should not be overriden.

get_document_attribute_value

object

r

returns a string value assocciated with the named attribute for this document, or None

get_document_attributes

object

r

gets an AtkAttributeSet which describes document-wide attributes as name-value pairs.

get_document_locale

object

r

gets locale. This virtual function is deprecated since 2.7.90 and it should not be overriden.

get_document_type

object

r

gets a string indicating the document type. This virtual function is deprecated since 2.12 and it should not be overriden.

get_page_count

object

r

gets the page count of the document.

get_text_selections

object

r

parent

GObject.TypeInterface

r

set_document_attribute

object

r

sets the value of an attribute. Returns True on success, False otherwise

set_text_selections

object

r

Methods

None

Details

class Atk.DocumentIface