[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LinkedTextFrame

Class LinkedTextFrame

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a text frame that participates in a text frame story.

public class LinkedTextFrame : ContentObject
Inheritance
object
LinkedTextFrame
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Format

Gets the text frame format properties.

public TextFrameFormat Format { get; }

Property Value

TextFrameFormat

Index

Gets the position of the parent shape in the current text frame story.

public ushort Index { get; }

Property Value

ushort

ParentShape

Gets the parent shape.

public Shape ParentShape { get; }

Property Value

Shape

TextFrame

Gets the main text frame in the story to which this text frame belongs.

public TextFrame TextFrame { get; }

Property Value

TextFrame