conditions
|
|
Access
|
read-write
|
Returns
|
fPageSequenceCondition[]
|
layout
|
|
Access
|
read-write
|
Returns
|
fLayerGroup
|
maxRepeats
|
|
Access
|
read-write
|
Returns
|
int
|
addConditionpageSequenceCondition
|
|
Parameters
|
fPageSequenceConditionpageSequenceCondition
The page sequence condition to add to the conditions array. If this value is null or undefined, a new fPageSequenceCondition object will be created.
|
Returns
|
fPageSequenceCondition. The new fPageSequenceCondition object, adding it to the array of conditions. All values in this object will be initialized to 0, apart from the order parameter which will be set to the current highest order property + 1.
|
clearConditions
|
|
Parameters
|
None
|
Returns
|
void. None.
|
fPageSequenceItem
|
|
Parameters
|
None
|
Returns
|
fPageSequenceItem. The newly created fPageSequenceItem object.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fPageSequenceItem. The object corresponding to the serialized representation.
|
removeConditioncondition
|
|
Parameters
|
fPageSequenceConditioncondition
The page sequence condition to remove.
|
Returns
|
void. None.
|