LightRig Constructors

Definition

Overloads

LightRig()

Initializes a new instance of the LightRig class.

LightRig(OpenXmlElement[])

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

LightRig(IEnumerable<OpenXmlElement>)

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

LightRig(String)

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

LightRig()

Initializes a new instance of the LightRig class.

public LightRig ();
Public Sub New ()

Applies to

LightRig(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LightRig(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LightRig(String)

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

public LightRig (string outerXml);
new DocumentFormat.OpenXml.Office2010.Word.LightRig : string -> DocumentFormat.OpenXml.Office2010.Word.LightRig
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to