Share via


GeometryGuideListType Constructors

Definition

Overloads

GeometryGuideListType()

Initializes a new instance of the GeometryGuideListType class.

GeometryGuideListType(OpenXmlElement[])

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

GeometryGuideListType(IEnumerable<OpenXmlElement>)

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

GeometryGuideListType(String)

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

GeometryGuideListType()

Initializes a new instance of the GeometryGuideListType class.

protected GeometryGuideListType ();
Protected Sub New ()

Applies to

GeometryGuideListType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GeometryGuideListType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GeometryGuideListType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to