com.aspose.words
Class MailMergeRegionInfo

java.lang.Object
    extended by com.aspose.words.MailMergeRegionInfo

public class MailMergeRegionInfo 
extends java.lang.Object

Contains information about a mail merge region.

Property Getters/Setters Summary
FieldMergeFieldgetEndField()
           Returns an end field for the region.
System.Collections.Generic.IList`1[[Aspose.Words.Fields.Field, Aspose.Words, Version=18.7.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56]]getFields()
           Returns a list of child fields.
intgetLevel()
           Returns the nesting level for the region.
java.lang.StringgetName()
           Returns the name of region.
System.Collections.Generic.IList`1[[Aspose.Words.MailMerging.MailMergeRegionInfo, Aspose.Words, Version=18.7.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56]]getRegions()
           Returns a list of child regions.
FieldMergeFieldgetStartField()
           Returns a start field for the region.
 

Property Getters/Setters Detail

getEndField

public FieldMergeField getEndField()
Returns an end field for the region.

getFields

public System.Collections.Generic.IList`1[[Aspose.Words.Fields.Field, Aspose.Words, Version=18.7.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56]] getFields()
Returns a list of child fields.

getLevel

public int getLevel()
Returns the nesting level for the region.

getName

public java.lang.String getName()
Returns the name of region.

getRegions

public System.Collections.Generic.IList`1[[Aspose.Words.MailMerging.MailMergeRegionInfo, Aspose.Words, Version=18.7.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56]] getRegions()
Returns a list of child regions.

getStartField

public FieldMergeField getStartField()
Returns a start field for the region.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.