SetAltText
Sets whether to include the spoken text of an equation as an alttext attribute of the math tag.
C++
HRESULT SetAltText([in] boolean alttext);
Visual Basic
Public Function SetAltText (
alttext As Boolean
) As Long
Parameters
alttext
|
[in] whether to include the spoken text of an equation as an alttext attribute of the math tag
|
Return value
None
|