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
object LinkStyle {get; set;}
public System.Object get_LinkStyle();
public void set_LinkStyle(System.Object);
function get LinkStyle() : Object;
function set LinkStyle(Object);
When a character style and a paragraph style are linked, the two styles take on the same character formatting.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms