Adobe InCopy CS5.5 (7.5) Object Model JS: SelectionOptions

InCopy CS5.5

 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.REPLACE_WITHSelects the object and deselects any previously selected objects.1919250519 = 'repW'

Usage

In function

void Application.select (selectableItems: varies[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

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

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

void Document.select (selectableItems: varies[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

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

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

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

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

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

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

void Window.select (selectableItems: varies[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

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

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

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

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

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

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

Jongware, 29-Apr-2012 v3.0.3iContents :: Index