PyCDocTemplate.SetDocStrings

SetDocStrings(docStrings)

Assigns the document strings for the template.

Parameters

docStrings : string

The document strings.

Comments

The string must be a \\n seperated list of docstrings. The elements are:

elementName Description
windowTitleTitle used for the window (only for SDI applications)
docNameRoot for the default document name.
fileNewNameName of the document type, as displayed in the "File/New" dialog
filterNameDescription of the document type and a wildcard spec for the file open dialog.
filterExtExtension for documents of this file type.
regFileTypeIdInternal Id of the document as registered in the registry. Used to associate the extension with the file type.
regFileTypeNameName of the document, as stored in the reigstry. This is the name presented to the user.