次の方法で共有


ModifyHyperlinkProps コンストラクター

定義

オーバーロード

ModifyHyperlinkProps()

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

ModifyHyperlinkProps(OpenXmlElement[])

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

ModifyHyperlinkProps(IEnumerable<OpenXmlElement>)

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

ModifyHyperlinkProps(String)

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

ModifyHyperlinkProps()

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

public ModifyHyperlinkProps ();
Public Sub New ()

適用対象

ModifyHyperlinkProps(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ModifyHyperlinkProps(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ModifyHyperlinkProps(String)

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

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

パラメーター

outerXml
String

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

適用対象