次の方法で共有


SectionProperties コンストラクター

定義

オーバーロード

SectionProperties()

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

SectionProperties(OpenXmlElement[])

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

SectionProperties(IEnumerable<OpenXmlElement>)

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

SectionProperties(String)

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

SectionProperties()

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

public SectionProperties ();
Public Sub New ()

適用対象

SectionProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SectionProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SectionProperties(String)

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

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

パラメーター

outerXml
String

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

適用対象