Level コンストラクター

定義

オーバーロード

Level()

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

Level(OpenXmlElement[])

指定した子要素を持つレベルのクラスの新しいインスタンスを初期化します。

Level(IEnumerable<OpenXmlElement>)

指定した子要素を持つレベルのクラスの新しいインスタンスを初期化します。

Level(String)

外側の XML からのレベルのクラスの新しいインスタンスを初期化します。

Level()

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

public Level ();
Public Sub New ()

適用対象

Level(OpenXmlElement[])

指定した子要素を持つレベルのクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Level(IEnumerable<OpenXmlElement>)

指定した子要素を持つレベルのクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Level(String)

外側の XML からのレベルのクラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

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

適用対象