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