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