Options for selection status in relation to previously selected objects.
| Name | Description | Value |
|---|---|---|
| ADD_TO | Adds the object to the existing selection; if no object was previously selected, makes the object the only selected object. | 1633969202 = ‘add2′ |
| REMOVE_FROM | Deselects the object. | 1919249734 = ‘remF’ |
| REPLACE_WITH | Selects the object and deselects any previously selected objects. | 1919250519 = ‘repW’ |
Usage:
- In function:
-
void Application.select (
selectableItems:
any[, existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Asset.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Button.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Cell.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Character.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Column.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Document.select (
selectableItems:
any[, existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void DTD.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void FormField.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void GraphicLine.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Group.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Guide.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void InsertionPoint.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void LayoutWindow.select (
selectableItems:
any[, existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void LibraryPanel.select (
selectableItems:
any[, existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Line.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Movie.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Oval.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void PageItem.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Paragraph.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Polygon.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Rectangle.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Row.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Sound.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void StoryWindow.select (
selectableItems:
any[, existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Table.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Text.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void TextColumn.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void TextFrame.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void TextStyleRange.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Window.select (
selectableItems:
any[, existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void Word.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void XMLAttribute.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void XMLComment.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void XMLElement.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void XMLInstruction.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
) -
void XMLItem.select (
[existingSelection:
SelectionOptions =REPLACE_WITH ]
)
-
void Application.select (