Aracılığıyla paylaş


HyperlinkMonikerList Constructors

Definition

Overloads

HyperlinkMonikerList()

Initializes a new instance of the HyperlinkMonikerList class.

HyperlinkMonikerList(OpenXmlElement[])

Initializes a new instance of the HyperlinkMonikerList class with the specified child elements.

HyperlinkMonikerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the HyperlinkMonikerList class with the specified child elements.

HyperlinkMonikerList(String)

Initializes a new instance of the HyperlinkMonikerList class from outer XML.

HyperlinkMonikerList()

Initializes a new instance of the HyperlinkMonikerList class.

public HyperlinkMonikerList ();
Public Sub New ()

Applies to

HyperlinkMonikerList(OpenXmlElement[])

Initializes a new instance of the HyperlinkMonikerList class with the specified child elements.

public HyperlinkMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HyperlinkMonikerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the HyperlinkMonikerList class with the specified child elements.

public HyperlinkMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HyperlinkMonikerList(String)

Initializes a new instance of the HyperlinkMonikerList class from outer XML.

public HyperlinkMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to