Share via


MaxColorSolidColorFillProperties Constructors

Definition

Overloads

MaxColorSolidColorFillProperties()

Initializes a new instance of the MaxColorSolidColorFillProperties class.

MaxColorSolidColorFillProperties(OpenXmlElement[])

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

MaxColorSolidColorFillProperties(IEnumerable<OpenXmlElement>)

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

MaxColorSolidColorFillProperties(String)

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

MaxColorSolidColorFillProperties()

Initializes a new instance of the MaxColorSolidColorFillProperties class.

public MaxColorSolidColorFillProperties ();
Public Sub New ()

Applies to

MaxColorSolidColorFillProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MaxColorSolidColorFillProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MaxColorSolidColorFillProperties(String)

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

public MaxColorSolidColorFillProperties (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxColorSolidColorFillProperties : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxColorSolidColorFillProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to