get_alt_text


Description:

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

Obtains the “alternate” text representation of the element (and its child elements).

This is mostly used for non-text elements like images and figures, to specify a textual description of the element.

Note that for elements containing proper text, the function get_text must be used instead.

Parameters:

this

A StructureElement

Returns:

The alternate text representation for the element, or null if not defined.