Adobe InDesign CS (3.0) Object Model JS: SelectionOptions

InDesign CS

 Options for selection status in relation to previously selected objects.

Value

NameDescriptionValue
SelectionOptions.ADD_TOAdds the object to the existing selection; if no object was previously selected, makes the object the only selected object.1633969202 = 'add2'
SelectionOptions.REMOVE_FROMDeselects the object.1919249734 = 'remF'
SelectionOptions.REPLACEReplace the existing selection1701998700 = 'erpl'

Usage

In function

void Application.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Button.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Cell.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Character.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Column.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void DTD.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Document.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void FormField.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void GraphicLine.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Group.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Guide.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void InsertionPoint.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void LayoutWindow.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Line.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Movie.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Oval.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void PageItem.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Paragraph.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Polygon.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Rectangle.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Row.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Sound.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void StoryWindow.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Table.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Text.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void TextColumn.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void TextFrame.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void TextStyleRange.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Window.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void Word.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void XMLAttribute.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void XMLComment.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void XMLElement.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void XMLInstruction.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

void XMLItem.select ([existingSelection: SelectionOptions=SelectionOptions.REPLACE])

Jongware, 27-Jun-2010 v3.0.3dContents :: Index