次の方法で共有


Footnotes コンストラクター

定義

オーバーロード

Footnotes()

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

Footnotes(OpenXmlElement[])

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

Footnotes(IEnumerable<OpenXmlElement>)

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

Footnotes(String)

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

Footnotes()

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

public Footnotes ();
Public Sub New ()

適用対象

Footnotes(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Footnotes(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Footnotes(String)

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

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

パラメーター

outerXml
String

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

適用対象