public class MailMergeRegionInfo
extends java.lang.Object
To learn more, visit the Mail Merge and Reporting documentation article.
| Modifier and Type | Method and Description |
|---|---|
FieldMergeField |
getEndField()
Returns an end field for the region.
|
java.util.ArrayList |
getFields()
Returns a list of child fields.
|
int |
getLevel()
Returns the nesting level for the region.
|
java.lang.String |
getName()
Returns the name of region.
|
MailMergeRegionInfo |
getParentRegion()
Returns parent region info (null for top-level region).
|
java.util.ArrayList |
getRegions()
Returns a list of child regions.
|
FieldMergeField |
getStartField()
Returns a start field for the region.
|
public MailMergeRegionInfo getParentRegion()
public java.util.ArrayList getRegions()
public java.util.ArrayList getFields()
public java.lang.String getName()
public FieldMergeField getStartField()
public FieldMergeField getEndField()
public int getLevel()