LinkFormat Interface 

Represents the linking characteristics for an OLE object or picture.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class inkFormatImplementation
    Implements LinkFormat
End Class
Dim inkFormatImplementation1 As New inkFormatImplementation()

Syntax

Public Interface LinkFormat
public interface LinkFormat
public interface class LinkFormat
public interface LinkFormat
public interface LinkFormat

Remarks

Use the LinkFormat property of a Shape, InlineShape, or Field object to return the LinkFormat object.

Not all types of shapes, inline shapes, and fields can be linked to a source. Use the Type property of a Shape or InlineShape object to determine whether a particular shape can be linked. The Type property for a Field object returns the type of field.

You can use both the Update method and the AutoUpdate property to update links. To return or set the full path for a particular link's source file, use the SourceFullName property.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

LinkFormat Members