ValidLinkTarget Method

See Also         Example         Applies To

Determines whether the text frame of one shape can be linked to the text frame of another shape. Returns True if TargetTextFrame is a valid target. Returns False if TargetTextFrame already contains text or is already linked, or if the shape doesn't support attached text.

Syntax

expression.ValidLinkTarget(TargetTextFrame)

expression   Required. An expression that returns a TextFrame object.

TargetTextFrame   Required TextFrame object. The target text frame that you'd like to link the text frame returned by expression to.