InlineShape.IsPictureBullet Property
Word Developer Reference |
True indicates that an InlineShape object is a picture bullet. Read-only Boolean.
Syntax
expression.IsPictureBullet
expression An expression that returns a InlineShape object.
Remarks
Although picture bullets are considered inline shapes, searching a document's InlineShapes collection will not return picture bullets.
Example
This example formats the selected list if the list if formatted with a picture bullet. If not, a message is displayed.
Visual Basic for Applications |
---|
|
Use the following code to call the routine above.
Visual Basic for Applications |
---|
|
See Also