VisualGroupShapeProperties 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
VisualGroupShapeProperties() |
Initializes a new instance of the VisualGroupShapeProperties class. |
VisualGroupShapeProperties(OpenXmlElement[]) |
Initializes a new instance of the VisualGroupShapeProperties class with the specified child elements. |
VisualGroupShapeProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the VisualGroupShapeProperties class with the specified child elements. |
VisualGroupShapeProperties(String) |
Initializes a new instance of the VisualGroupShapeProperties class from outer XML. |
VisualGroupShapeProperties()
Initializes a new instance of the VisualGroupShapeProperties class.
public VisualGroupShapeProperties ();
Public Sub New ()
Applies to
VisualGroupShapeProperties(OpenXmlElement[])
Initializes a new instance of the VisualGroupShapeProperties class with the specified child elements.
public VisualGroupShapeProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
VisualGroupShapeProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the VisualGroupShapeProperties class with the specified child elements.
public VisualGroupShapeProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
VisualGroupShapeProperties(String)
Initializes a new instance of the VisualGroupShapeProperties class from outer XML.
public VisualGroupShapeProperties (string outerXml);
new DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties : string -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.