Aspose::Words::MailMerging::MailMergeRegionInfo class

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

MethodDescription
get_EndField() constReturns an end field for the region.
get_EndMustacheTag() constReturns an end “mustache” tag for the region.
get_Fields() constReturns a list of child fields.
get_Level() constReturns the nesting level for the region.
get_MustacheTags() constReturns a list of child “mustache” tags.
get_Name() constReturns the name of region.
get_ParentRegion() constReturns parent region info (null for top-level region).
get_Regions() constReturns a list of child regions.
get_StartField() constReturns a start field for the region.
get_StartMustacheTag() constReturns a start “mustache” tag for the region.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also