次の方法で共有


Footer コンストラクター

定義

オーバーロード

Footer()

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

Footer(OpenXmlElement[])

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

Footer(IEnumerable<OpenXmlElement>)

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

Footer(String)

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

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

public Footer ();
Public Sub New ()

適用対象

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

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

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

パラメーター

outerXml
String

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

適用対象