次の方法で共有


FootnoteDocumentWideProperties コンストラクター

定義

オーバーロード

FootnoteDocumentWideProperties()

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

FootnoteDocumentWideProperties(OpenXmlElement[])

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

FootnoteDocumentWideProperties(IEnumerable<OpenXmlElement>)

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

FootnoteDocumentWideProperties(String)

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

FootnoteDocumentWideProperties()

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

public FootnoteDocumentWideProperties ();
Public Sub New ()

適用対象

FootnoteDocumentWideProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

FootnoteDocumentWideProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

FootnoteDocumentWideProperties(String)

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

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

パラメーター

outerXml
String

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

適用対象