Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Word Developer Reference |
Breaks the forward link for the specified text frame, if such a link exists.
Syntax
expression.BreakForwardLink
expression Required. A variable that represents a TextFrame object.
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.
Example
This example creates a new document adds a chain of three linked text boxes to it, and then breaks the link after the second text box.
Visual Basic for Applications |
---|
|
See Also