DropDownListFormField Constructors

Definition

Overloads

DropDownListFormField()

Initializes a new instance of the DropDownListFormField class.

DropDownListFormField(OpenXmlElement[])

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

DropDownListFormField(IEnumerable<OpenXmlElement>)

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

DropDownListFormField(String)

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

DropDownListFormField()

Initializes a new instance of the DropDownListFormField class.

public DropDownListFormField ();
Public Sub New ()

Applies to

DropDownListFormField(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DropDownListFormField(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DropDownListFormField(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to