get_attributes


Description:

[ 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.

Note:

Use atspi_document_get_document_attributes instead.

For attributes that change within the document content, see atspi_text_get_attribute_run instead.

Parameters:

this

a pointer to the Document object on which to operate.

Returns:

a GenericSet containing the constant attributes of the document, as name-value pairs.