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