PresetGeometry Constructors

Definition

Overloads

PresetGeometry()

Initializes a new instance of the PresetGeometry class.

PresetGeometry(OpenXmlElement[])

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

PresetGeometry(IEnumerable<OpenXmlElement>)

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

PresetGeometry(String)

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

PresetGeometry()

Initializes a new instance of the PresetGeometry class.

public PresetGeometry ();
Public Sub New ()

Applies to

PresetGeometry(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PresetGeometry(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PresetGeometry(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to