Share via


JournalName Constructors

Definition

Overloads

JournalName()

Initializes a new instance of the JournalName class.

JournalName(String)

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

JournalName()

Initializes a new instance of the JournalName class.

public JournalName ();
Public Sub New ()

Applies to

JournalName(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to