ColorStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ColorStyle() |
Initializes a new instance of the ColorStyle class. |
ColorStyle(OpenXmlElement[]) |
Initializes a new instance of the ColorStyle class with the specified child elements. |
ColorStyle(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the ColorStyle class with the specified child elements. |
ColorStyle(String) |
Initializes a new instance of the ColorStyle class from outer XML. |
ColorStyle()
Initializes a new instance of the ColorStyle class.
public ColorStyle ();
Public Sub New ()
Applies to
ColorStyle(OpenXmlElement[])
Initializes a new instance of the ColorStyle class with the specified child elements.
public ColorStyle (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ColorStyle(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ColorStyle class with the specified child elements.
public ColorStyle (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ColorStyle(String)
Initializes a new instance of the ColorStyle class from outer XML.
public ColorStyle (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle : string -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.