Theater Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.