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