TextFrame.ValidLinkTarget(TextFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the text frame of one shape can be linked to the text frame of another shape.
public:
bool ValidLinkTarget(Microsoft::Office::Interop::Word::TextFrame ^ TargetTextFrame);
public bool ValidLinkTarget (Microsoft.Office.Interop.Word.TextFrame TargetTextFrame);
abstract member ValidLinkTarget : Microsoft.Office.Interop.Word.TextFrame -> bool
Public Function ValidLinkTarget (TargetTextFrame As TextFrame) As Boolean
Parameters
- TargetTextFrame
- TextFrame
Required TextFrame object. The target text frame to which you'd like to link the specified text frame.
Returns
Remarks
The TextFrame property returns True if TargetTextFrame
is a valid target. It returns False if TargetTextFrame
already contains text or is already linked, or if the shape doesn't support attached text.