Station Constructors

Definition

Overloads

Station()

Initializes a new instance of the Station class.

Station(String)

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

Station()

Initializes a new instance of the Station class.

public Station ();
Public Sub New ()

Applies to

Station(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to