[ 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
this |
A Page |
A List of TextAttributes |