次の方法で共有


Comment コンストラクター

定義

オーバーロード

Comment()

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

Comment(OpenXmlElement[])

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

Comment(IEnumerable<OpenXmlElement>)

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

Comment(String)

外側の XML コメントのクラスの新しいインスタンスを初期化します。

Comment()

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

public Comment ();
Public Sub New ()

適用対象

Comment(OpenXmlElement[])

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

public Comment (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.Comment : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.Comment
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Comment(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Comment(String)

外側の XML コメントのクラスの新しいインスタンスを初期化します。

public Comment (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.Comment : string -> DocumentFormat.OpenXml.Wordprocessing.Comment
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象