Share via


Edition Constructors

Definition

Overloads

Edition()

Initializes a new instance of the Edition class.

Edition(String)

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

Edition()

Initializes a new instance of the Edition class.

public Edition ();
Public Sub New ()

Applies to

Edition(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to