Aspose.Words.Settings Namespace |
The Aspose.Words.Settings namespace contains classes and enums that are used when specifying various settings and options stored in a document. These are mail merge, write protection, compatibility and other settings.
Class | Description | |
---|---|---|
CompatibilityOptions |
Contains compatibility options (that is, the user preferences entered on the Compatibility
tab of the Options dialog in Microsoft Word).
| |
HyphenationOptions |
Allows to configure document hyphenation options.
| |
MailMergeSettings |
Specifies all of the mail merge information for a document.
| |
Odso |
Specifies the Office Data Source Object (ODSO) settings for a mail merge data source.
| |
OdsoFieldMapData |
Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document.
| |
OdsoFieldMapDataCollection |
A typed collection of the OdsoFieldMapData objects.
| |
OdsoRecipientData |
Represents information about a single record within an external data source that is to be excluded from the mail merge.
| |
OdsoRecipientDataCollection |
A typed collection of OdsoRecipientData | |
ViewOptions |
Provides various options that control how a document is shown in Microsoft Word.
| |
WriteProtection |
Specifies write protection settings for a document.
|
Enumeration | Description | |
---|---|---|
Compatibility |
Specifies names of compatibility options.
| |
MailMergeCheckErrors |
Specifies how Microsoft Word will report errors detected during mail merge.
| |
MailMergeDataType |
Specifies the type of an external mail merge data source.
| |
MailMergeDestination |
Specifies the possible results which may be generated when a mail merge is carried out on a document.
| |
MailMergeMainDocumentType |
Specifies the possible types for a mail merge source document.
| |
MsWordVersion |
Allows Aspose.Wods to mimic MS Word version-specific application behavior.
| |
MultiplePagesType |
Specifies how document is printed out.
| |
OdsoDataSourceType |
Specifies the type of the external data source to be connected to as part of the ODSO connection information.
| |
OdsoFieldMappingType |
Specifies the possible types used to indicate if a given mail merge field has been mapped to a column in the given external data source.
| |
ViewType |
Possible values for the view mode in Microsoft Word.
| |
ZoomType |
Possible values for how large or small the document appears on the screen in Microsoft Word.
|