Share via


HyperlinkBase Constructors

Definition

Overloads

HyperlinkBase()

Initializes a new instance of the HyperlinkBase class.

HyperlinkBase(String)

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

HyperlinkBase()

Initializes a new instance of the HyperlinkBase class.

public HyperlinkBase ();
Public Sub New ()

Applies to

HyperlinkBase(String)

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

public HyperlinkBase (string text);
new DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase : string -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to