Share via


Title Constructors

Definition

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.

Applies to