BandFormats 构造函数

定义

重载

BandFormats()

初始化 BandFormats 类的新实例。

BandFormats(OpenXmlElement[])

使用指定的子元素初始化 BandFormats 类的新实例。

BandFormats(IEnumerable<OpenXmlElement>)

使用指定的子元素初始化 BandFormats 类的新实例。

BandFormats(String)

从外部 XML 初始化 BandFormats 类的新实例。

BandFormats()

初始化 BandFormats 类的新实例。

public BandFormats ();
Public Sub New ()

适用于

BandFormats(OpenXmlElement[])

使用指定的子元素初始化 BandFormats 类的新实例。

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

参数

childElements
OpenXmlElement[]

指定子元素。

适用于

BandFormats(IEnumerable<OpenXmlElement>)

使用指定的子元素初始化 BandFormats 类的新实例。

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

参数

childElements
IEnumerable<OpenXmlElement>

指定子元素。

适用于

BandFormats(String)

从外部 XML 初始化 BandFormats 类的新实例。

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

参数

outerXml
String

指定 元素的外部 XML。

适用于