共用方式為


HlinkHoverHyperlinkProps Constructors

Definition

Overloads

HlinkHoverHyperlinkProps()

Initializes a new instance of the HlinkHoverHyperlinkProps class.

HlinkHoverHyperlinkProps(OpenXmlElement[])

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

HlinkHoverHyperlinkProps(IEnumerable<OpenXmlElement>)

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

HlinkHoverHyperlinkProps(String)

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

HlinkHoverHyperlinkProps()

Initializes a new instance of the HlinkHoverHyperlinkProps class.

public HlinkHoverHyperlinkProps ();
Public Sub New ()

Applies to

HlinkHoverHyperlinkProps(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HlinkHoverHyperlinkProps(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HlinkHoverHyperlinkProps(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to