ListBoxes
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
ListBox [] (index:
number)
Returns the ListBox with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
ListBox add ([layer:
Layer][, at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
varies][, withProperties:
Object])
Creates a new ListBox
Parameter | Type | Description |
---|---|---|
layer | Layer | The layer on which to create the ListBox. (Optional) |
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location at which to insert the ListBox relative to the reference object or within the container object. (Optional) (default: LocationOptions.UNKNOWN) |
reference | Document Layer MasterSpread Page PageItem Spread | The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem. (Optional) |
withProperties | Object | Initial values for properties of the new ListBox (Optional) |
ListBox anyItem ()
Returns any ListBox in the collection.
number count ()
Displays the number of elements in the ListBox.
Array of ListBox everyItem ()
Returns every ListBox in the collection.
ListBox firstItem ()
Returns the first ListBox in the collection.
ListBox item (index:
varies)
Returns the ListBox with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
ListBox itemByID (id:
number)
Returns the ListBox with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
ListBox itemByName (name:
string)
Returns the ListBox with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of ListBox itemByRange (from:
varies, to:
varies)
Returns the ListBoxes within the specified range.
Parameter | Type | Description |
---|---|---|
from | ListBox Long Integer String | The ListBox, index, or name at the beginning of the range. Can accept: ListBox, Long Integer or String. |
to | ListBox Long Integer String | The ListBox, index, or name at the end of the range. Can accept: ListBox, Long Integer or String. |
ListBox lastItem ()
Returns the last ListBox in the collection.
ListBox middleItem ()
Returns the middle ListBox in the collection.
ListBox nextItem (obj:
ListBox)
Returns the ListBox whose index follows the specified ListBox in the collection.
Parameter | Type | Description |
---|---|---|
obj | ListBox | The ListBox whose index comes before the desired ListBox. |
ListBox previousItem (obj:
ListBox)
Returns the ListBox with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | ListBox | The index of the ListBox that follows the desired ListBox. |
string toSource ()
Generates a string which, if executed, will return the ListBox.
Element of
Cell.listBoxes
Character.listBoxes
Document.listBoxes
GraphicLine.listBoxes
Group.listBoxes
InsertionPoint.listBoxes
Layer.listBoxes
Line.listBoxes
MasterSpread.listBoxes
Oval.listBoxes
Page.listBoxes
Page.tabOrder
Paragraph.listBoxes
PlaceGun.listBoxes
Polygon.listBoxes
Rectangle.listBoxes
ShowHideFieldsBehavior.fieldsToHide
ShowHideFieldsBehavior.fieldsToShow
Snippet.listBoxes
SplineItem.listBoxes
Spread.listBoxes
Story.listBoxes
Table.listBoxes
Text.listBoxes
TextColumn.listBoxes
TextFrame.listBoxes
TextStyleRange.listBoxes
Word.listBoxes
XmlStory.listBoxes
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |