get_text_attributes


Description:

[ Version ( since = "0.18" ) ]
public List<TextAttributes> get_text_attributes ()

Obtains the attributes of the text as a List of TextAttributes.

This list must be freed with free_text_attributes when done.

Each list element is a TextAttributes struct where start_index and end_index indicates the range of text (as returned by get_text) to which text attributes apply.

See also get_text_attributes_for_area

Parameters:

this

A Page

Returns:

A List of TextAttributes