Recipients Constructors

Definition

Overloads

Recipients()

Initializes a new instance of the Recipients class.

Recipients(OpenXmlElement[])

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

Recipients(IEnumerable<OpenXmlElement>)

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

Recipients(String)

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

Recipients()

Initializes a new instance of the Recipients class.

public Recipients ();
Public Sub New ()

Applies to

Recipients(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Recipients(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Recipients(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to