TextFrame.ValidLinkTarget(TextFrame) 方法

定义

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

参数

TargetTextFrame
TextFrame

必需的 TextFrame 对象。 要链接到指定文本框架的目标文本框架。

返回

注解

如果 TargetTextFrame 是有效目标,则 TextFrame 属性返回 True。 如果TargetTextFrame已包含文本或已链接,或者形状不支持附加文本,则返回 False

适用于