[]
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.
public LinkedTextFrame AddLinkedTextFrame(TextFrame linkTo)
Public Function AddLinkedTextFrame(linkTo As TextFrame) As LinkedTextFrame
Type | Name | Description |
---|---|---|
TextFrame | linkTo | The main text frame that starts the text frame story. |
Type | Description |
---|---|
LinkedTextFrame | The added LinkedTextFrame. |
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.
public LinkedTextFrame AddLinkedTextFrame(TextFrame linkTo, int index)
Public Function AddLinkedTextFrame(linkTo As TextFrame, index As Integer) As LinkedTextFrame
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. |
Type | Description |
---|---|
LinkedTextFrame | The added LinkedTextFrame. |