get_text_attribute_value


Description:

public string? get_text_attribute_value (int offset, string attribute_name) throws Error

Gets the value of a named attribute at a given offset.

Parameters:

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.

Returns:

the value of a given attribute at the given offset, or null if not present.