Story.TextRange Property
Publisher Developer Reference |
Returns a TextRange object that represents the text that is attached to a shape and properties and methods for manipulating the text.
Syntax
expression.TextRange
expression A variable that represents a Story object.
Example
The following example adds text to the text frame of shape one in the active publication, and then formats the new text. This example assumes there is at least one shape on the first page of the active publication.
Visual Basic for Applications |
---|
|
The following example adds a rectangle to the active publication and adds text to it.
Visual Basic for Applications |
---|
|
See Also