Aspose::Words::MailMerging::MailMergeRegionInfo class
Contents
[
Hide
]MailMergeRegionInfo class
Contains information about a mail merge region. To learn more, visit the Mail Merge and Reporting documentation article.
class MailMergeRegionInfo : public System::Object
Methods
Method | Description |
---|---|
get_EndField() const | Returns an end field for the region. |
get_EndMustacheTag() const | Returns an end “mustache” tag for the region. |
get_Fields() const | Returns a list of child fields. |
get_Level() const | Returns the nesting level for the region. |
get_MustacheTags() const | Returns a list of child “mustache” tags. |
get_Name() const | Returns the name of region. |
get_ParentRegion() const | Returns parent region info (null for top-level region). |
get_Regions() const | Returns a list of child regions. |
get_StartField() const | Returns a start field for the region. |
get_StartMustacheTag() const | Returns a start “mustache” tag for the region. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
static Type() |
See Also
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++