Connect to DocumentAttributeChanged signal.
Connect to LoadComplete signal.
Connect to LoadStopped signal.
Connect to PageChanged signal.
Connect to Reload signal.
Retrieves the value of the given attribute_name inside document.
Retrieves the current page number inside document.
Gets a [xlib.types.void*] that points to an instance of the DOM. It is up to the caller to check atk_document_get_type to determine how to cast this pointer.
Gets a string indicating the document type.
Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale of the content of this document instance. Individual text substrings or images within this document may have a different locale, see atk_text_get_attributes and atk_image_get_image_locale.
Retrieves the total number of pages inside document.
Sets the value for the given attribute_name inside document.
The ATK interface which represents the toplevel container for document content.
The AtkDocument interface should be supported by any object whose content is a representation or view of a document. The AtkDocument interface should appear on the toplevel container for the document content; however AtkDocument instances may be nested (i.e. an AtkDocument may be a descendant of another AtkDocument) in those cases where one document contains "embedded content" which can reasonably be considered a document in its own right.