LayoutWindows
A collection of layout windows.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
LayoutWindow [] (index:Number)
Returns the LayoutWindow with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
LayoutWindow anyItem ()
Returns any LayoutWindow in the collection.
Number count ()
Displays the number of elements in the LayoutWindow.
LayoutWindow everyItem ()
Returns every LayoutWindow in the collection.
LayoutWindow firstItem ()
Returns the first LayoutWindow in the collection.
LayoutWindow item (index:Varies LongInteger String)
Returns the LayoutWindow with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
LayoutWindow itemByName (name:String)
Returns the LayoutWindow with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
LayoutWindow itemByRange (from:Varies LayoutWindow LongInteger String, to:Varies LayoutWindow LongInteger String)
Returns the LayoutWindows within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The LayoutWindow, index, or name at the beginning of the range. Can accept: LayoutWindow, Long Integer or String. |
to |
LongInteger |
The LayoutWindow, index, or name at the end of the range. Can accept: LayoutWindow, Long Integer or String. |
LayoutWindow lastItem ()
Returns the last LayoutWindow in the collection.
LayoutWindow middleItem ()
Returns the middle LayoutWindow in the collection.
LayoutWindow nextItem (obj:LayoutWindow)
Returns the LayoutWindow whose index follows the specified LayoutWindow in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The LayoutWindow whose index comes before the desired LayoutWindow. |
LayoutWindow previousItem (obj:LayoutWindow)
Returns the LayoutWindow with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the LayoutWindow that follows the desired LayoutWindow. |
String toSource ()
Generates a string which, if executed, will return the LayoutWindow.
Object of
Application.layoutWindows
Document.layoutWindows