Virtualvfunc_Retrieves the current page number inside document.
Virtualvfunc_Gets a %gpointer 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.
Virtualvfunc_Retrieves the value of the given attribute_name inside document.
a character string representing the name of the attribute whose value is being queried.
Virtualvfunc_Gets an AtkAttributeSet which describes document-wide attributes as name-value pairs.
Virtualvfunc_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.
Virtualvfunc_Gets a string indicating the document type.
Virtualvfunc_Retrieves the total number of pages inside document.
Virtualvfunc_Returns an array of AtkTextSelections within this document.
Virtualvfunc_Sets the value for the given attribute_name inside document.
a character string representing the name of the attribute whose value is being set.
a string value to be associated with attribute_name.
Virtualvfunc_Makes 1 or more selections within this document denoted by the given array of AtkTextSelections. Any existing physical selection (inside or outside this document) is replaced by the new selections. All objects within the given selection ranges must be descendants of this document. Otherwise FALSE will be returned.
a GArray of AtkTextSelections to be selected.
Interface for implementing Document. Contains only the virtual methods that need to be implemented.