[ Version ( deprecated = true , deprecated_since = "2.10" ) ]
public HashTable<string,string> get_attributes () throws Error
Warning: get_attributes is deprecated since 2.10.
Gets all constant attributes for the document as a whole.
Use atspi_document_get_document_attributes instead.
For attributes that change within the document content, see atspi_text_get_attribute_run
instead.
this |
a pointer to the Document object on which to operate. |
a GenericSet containing the constant attributes of the document, as name-value pairs. |