WdStyleSheetLinkType Enumeration 

Specifies how to associate a style sheet with the document.

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

Usage

Dim wdStyleSheetLinkType1 As WdStyleSheetLinkType = WdStyleSheetLinkType.wdStyleSheetLinkTypeImported

Syntax

Public Enum WdStyleSheetLinkType
public enum WdStyleSheetLinkType
public enum class WdStyleSheetLinkType
public enum WdStyleSheetLinkType
public enum WdStyleSheetLinkType

Members

Member name Description
wdStyleSheetLinkTypeImported Imported internal style sheet.
wdStyleSheetLinkTypeLinked Linked external style sheet.

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