Broadcaster Constructors

Definition

Overloads

Broadcaster()

Initializes a new instance of the Broadcaster class.

Broadcaster(String)

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

Broadcaster()

Initializes a new instance of the Broadcaster class.

public Broadcaster ();
Public Sub New ()

Applies to

Broadcaster(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to