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