次の方法で共有


CommentAuthor コンストラクター

定義

オーバーロード

CommentAuthor()

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

CommentAuthor(OpenXmlElement[])

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

CommentAuthor(IEnumerable<OpenXmlElement>)

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

CommentAuthor(String)

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

CommentAuthor()

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

public CommentAuthor ();
Public Sub New ()

適用対象

CommentAuthor(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CommentAuthor(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CommentAuthor(String)

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

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

パラメーター

outerXml
String

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

適用対象