Share via


ShapeLocks Constructors

Definition

Overloads

ShapeLocks()

Initializes a new instance of the ShapeLocks class.

ShapeLocks(OpenXmlElement[])

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

ShapeLocks(IEnumerable<OpenXmlElement>)

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

ShapeLocks(String)

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

ShapeLocks()

Initializes a new instance of the ShapeLocks class.

public ShapeLocks ();
Public Sub New ()

Applies to

ShapeLocks(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ShapeLocks(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ShapeLocks(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to