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