Interviewer Constructors

Definition

Overloads

Interviewer()

Initializes a new instance of the Interviewer class.

Interviewer(OpenXmlElement[])

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

Interviewer(IEnumerable<OpenXmlElement>)

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

Interviewer(String)

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

Interviewer()

Initializes a new instance of the Interviewer class.

public Interviewer ();
Public Sub New ()

Applies to

Interviewer(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Interviewer(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Interviewer(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to