Share via


LinkType Constructors

Definition

Overloads

LinkType()

Initializes a new instance of the LinkType class.

LinkType(String)

Initializes a new instance of the LinkType class with the specified text content.

LinkType()

Initializes a new instance of the LinkType class.

public LinkType ();
Public Sub New ()

Applies to

LinkType(String)

Initializes a new instance of the LinkType class with the specified text content.

public LinkType (string text);
new DocumentFormat.OpenXml.Vml.Office.LinkType : string -> DocumentFormat.OpenXml.Vml.Office.LinkType
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to