main_document_type property

MailMergeSettings.main_document_type property

Specifies the mail-merge main document type. The default value is MailMergeMainDocumentType.DEFAULT.

@property
def main_document_type(self) -> aspose.words.settings.MailMergeMainDocumentType:
    ...

@main_document_type.setter
def main_document_type(self, value: aspose.words.settings.MailMergeMainDocumentType):
    ...

Remarks

The main document is the document that contains information that is the same for each version of the merged document.

See Also