Style.LinkedStyle Property

Linked Style Reference.Represents the element tag in schema: w:link

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property LinkedStyle As LinkedStyle
    Get
    Set
'Usage
Dim instance As Style
Dim value As LinkedStyle

value = instance.LinkedStyle

instance.LinkedStyle = value
public LinkedStyle LinkedStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.LinkedStyle

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace