ShapeGuideList Constructors

Definition

Overloads

ShapeGuideList()

Initializes a new instance of the ShapeGuideList class.

ShapeGuideList(OpenXmlElement[])

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

ShapeGuideList(IEnumerable<OpenXmlElement>)

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

ShapeGuideList(String)

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

ShapeGuideList()

Initializes a new instance of the ShapeGuideList class.

public ShapeGuideList ();
Public Sub New ()

Applies to

ShapeGuideList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ShapeGuideList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ShapeGuideList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to