Rule コンストラクター

定義

オーバーロード

Rule()

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

Rule(OpenXmlElement[])

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

Rule(IEnumerable<OpenXmlElement>)

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

Rule(String)

外側の XML の規則クラスの新しいインスタンスを初期化します。

Rule()

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

public Rule ();
Public Sub New ()

適用対象

Rule(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Rule(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Rule(String)

外側の XML の規則クラスの新しいインスタンスを初期化します。

public Rule (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.Rule : string -> DocumentFormat.OpenXml.Drawing.Diagrams.Rule
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象