Share via


Volume Constructors

Definition

Overloads

Volume()

Initializes a new instance of the Volume class.

Volume(String)

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

Volume()

Initializes a new instance of the Volume class.

public Volume ();
Public Sub New ()

Applies to

Volume(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to