共用方式為


OpenXmlSolidColorFillPropertiesElement Constructors

Definition

Overloads

OpenXmlSolidColorFillPropertiesElement()

Initializes a new instance of the OpenXmlSolidColorFillPropertiesElement class.

OpenXmlSolidColorFillPropertiesElement(OpenXmlElement[])

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

OpenXmlSolidColorFillPropertiesElement(IEnumerable<OpenXmlElement>)

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

OpenXmlSolidColorFillPropertiesElement(String)

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

OpenXmlSolidColorFillPropertiesElement()

Initializes a new instance of the OpenXmlSolidColorFillPropertiesElement class.

protected OpenXmlSolidColorFillPropertiesElement ();
Protected Sub New ()

Applies to

OpenXmlSolidColorFillPropertiesElement(OpenXmlElement[])

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

protected OpenXmlSolidColorFillPropertiesElement (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OpenXmlSolidColorFillPropertiesElement(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OpenXmlSolidColorFillPropertiesElement(String)

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

protected OpenXmlSolidColorFillPropertiesElement (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlSolidColorFillPropertiesElement
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to