Style.Linked Property

Definition

Returns or sets a Boolean that represents whether a style is a linked style that can be used for both paragraph and character formatting. Read-only.

public:
 property bool Linked { bool get(); };
public bool Linked { get; }
member this.Linked : bool
Public ReadOnly Property Linked As Boolean

Property Value

Boolean

Remarks

True indicates that the Style Type option in the Modify Style dialog box is set to "Linked (paragraph and character)".

Applies to