Share via


Shapetype Constructors

Definition

Overloads

Shapetype()

Initializes a new instance of the Shapetype class.

Shapetype(OpenXmlElement[])

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

Shapetype(IEnumerable<OpenXmlElement>)

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

Shapetype(String)

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

Shapetype()

Initializes a new instance of the Shapetype class.

public Shapetype ();
Public Sub New ()

Applies to

Shapetype(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Shapetype(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Shapetype(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to