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