XML Set Parameters

The following parameters can be set on the main <set> tag.

count

count="false" is to ensure that the set will not be counted in the page count defined in the <definition> tag. This is most commonly used for photobook covers.

Simply omit the parameter for the set to be counted.

sample use
<set count="false">
grow

grow="true" is used to define which set will be used when an end user is adding new pages to a project. This is most commonly used for photobook pages, so you don't have to create every set manually.

sample use
<set grow="true">
fulfillment

fulfillment="false" can be set to ensure that the set will not be included when fulfilling the production artwork file.

Simply omit parameter to have it included.

editor

editor="false" can be set to not have the set visible to the end user within the project in the Design Tool.

Simply omit parameter to have it included as normal.

Last updated