Shape.TextFrame Property
Word Developer Reference |
Returns a TextFrame object that contains the text for the specified shape.
Syntax
expression.TextFrame
expression A variable that represents a Shape object.
Example
This example adds a rectangle to myDocument, adds text to the rectangle, and sets the margins for the text frame.
Visual Basic for Applications |
---|
|
See Also