共用方式為


StyleEntry Constructors

Definition

Overloads

StyleEntry()

Initializes a new instance of the StyleEntry class.

StyleEntry(OpenXmlElement[])

Initializes a new instance of the StyleEntry class with the specified child elements.

StyleEntry(IEnumerable<OpenXmlElement>)

Initializes a new instance of the StyleEntry class with the specified child elements.

StyleEntry(String)

Initializes a new instance of the StyleEntry class from outer XML.

StyleEntry()

Initializes a new instance of the StyleEntry class.

protected StyleEntry ();
Protected Sub New ()

Applies to

StyleEntry(OpenXmlElement[])

Initializes a new instance of the StyleEntry class with the specified child elements.

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())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StyleEntry(IEnumerable<OpenXmlElement>)

Initializes a new instance of the StyleEntry class with the specified child elements.

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))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StyleEntry(String)

Initializes a new instance of the StyleEntry class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to