GroupShapeLocks Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GroupShapeLocks() |
Initializes a new instance of the GroupShapeLocks class. |
GroupShapeLocks(OpenXmlElement[]) |
Initializes a new instance of the GroupShapeLocks class with the specified child elements. |
GroupShapeLocks(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the GroupShapeLocks class with the specified child elements. |
GroupShapeLocks(String) |
Initializes a new instance of the GroupShapeLocks class from outer XML. |
GroupShapeLocks()
Initializes a new instance of the GroupShapeLocks class.
public GroupShapeLocks ();
Public Sub New ()
Applies to
GroupShapeLocks(OpenXmlElement[])
Initializes a new instance of the GroupShapeLocks class with the specified child elements.
public GroupShapeLocks (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.GroupShapeLocks : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
GroupShapeLocks(IEnumerable<OpenXmlElement>)
Initializes a new instance of the GroupShapeLocks class with the specified child elements.
public GroupShapeLocks (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.GroupShapeLocks : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
GroupShapeLocks(String)
Initializes a new instance of the GroupShapeLocks class from outer XML.
public GroupShapeLocks (string outerXml);
new DocumentFormat.OpenXml.Drawing.GroupShapeLocks : string -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.