Share via


PatentType Constructors

Definition

Overloads

PatentType()

Initializes a new instance of the PatentType class.

PatentType(String)

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

PatentType()

Initializes a new instance of the PatentType class.

public PatentType ();
Public Sub New ()

Applies to

PatentType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to