[ Version ( deprecated = true , deprecated_since = "2.10" ) ]
public string get_attribute_value (string attribute) throws Error
Warning: get_attribute_value is deprecated since 2.10.
Gets the value of a single attribute, if specified for the document as a whole.
Use atspi_document_get_document_attribute_value instead.
this |
a pointer to the Document object on which to operate. |
attribute |
a string indicating the name of a specific attribute. |
a string corresponding to the value of the specified attribute, or an empty string if the attribute is unspecified for the object. |