Table of Contents

Page "Word Template Selection Wizard"

ID 9996
Namespace: System.Integration.Word

A wizard to select a Word template and apply it for a record.

Properties

Name Value
PageType NavigatePage
Caption Apply Word Template
SourceTable Table System.Integration.Word."Word Template"
Permissions tabledata "Word Template" = rm
Extensible False

Methods

IsDocSaveFormat

procedure IsDocSaveFormat(): Boolean

Returns

Type Description
Boolean

SetTemplate

Sets the template to apply. If not set, the user will be prompted to choose a template as part of the wizard.

procedure SetTemplate(WordTemplate: Record "Word Template")

Parameters

Name Type Description
WordTemplate Table System.Integration.Word."Word Template"

The template to set.

SetData

Sets the record to be used when applying the template.

procedure SetData(RecordVariant: Variant)

Parameters

Name Type Description
RecordVariant Variant

The record to set.

See also