[]
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)
| 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)
| 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. |