SdtContentComboBox Constructors

Definition

Overloads

SdtContentComboBox()

Initializes a new instance of the SdtContentComboBox class.

SdtContentComboBox(OpenXmlElement[])

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

SdtContentComboBox(IEnumerable<OpenXmlElement>)

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

SdtContentComboBox(String)

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

SdtContentComboBox()

Initializes a new instance of the SdtContentComboBox class.

public SdtContentComboBox ();
Public Sub New ()

Applies to

SdtContentComboBox(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SdtContentComboBox(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SdtContentComboBox(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to