SmartTags.SmartTagsByType Method
Word Developer Reference |
Returns a SmartTags collection that represents all the smart tags installed on a user's computer of the type specified in the Name parameter.
Syntax
expression.SmartTagsByType(Name)
expression Required. A variable that represents a SmartTags collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Name | Required | String | The name of the smart tag type. |
Return Value
SmartTags
Example
The following example reloads smart tag actions for all Address smart tags in the active document.
Visual Basic for Applications |
---|
|
See Also