Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.LinkFormatUpdateData interface
- Package:
- word
An interface for updating data on the LinkFormat object, for use in linkFormat.set({ ... }).
Properties
| isAutoUpdated | Specifies if the link is updated automatically when the container file is opened or when the source file is changed. |
| isLocked | Specifies if a |
| isPictureSavedWithDocument | Specifies if the linked picture is saved with the document. |
| sourceFullName | Specifies the path and name of the source file for the linked OLE object, picture, or field. |
Property Details
isAutoUpdated
Specifies if the link is updated automatically when the container file is opened or when the source file is changed.
isAutoUpdated?: boolean;
Property Value
boolean
Remarks
isLocked
Specifies if a Field, InlineShape, or Shape object is locked to prevent automatic updating.
isLocked?: boolean;
Property Value
boolean
Remarks
isPictureSavedWithDocument
Specifies if the linked picture is saved with the document.
isPictureSavedWithDocument?: boolean;
Property Value
boolean
Remarks
sourceFullName
Specifies the path and name of the source file for the linked OLE object, picture, or field.
sourceFullName?: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
