GridRepeatItem

A grid repeat item.

Methods:

duplicate, move, remove, removeAll, setGridConfiguration

Objects:

GridRepeatConfig, String

Hierarchy:

Superclass: PageItem

Class: GridRepeatItem

Property Listing

Property

Type

Access

Description

gridConfig

GridRepeatConfig

readonly

Grid repeat config for repeat art.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

GridRepeatItem duplicate (relativeObject:Object, insertionLocation:ElementPlacement)

Duplicate this object.

Parameter

Type

Description

relativeObject

Object

 

insertionLocation

ElementPlacement

 

GridRepeatItem move (relativeObject:Object, insertionLocation:ElementPlacement)

Move the object.

Parameter

Type

Description

relativeObject

Object

 

insertionLocation

ElementPlacement

 

undefined remove ()

Deletes this object.

undefined removeAll ()

Deletes all elements.

undefined setGridConfiguration (config:GridRepeatConfig, state:GridRepeatUpdate)

Update the grid repeat art.

Parameter

Type

Description

config

GridRepeatConfig

Updated grid repeat configuration.

state

GridRepeatUpdate

GridRepeatUpdate.GRIDALL

GridRepeatUpdate.HORIZONTALSPACING

GridRepeatUpdate.VERTICALSPACING

Specify which properties of grid repeat gets updated.

Return

GridRepeatItems.add()

GridRepeatItem.duplicate()

GridRepeatItems.getByName()

GridRepeatItem.move()