[ Version ( deprecated = true , deprecated_since = "2.10" ) ]
public string? get_attribute_value (int offset, string attribute_name) throws Error
Warning: get_attribute_value is deprecated since 2.10.
Gets the value of a named attribute at a given offset.
Use atspi_text_get_text_attribute_value instead.
this |
a pointer to the Text object to query. |
offset |
The character offset at which to query the attribute. |
attribute_name |
The attribute to query. |
the value of a given attribute at the given offset, or null if not present. |