OpenXmlValueColorEndPositionElement 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
OpenXmlValueColorEndPositionElement() |
Initializes a new instance of the OpenXmlValueColorEndPositionElement class. |
OpenXmlValueColorEndPositionElement(OpenXmlElement[]) |
Initializes a new instance of the OpenXmlValueColorEndPositionElement class with the specified child elements. |
OpenXmlValueColorEndPositionElement(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the OpenXmlValueColorEndPositionElement class with the specified child elements. |
OpenXmlValueColorEndPositionElement(String) |
Initializes a new instance of the OpenXmlValueColorEndPositionElement class from outer XML. |
OpenXmlValueColorEndPositionElement()
Initializes a new instance of the OpenXmlValueColorEndPositionElement class.
protected OpenXmlValueColorEndPositionElement ();
Protected Sub New ()
Applies to
OpenXmlValueColorEndPositionElement(OpenXmlElement[])
Initializes a new instance of the OpenXmlValueColorEndPositionElement class with the specified child elements.
protected OpenXmlValueColorEndPositionElement (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlValueColorEndPositionElement : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlValueColorEndPositionElement
Protected Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
OpenXmlValueColorEndPositionElement(IEnumerable<OpenXmlElement>)
Initializes a new instance of the OpenXmlValueColorEndPositionElement class with the specified child elements.
protected OpenXmlValueColorEndPositionElement (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlValueColorEndPositionElement : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlValueColorEndPositionElement
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
OpenXmlValueColorEndPositionElement(String)
Initializes a new instance of the OpenXmlValueColorEndPositionElement class from outer XML.
protected OpenXmlValueColorEndPositionElement (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlValueColorEndPositionElement : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlValueColorEndPositionElement
Protected Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.