JournalName 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
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.