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