Shape.TextFrame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a TextFrame object that contains the text for the specified shape.
public:
property Microsoft::Office::Interop::Word::TextFrame ^ TextFrame { Microsoft::Office::Interop::Word::TextFrame ^ get(); };
public Microsoft.Office.Interop.Word.TextFrame TextFrame { get; }
member this.TextFrame : Microsoft.Office.Interop.Word.TextFrame
Public ReadOnly Property TextFrame As TextFrame