LinkFormat Members
Include Protected Members
Include Inherited Members
Represents the linking characteristics for an OLE object or picture.
The LinkFormat type exposes the following members.
Methods
Name | Description | |
---|---|---|
BreakLink | Breaks the link between the source file and the specified OLE object, picture, or linked field. | |
Update | Updates the specified link. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
AutoUpdate | True if the specified link is updated automatically when the container file is opened or when the source file is changed. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Locked | True if a Field, InlineShape, or Shape object is locked to prevent automatic updating. | |
Parent | Returns an object that represents the parent object of the specified object. | |
SavePictureWithDocument | True if the specified picture is saved with the document. | |
SourceFullName | Returns or sets the path and name of the source file for the specified linked OLE object, picture, or field. | |
SourceName | Returns the name of the source file for the specified linked OLE object, picture, or field. | |
SourcePath | Returns the path of the source file for the specified linked OLE object, picture, or field. | |
Type | Returns the link type. |
Top