Share via


Table.AlternativeText Property (PowerPoint)

Returns or sets the alternative text associated with a shape in a Web presentation. Read/write.

Version Information

Version Added: PowerPoint 2010

Syntax

expression .AlternativeText

expression A variable that represents a Table object.

Example

The following example sets the alternative text for the selected shape in the active window. The selected shape is a picture of a mallard duck.

ActiveWindow.Selection.ShapeRange.AlternativeText = "This is a mallard duck."

See Also

Concepts

Table Object Members

Table Object