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