LinkedTextFrames Property
LinkedTextFrames
Gets a read-only list of all linked text frames in this text frame story, in correct order.
Declaration
public IReadOnlyList<LinkedTextFrame> LinkedTextFrames { get; }
Public ReadOnly Property LinkedTextFrames As IReadOnlyList(Of LinkedTextFrame)