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