Share via


DefaultShapeDefinitionType Constructors

Definition

Overloads

DefaultShapeDefinitionType()

Initializes a new instance of the DefaultShapeDefinitionType class.

DefaultShapeDefinitionType(OpenXmlElement[])

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

DefaultShapeDefinitionType(IEnumerable<OpenXmlElement>)

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

DefaultShapeDefinitionType(String)

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

DefaultShapeDefinitionType()

Initializes a new instance of the DefaultShapeDefinitionType class.

protected DefaultShapeDefinitionType ();
Protected Sub New ()

Applies to

DefaultShapeDefinitionType(OpenXmlElement[])

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

protected DefaultShapeDefinitionType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DefaultShapeDefinitionType(IEnumerable<OpenXmlElement>)

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

protected DefaultShapeDefinitionType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DefaultShapeDefinitionType(String)

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

protected DefaultShapeDefinitionType (string outerXml);
new DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType : string -> DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to