Udostępnij za pośrednictwem


MailMergeRecipients Constructors

Definition

Overloads

MailMergeRecipients()

Initializes a new instance of the MailMergeRecipients class.

MailMergeRecipients(OpenXmlElement[])

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

MailMergeRecipients(IEnumerable<OpenXmlElement>)

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

MailMergeRecipients(String)

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

MailMergeRecipients()

Initializes a new instance of the MailMergeRecipients class.

public MailMergeRecipients ();
Public Sub New ()

Applies to

MailMergeRecipients(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MailMergeRecipients(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MailMergeRecipients(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to