Style.LinkStyle Property 

Sets or returns an Object that represents a link between a paragraph and a character style. Read/write.

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

Usage

Dim style1 As Style

Dim returnValue As Object
returnValue = style1.LinkStyle

Dim sampleValue As Object
style1.LinkStyle = sampleValue

Syntax

Property LinkStyle() As Object
object LinkStyle {get; set;}
property Object^ LinkStyle{
    Object^ get();
    Void set(Object^);
}
public System.Object get_LinkStyle();
public void set_LinkStyle(System.Object);
function get LinkStyle() : Object;
function set LinkStyle(Object);

Remarks

When a character style and a paragraph style are linked, the two styles take on the same character formatting.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Style Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Style Members