共用方式為


AbbreviatedCaseNumber Constructors

Definition

Overloads

AbbreviatedCaseNumber()

Initializes a new instance of the AbbreviatedCaseNumber class.

AbbreviatedCaseNumber(String)

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

AbbreviatedCaseNumber()

Initializes a new instance of the AbbreviatedCaseNumber class.

public AbbreviatedCaseNumber ();
Public Sub New ()

Applies to

AbbreviatedCaseNumber(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to