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