共用方式為


ModifyHyperlinkProps Constructors

Definition

Overloads

ModifyHyperlinkProps()

Initializes a new instance of the ModifyHyperlinkProps class.

ModifyHyperlinkProps(OpenXmlElement[])

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

ModifyHyperlinkProps(IEnumerable<OpenXmlElement>)

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

ModifyHyperlinkProps(String)

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

ModifyHyperlinkProps()

Initializes a new instance of the ModifyHyperlinkProps class.

public ModifyHyperlinkProps ();
Public Sub New ()

Applies to

ModifyHyperlinkProps(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ModifyHyperlinkProps(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ModifyHyperlinkProps(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to