[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Shape.AddLinkedTextFrame

AddLinkedTextFrame Method

AddLinkedTextFrame(TextFrame)

Adds a linked text frame that participates in a text frame story.

Note that some geometries do not allow text frames (see TextFrameSupported(GeometryType)). If GeometryType of this shape does not support text frames, an exception will be thrown.

Declaration
public LinkedTextFrame AddLinkedTextFrame(TextFrame linkTo)
Public Function AddLinkedTextFrame(linkTo As TextFrame) As LinkedTextFrame
Parameters
Type Name Description
TextFrame linkTo

The main text frame that starts the text frame story.

Returns
Type Description
LinkedTextFrame

The added LinkedTextFrame.

AddLinkedTextFrame(TextFrame, int)

Adds a linked text frame that participates in a text frame story.

Note that some geometries do not allow text frames (see TextFrameSupported(GeometryType)). If GeometryType of this shape does not support text frames, an exception will be thrown.

Declaration
public LinkedTextFrame AddLinkedTextFrame(TextFrame linkTo, int index)
Public Function AddLinkedTextFrame(linkTo As TextFrame, index As Integer) As LinkedTextFrame
Parameters
Type Name Description
TextFrame linkTo

The main text frame that starts the text frame story.

int index

The 1-based index of the linked text frame in the story.

Returns
Type Description
LinkedTextFrame

The added LinkedTextFrame.