Lattice Constructors

Definition

Overloads

Lattice()

Initializes a new instance of the Lattice class.

Lattice(OpenXmlElement[])

Initializes a new instance of the Lattice class with the specified child elements.

Lattice(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Lattice class with the specified child elements.

Lattice(String)

Initializes a new instance of the Lattice class from outer XML.

Lattice()

Initializes a new instance of the Lattice class.

public Lattice ();
Public Sub New ()

Applies to

Lattice(OpenXmlElement[])

Initializes a new instance of the Lattice class with the specified child elements.

public Lattice (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.EMMA.Lattice : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.EMMA.Lattice
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Lattice(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Lattice class with the specified child elements.

public Lattice (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.EMMA.Lattice : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.EMMA.Lattice
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Lattice(String)

Initializes a new instance of the Lattice class from outer XML.

public Lattice (string outerXml);
new DocumentFormat.OpenXml.EMMA.Lattice : string -> DocumentFormat.OpenXml.EMMA.Lattice
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to