findNextTextBlock method
Returns the TextBlock following the one specified as long as they have the same name.
Syntax
TextBlock = Presentation.findNextTextBlock(TextBlock)
Applies to
Presentation object.
Parameters
TextBlock. The TextBlock which precedes the TextBlock returned.
Return value
TextBlock. The next block of text with the same name.
See also
findTextBlock method
Text property