findTextBlock method



Returns the first TextBlock with the given name. In order to find any other text block with the same name use findNextTextBLock(TextBlock).

Syntax

textblock =Presentation.findTextBlock(name)

Applies to

Presentation object.

Parameters

string. The name of TextBlock to find.

Return value

TextBlock. The first block of text found with the specified name.

See also
findNextTextBlock method
Text property