Share via


Middle Constructors

Definition

Overloads

Middle()

Initializes a new instance of the Middle class.

Middle(String)

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

Middle()

Initializes a new instance of the Middle class.

public Middle ();
Public Sub New ()

Applies to

Middle(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to