libwolfram20

◆ getAlt()

std::string WAImage::getAlt ( )

Returning a 'alt' attribute of image.

Returns
Alternate text of image
35 {
36 return this->_alt;
37}
std::string _alt
Alternate text to display in case the image does not render correctly.
Definition: WAImage.h:42