TextStyle.Application Property
Publisher Developer Reference |
Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Syntax
expression.Application
expression A variable that represents a TextStyle object.
Example
This example displays the version and build information for Publisher.
Visual Basic for Applications |
---|
|
This example displays the name of the application that created each linked OLE object on page one of the active publication.
Visual Basic for Applications |
---|
|
See Also