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