StringLiteral コンストラクター

定義

オーバーロード

StringLiteral()

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

StringLiteral(OpenXmlElement[])

指定された子要素からなるクラスの新しいインスタンスを初期化します。

StringLiteral(IEnumerable<OpenXmlElement>)

指定された子要素からなるクラスの新しいインスタンスを初期化します。

StringLiteral(String)

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

StringLiteral()

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

public StringLiteral ();
Public Sub New ()

適用対象

StringLiteral(OpenXmlElement[])

指定された子要素からなるクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

StringLiteral(IEnumerable<OpenXmlElement>)

指定された子要素からなるクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

StringLiteral(String)

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

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

パラメーター

outerXml
String

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

適用対象