Share via


Stroke Constructors

Definition

Overloads

Stroke()

Initializes a new instance of the Stroke class.

Stroke(OpenXmlElement[])

Initializes a new instance of the Stroke class with the specified child elements.

Stroke(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Stroke class with the specified child elements.

Stroke(String)

Initializes a new instance of the Stroke class from outer XML.

Stroke()

Initializes a new instance of the Stroke class.

public Stroke ();
Public Sub New ()

Applies to

Stroke(OpenXmlElement[])

Initializes a new instance of the Stroke class with the specified child elements.

public Stroke (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Vml.Stroke : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Vml.Stroke
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Stroke(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Stroke class with the specified child elements.

public Stroke (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Vml.Stroke : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Vml.Stroke
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Stroke(String)

Initializes a new instance of the Stroke class from outer XML.

public Stroke (string outerXml);
new DocumentFormat.OpenXml.Vml.Stroke : string -> DocumentFormat.OpenXml.Vml.Stroke
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to