Share via


Distributor Constructors

Definition

Overloads

Distributor()

Initializes a new instance of the Distributor class.

Distributor(String)

Initializes a new instance of the Distributor class with the specified text content.

Distributor()

Initializes a new instance of the Distributor class.

public Distributor ();
Public Sub New ()

Applies to

Distributor(String)

Initializes a new instance of the Distributor class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to