CustomGeometry Constructors

Definition

Overloads

CustomGeometry()

Initializes a new instance of the CustomGeometry class.

CustomGeometry(OpenXmlElement[])

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

CustomGeometry(IEnumerable<OpenXmlElement>)

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

CustomGeometry(String)

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

CustomGeometry()

Initializes a new instance of the CustomGeometry class.

public CustomGeometry ();
Public Sub New ()

Applies to

CustomGeometry(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomGeometry(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomGeometry(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to