get_table_summary


Description:

[ Version ( since = "0.26" ) ]
public string get_table_summary ()

Obtains the textual summary of the contents of the table element.

Note that the summary is meant for informative purposes, and it is not intended to be rendered. For example, assistive technologies may use the description field to provide an alternate way of presenting an element to the user, or a document indexer may want to scan it for additional keywords.

The returned string is allocated by the function. When it is not needed anymore, be sure to call g_free on it.

Parameters:

this

A StructureElement

Returns:

A string, or null if the attribute is not defined.