Share via


Theater Constructors

Definition

Overloads

Theater()

Initializes a new instance of the Theater class.

Theater(String)

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

Theater()

Initializes a new instance of the Theater class.

public Theater ();
Public Sub New ()

Applies to

Theater(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to