Title 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
Title() |
Initializes a new instance of the Title class. |
Title(String) |
Initializes a new instance of the Title class with the specified text content. |
Title()
Initializes a new instance of the Title class.
public Title ();
Public Sub New ()
Applies to
Title(String)
Initializes a new instance of the Title class with the specified text content.
public Title (string text);
new DocumentFormat.OpenXml.Bibliography.Title : string -> DocumentFormat.OpenXml.Bibliography.Title
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.