Référence FOM > Content > Pages > fPageSequence interface
fPageSequence interface
This object defines a page sequence. This represents the page sequence control stream in LD.
This object inherits from fControl.
rules attribute
The array of rules that make up this page sequence.
rules
Access
read-only
Returns
fPageSequenceItem[]
addRule method
Adds a new page sequence item to the rules array.
addRule pageSequenceItem
Parameters
fPageSequenceItem pageSequenceItem
The page sequence item to add to the rules array. If this value is null or undefined, a new fPageSequenceItem object will be created.
Returns
fPageSequenceItem. The new fPageSequenceItem object.
clearRules method
Removes all page sequence rules from the rules array.
clearRules
Parameters
None
Returns
void. None.
removeRule method
Removes the specified page sequence item from the rules array.
removeRule item
Parameters
fPageSequenceItem item
The page sequence item to remove.
Returns
void. None.
Est-ce que cela a été utile ?