TextRange.BoundWidth Property
Publisher Developer Reference |
Returns a Single indicating the width, in points, of the bounding box for the specified text range. Read-only.
Syntax
expression.BoundWidth
expression A variable that represents a TextRange object.
Return Value
Single
Example
The following example displays the position, width, and height of the bounding box surrounding the text in the first shape on page one of the active publication.
Visual Basic for Applications |
---|
|
See Also