A collection of layout windows.
Methods
LayoutWindowanyItem ()
Returns any LayoutWindow in the collection.
number count ()
Displays the number of elements in the LayoutWindow.
Array of LayoutWindoweveryItem ()
Returns every LayoutWindow in the collection.
LayoutWindowfirstItem ()
Returns the first LayoutWindow in the collection.
LayoutWindowitem (index:
any)
Returns the LayoutWindow with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
LayoutWindowitemByName (name:
string)
Returns the LayoutWindow with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of LayoutWindowitemByRange (from:
any, to:
any)
Returns the LayoutWindows within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | LayoutWindow Long Integer String |
The LayoutWindow, index, or name at the beginning of the range. Can accept: LayoutWindow, Long Integer or String. |
| to | LayoutWindow Long Integer String |
The LayoutWindow, index, or name at the end of the range. Can accept: LayoutWindow, Long Integer or String. |
LayoutWindowlastItem ()
Returns the last LayoutWindow in the collection.
LayoutWindowmiddleItem ()
Returns the middle LayoutWindow in the collection.
LayoutWindownextItem (obj:
LayoutWindow)
Returns the LayoutWindow whose index follows the specified LayoutWindow in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | LayoutWindow | The LayoutWindow whose index comes before the desired LayoutWindow. |
LayoutWindowpreviousItem (obj:
LayoutWindow)
Returns the LayoutWindow with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | LayoutWindow | The index of the LayoutWindow that follows the desired LayoutWindow. |
string toSource ()
Generates a string which, if executed, will return the LayoutWindow.
Element of:
Application.layoutWindows
Document.layoutWindows