Share via


TextFrame.BreakForwardLink Method

Breaks the forward link for the specified text frame, if such a link exists.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub BreakForwardLink
'Usage
Dim instance As TextFrame

instance.BreakForwardLink()
void BreakForwardLink()

Remarks

Applying this method to a shape in the middle of a chain of shapes with linked text frames will break the chain, leaving two sets of linked shapes. All of the text, however, will remain in the first series of linked shapes.

See Also

Reference

TextFrame Interface

TextFrame Members

Microsoft.Office.Interop.Word Namespace