aspose.words.settings module
Contents
[
Hide
]The aspose.words.settings module 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.
Classes
Class | Description |
---|---|
CompatibilityOptions | Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the Detect File Format and Check Format Compatibility documentation article. |
HyphenationOptions | Allows to configure document hyphenation options. To learn more, visit the Working with Hyphenation documentation article. |
MailMergeSettings | Specifies all of the mail merge information for a document. To learn more, visit the Mail Merge and Reporting documentation article. |
Odso | Specifies the Office Data Source Object (ODSO) settings for a mail merge data source. To learn more, visit the Mail Merge and Reporting documentation article. |
OdsoFieldMapData | Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document. To learn more, visit the Mail Merge and Reporting documentation article. |
OdsoFieldMapDataCollection | A typed collection of the OdsoFieldMapData objects. To learn more, visit the Mail Merge and Reporting documentation article. |
OdsoRecipientData | Represents information about a single record within an external data source that is to be excluded from the mail merge. To learn more, visit the Mail Merge and Reporting documentation article. |
OdsoRecipientDataCollection | A typed collection of OdsoRecipientData To learn more, visit the Mail Merge and Reporting documentation article. |
ViewOptions | Provides various options that control how a document is shown in Microsoft Word. To learn more, visit the Work with Options and Appearance of Word Documents documentation article. |
WriteProtection | Specifies write protection settings for a document. To learn more, visit the Protect or Encrypt a Document documentation article. |
Enumerations
Enumeration | Description |
---|---|
Compatibility | Specifies names of compatibility options. |
JustificationMode | Specifies the character spacing adjustment for a document. The default value is Expand . |
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. |