Share via


Template Constructors

Definition

Overloads

Template()

Initializes a new instance of the Template class.

Template(String)

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

Template()

Initializes a new instance of the Template class.

public Template ();
Public Sub New ()

Applies to

Template(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to