Shape.CatalogMergeItems Property
Publisher Developer Reference |
Returns a CatalogMergeShapes collection that represents the shapes included in the catalog merge area. Read-only.
Syntax
expression.CatalogMergeItems
expression A variable that represents a Shape object.
Return Value
CatalogMergeShapes
Remarks
The catalog merge area can contain picture and text data fields you have inserted, in addition to other design elements you choose.
Example
The following example tests whether any page in the specified publication contains a catalog merge area and, if it does, it returns a list of the shapes it contains.
Visual Basic for Applications |
---|
|
See Also
- Shape Object
- Shape Object Members