次の方法で共有


Author コンストラクター

定義

オーバーロード

Author()

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

Author(OpenXmlElement[])

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

Author(IEnumerable<OpenXmlElement>)

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

Author(String)

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

Author()

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

public Author ();
Public Sub New ()

適用対象

Author(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Author(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Author(String)

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

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

パラメーター

outerXml
String

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

適用対象