Share via


ImgElement.outerText Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the text, without any HTML, of an IMG element.

Syntax

expression.outerText

expression   Required. A variable that represents an ImgElement object.

Remarks

See also the innerHTML, innerText, and outerHTML properties.

See Also