次の方法で共有


StyleEntry コンストラクター

定義

オーバーロード

StyleEntry()

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

StyleEntry(OpenXmlElement[])

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

StyleEntry(IEnumerable<OpenXmlElement>)

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

StyleEntry(String)

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

StyleEntry()

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

protected StyleEntry ();
Protected Sub New ()

適用対象

StyleEntry(OpenXmlElement[])

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

protected StyleEntry (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

StyleEntry(IEnumerable<OpenXmlElement>)

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

protected StyleEntry (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

StyleEntry(String)

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

protected StyleEntry (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry : string -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象