Reflection
WordProcessingTemplate Property


Gets or sets the path of the template to use when creating a word-processing document.
Syntax
'Declaration
 
Property WordProcessingTemplate As String
'Usage
 
Dim instance As IOfficeTools
Dim value As String
 
instance.WordProcessingTemplate = value
 
value = instance.WordProcessingTemplate
string WordProcessingTemplate {get; set;}
Exceptions
ExceptionDescription
System.ArgumentNullException This exception is thrown if the set parameter is null (or in Visual Basic, is Nothing).
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a Reflection property that has been secured via the Permissions Manager, or if such modifications require Administrator privileges.
Remarks
To configure Office Tools to not use a template, pass in an empty string instead of null (or in Visual Basic, Nothing).
See Also