Share via


BookTitle Constructors

Definition

Overloads

BookTitle()

Initializes a new instance of the BookTitle class.

BookTitle(String)

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

BookTitle()

Initializes a new instance of the BookTitle class.

public BookTitle ();
Public Sub New ()

Applies to

BookTitle(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to