MailMergeRegionInfo class
MailMergeRegionInfo class
Contains information about a mail merge region. To learn more, visit the Mail Merge and Reporting documentation article.
Properties
| Name | Description |
|---|---|
| end_field | Returns an end field for the region. |
| end_mustache_tag | Returns an end “mustache” tag for the region. |
| fields | Returns a list of child fields. |
| level | Returns the nesting level for the region. |
| mustache_tags | Returns a list of child “mustache” tags. |
| name | Returns the name of region. |
| parent_region | Returns parent region info (null for top-level region). |
| regions | Returns a list of child regions. |
| start_field | Returns a start field for the region. |
| start_mustache_tag | Returns a start “mustache” tag for the region. |
See Also
- module aspose.words.mailmerging