次の方法で共有


SectionPropertiesChange コンストラクター

定義

オーバーロード

SectionPropertiesChange()

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

SectionPropertiesChange(OpenXmlElement[])

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

SectionPropertiesChange(IEnumerable<OpenXmlElement>)

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

SectionPropertiesChange(String)

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

SectionPropertiesChange()

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

public SectionPropertiesChange ();
Public Sub New ()

適用対象

SectionPropertiesChange(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SectionPropertiesChange(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SectionPropertiesChange(String)

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

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

パラメーター

outerXml
String

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

適用対象