HlinkClickHyperlinkProps Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HlinkClickHyperlinkProps() |
Initializes a new instance of the HlinkClickHyperlinkProps class. |
HlinkClickHyperlinkProps(OpenXmlElement[]) |
Initializes a new instance of the HlinkClickHyperlinkProps class with the specified child elements. |
HlinkClickHyperlinkProps(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the HlinkClickHyperlinkProps class with the specified child elements. |
HlinkClickHyperlinkProps(String) |
Initializes a new instance of the HlinkClickHyperlinkProps class from outer XML. |
HlinkClickHyperlinkProps()
Initializes a new instance of the HlinkClickHyperlinkProps class.
public HlinkClickHyperlinkProps ();
Public Sub New ()
Applies to
HlinkClickHyperlinkProps(OpenXmlElement[])
Initializes a new instance of the HlinkClickHyperlinkProps class with the specified child elements.
public HlinkClickHyperlinkProps (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
HlinkClickHyperlinkProps(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HlinkClickHyperlinkProps class with the specified child elements.
public HlinkClickHyperlinkProps (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
HlinkClickHyperlinkProps(String)
Initializes a new instance of the HlinkClickHyperlinkProps class from outer XML.
public HlinkClickHyperlinkProps (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.