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