Type Text text
Insert Text text
Replaces the currently selected text with the text provided. The inserted text uses the attributes that were applied to the selected text. The “Insert” command selects the inserted text, while the “Type” command places the caret after the inserted text.
Type Newline
Insert Newline
Replaces the currently selected text with a newline (new paragraph).
Type Attributed Text text
Insert Attributed Text text
Replaces the currently selected text with the text provided. The inserted text will have the attributes that are applied to the argument in the macro itself.
Read Selection
This instruction returns the contents of the current selection.
Write Selection text
This behaves exactly the same as Insert Attributed Text.
Insert Table rowCount, columnCount, [style]
Inserts a new table with the specified number of rows and columns. The style argument can be the string “plain”, “row headers”, “column headers”, or “both headers”.
Type Link url, [displayText] v1.3
Insert Link url, [displayText] v1.3
Replaces the currently selected text with the given display text, which will have a hyperlink for the given URL applied. Attributes applied to the display text argument are preserved. If no display text is given, then the URL itself is used as the display text. The “Insert” command selects the inserted text, while the “Type” command places the caret after the inserted text.
Previous Chapter Modify and Format Text |
<< index >> |
Next Chapter Formatting Text |