[]
Represents a text frame that participates in a text frame story.
public class LinkedTextFrame : ContentObject
Gets the text frame format properties.
public TextFrameFormat Format { get; }
Gets the position of the parent shape in the current text frame story.
public ushort Index { get; }
Gets the parent shape.
public Shape ParentShape { get; }
Gets the main text frame in the story to which this text frame belongs.
public TextFrame TextFrame { get; }