static DelegatedCommand |
Commands.ALIGN_BOTTOM |
Aligns the selected objects to the bottom edge of the most recently
selected object.
|
static DelegatedCommand |
Commands.ALIGN_CENTER |
Aligns the selected objects to the horizontal centre of the most recently
selected object.
|
static DelegatedCommand |
Commands.ALIGN_LEFT |
Aligns the selected objects to the left edge of the most recently
selected object.
|
static DelegatedCommand |
Commands.ALIGN_MIDDLE |
Aligns the selected objects to the vertical middle of the most recently
selected object.
|
static DelegatedCommand |
Commands.ALIGN_RIGHT |
Aligns the selected objects to the right edge of the most recently
selected object.
|
static DelegatedCommand |
Commands.ALIGN_TOP |
Aligns the selected objects to the top edge of the most recently selected
object.
|
static DelegatedCommand |
Commands.CENTER_CONTENT |
Centers all content on a deck page.
|
static DelegatedCommand |
Commands.CLEAR |
Clears all content from editors that support this command.
|
static DelegatedCommand |
Commands.COMMENT_OUT |
Comments out the selected lines in a code editor.
|
static DelegatedCommand |
Commands.COMPLETE_CODE |
Opens the code completion popup in the current code editor, if available.
|
static DelegatedCommand |
Commands.COPY |
|
static DelegatedCommand |
Commands.COPY_STYLE |
Copy the style information for the current selection into the global
style clipboard.
|
static DelegatedCommand |
Commands.CUT |
|
static DelegatedCommand |
Commands.DEBUG_FILE |
Debugs the script in the active code editor.
|
static DelegatedCommand |
Commands.DISTRIBUTE_HORZ |
Distributes the selected objects evenly across the horizontal axis.
|
static DelegatedCommand |
Commands.DISTRIBUTE_VERT |
Distributes the selected objects evenly across the vertical axis.
|
static DelegatedCommand |
Commands.EDIT_PAGE_ITEM |
Edits the selected an item in a deck; if the selection has more than one
object in it, only the last-selected item is considered.
|
static DelegatedCommand |
Commands.EDIT_STYLE |
Opens the style editor for the selected page items in a deck.
|
static DelegatedCommand |
Commands.EXPANSION_CHOOSE |
|
static DelegatedCommand |
Commands.EXPANSION_COPY |
Copies the expansion symbol on the current component.
|
static DelegatedCommand |
Commands.EXPANSION_NEW |
Creates a new expansion symbol.
|
static DelegatedCommand |
Commands.EXPANSION_PASTE |
Pastes the last-copies expansion symbol onto the current component.
|
static DelegatedCommand |
Commands.EXPORT |
Exports content from editors that support this command.
|
static DelegatedCommand |
Commands.FIND |
Activates a search tool in an editor that supports this command.
|
static DelegatedCommand |
Commands.FLIP_HORZ |
Mirrors the deck selection horizontally.
|
static DelegatedCommand |
Commands.FLIP_VERT |
Mirrors the deck selection vertically.
|
static DelegatedCommand |
Commands.FORMAT_CODE |
Formats (pretty prints) the current editor content, if a suitable
formatter is available.
|
static DelegatedCommand |
Commands.GROUP |
Groups together the selected objects.
|
static DelegatedCommand |
Commands.HELP |
Command that displays context-sensitive help.
|
static DelegatedCommand |
Commands.LOCK |
Locks the selected deck items.
|
static DelegatedCommand |
Commands.MARKUP_ALIGNMENT |
Opens a dialog that allows the user to modify the paragraph attributes of
a block of markup text.
|
static DelegatedCommand |
Commands.MARKUP_BOLD |
Inserts or removes bold tags around the selected text.
|
static DelegatedCommand |
Commands.MARKUP_HEADING |
Inserts or removes heading tags around the selected text.
|
static DelegatedCommand |
Commands.MARKUP_INSERT_CHARACTERS |
Opens a dialog that allows the user to select an symbol or character
to be inserted into the markup target.
|
static DelegatedCommand |
Commands.MARKUP_INSERT_COLOUR |
Opens a dialog that allows the user to modify the paragraph attributes of
a block of markup text.
|
static DelegatedCommand |
Commands.MARKUP_INSERT_FONT |
Opens a dialog that allows the user to modify the font attributes of a
block of markup text.
|
static DelegatedCommand |
Commands.MARKUP_INSERT_IMAGE |
Opens a dialog that allows the user to select an image, a tag for which
will be inserted into the markup target.
|
static DelegatedCommand |
Commands.MARKUP_ITALIC |
Inserts or removes italic tags around the selected text.
|
static DelegatedCommand |
Commands.MARKUP_STRIKETHROUGH |
Inserts or removes strikethrough tags around the selected text.
|
static DelegatedCommand |
Commands.MARKUP_SUBHEADING |
Inserts or removes subheading tags around the selected text.
|
static DelegatedCommand |
Commands.MARKUP_SUBSCRIPT |
Inserts or removes subscript tags around the selected text.
|
static DelegatedCommand |
Commands.MARKUP_SUPERSCRIPT |
Inserts or removes superscript tags around the selected text.
|
static DelegatedCommand |
Commands.MARKUP_UNDERLINE |
Inserts or removes underline tags around the selected text.
|
static DelegatedCommand |
Commands.MOVE_LINES_DOWN |
Moves the selected lines down in a code editor.
|
static DelegatedCommand |
Commands.MOVE_LINES_UP |
Moves the selected lines up in a code editor.
|
static DelegatedCommand |
Commands.PASTE |
|
static DelegatedCommand |
Commands.PASTE_STYLE |
Apply the current global style clipboard style settings to the deck
selection.
|
static DelegatedCommand |
Commands.PRINT |
Prints content from editors that support this command.
|
static DelegatedCommand |
Commands.REMOVE_TRAILING_SPACES |
Removes trailing spaces from the ends of source lines.
|
static DelegatedCommand |
Commands.RUN_FILE |
Runs the script in the active code editor.
|
static DelegatedCommand |
Commands.SAVE |
Saves the current document in editors that support this command.
|
static DelegatedCommand |
Commands.SAVE_AS |
Saves the current document under a new name in editors that support this
command.
|
static DelegatedCommand |
Commands.SELECT_ALL |
A DelegatedCommand for selecting all content in a component that
supports selection.
|
static DelegatedCommand |
Commands.SELECT_INVERSE |
Inverts the current selection.
|
static DelegatedCommand |
Commands.SELECT_RESTORE |
Restores the previous selection in a deck.
|
static DelegatedCommand |
Commands.SORT |
Sorts selected lines in a code editor.
|
static DelegatedCommand |
Commands.SPIN_OFF |
Adds a clone of the current document to the application.
|
static DelegatedCommand |
Commands.TO_BACK |
Moves the selected objects behind other objects in a deck.
|
static DelegatedCommand |
Commands.TO_FRONT |
Moves the selected objects in front of other objects in a deck.
|
static DelegatedCommand |
Commands.TURN_180 |
Turns the deck selection 180 degrees.
|
static DelegatedCommand |
Commands.TURN_LEFT |
Turns the deck selection left.
|
static DelegatedCommand |
Commands.TURN_RIGHT |
Turns the deck selection right.
|
static DelegatedCommand |
Commands.UNGROUP |
Breaks up the selected group into separate objects.
|
static DelegatedCommand |
Commands.UNLOCK |
Locks the selected deck items.
|
static DelegatedCommand |
Commands.UNLOCK_ALL |
Unlocks all locked deck items.
|