共用方式為


Publisher Constructors

Definition

Overloads

Publisher()

Initializes a new instance of the Publisher class.

Publisher(String)

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

Publisher()

Initializes a new instance of the Publisher class.

public Publisher ();
Public Sub New ()

Applies to

Publisher(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to