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