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