次の方法で共有


HlinkClickHyperlinkProps コンストラクター

定義

オーバーロード

HlinkClickHyperlinkProps()

HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

HlinkClickHyperlinkProps(OpenXmlElement[])

指定した子要素を使用して HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

HlinkClickHyperlinkProps(IEnumerable<OpenXmlElement>)

指定した子要素を使用して HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

HlinkClickHyperlinkProps(String)

外部 XML から HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

HlinkClickHyperlinkProps()

HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

public HlinkClickHyperlinkProps ();
Public Sub New ()

適用対象

HlinkClickHyperlinkProps(OpenXmlElement[])

指定した子要素を使用して HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

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())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

HlinkClickHyperlinkProps(IEnumerable<OpenXmlElement>)

指定した子要素を使用して HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

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))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

HlinkClickHyperlinkProps(String)

外部 XML から HlinkClickHyperlinkProps クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象