Results 511 - 520 of 1633.
ColorPalette
updated:2006-08-18 11:17:12
Displays the color palette. colorpalette [status] [AT pointx pointy] [SIZE width height] [COLLAPSED state] [SAVE] status/k The Palette's display status. Options: SHOW | HIDE | TOGGLE. AT/i The palette position in pixels. SIZE/i The palette size in pixels. COLLAPSED/k The collapsed state of the palette. Options: ON | OFF. SAVE Saves the palette settings...
CollectOutput
updated:2006-08-18 11:16:55
Brief description. New in 4.0. collectoutput [ASK | FILE "file"] [STATUS | NOSTATUS] [QUIET | FORCE | ALERT] [DOCUMENT document | WINDOW document-window] Examples: ARexx: collectoutput
CloseWindow
updated:2006-08-18 11:16:31
Close an open window. closewindow [WINDOW name] WINDOW/s The window name. Default=current. Notes: This command closes a single view of the document. To close all open views of a document, use the closedocument command. Even if you close the last open window with this command, the document will remain open, albeit invisibly. Examples: ARexx: closewindow...
ClosePath
updated:2006-08-18 11:16:09
Closes the selected open polygon paths. closepath [PAGE number | WINDOW name | OBJECTID number] PAGE/s The page name. Default=current. WINDOW/s The window name. Default=current. OBJECTID/i The number of the object to manipulate. Examples: ARexx: closepath page 'project.doc~6'...
CloseDocument
updated:2006-08-18 11:15:47
Close an open document. closedocument [mode] [DOCUMENT name | WINDOW name] mode/k The user prompt mode for unsaved documents. Options: FORCE | ALERT | QUIET (default). Force ignores the saved status, alert opens an alert box if it has been changed, and quiet ignores the saved status but returns an error if the document had not been saved. DOCUMENT/s The...
CloseBusyRequester
updated:2006-08-18 11:15:25
Closes a script's progress meter box. closebusyrequester <handle> handle/i The handle of the dialog box to close. Examples: ARexx: openbusyrequester message 'Thinking...' thermometer ยจ enabled total 100 current 0 bh=RESULT do for i = 1 to 100 /* script does something here */ /* abort if stop is pressed, else set meter */...
ClearMask
updated:2006-08-18 11:13:27
Deletes the mask for a graphic. clearmask [DOCUMENT name | WINDOW name | OBJECTID number] DOCUMENT/s The document name. Default=current. WINDOW/s The window name. Default=current. OBJECTID/i The number of the object to edit. Examples: ARexx: clearmask clearmask objectid hPic15
ClearList
updated:2006-08-18 11:13:07
Remove and free all items in the list. This command was added in 5.0.2.13. ClearList listH listH Results: Notes: Examples: ARexx: ClearList listh
C Commands
updated:2006-08-18 11:11:43
PageStream C Command Reference
BringToFront
updated:2006-08-18 11:11:28
Brings selected object(s) forward to the top of the stack. bringtofront [DOCUMENT name | WINDOW name | OBJECTID number] DOCUMENT/s The document name. Default=current. WINDOW/s The window name. Default=current. OBJECTID/i The number of the object to manipulate. Examples: ARexx: bringtofront bringtofront document 'project.doc'...
Previous 1 11 21 31 41 51 52 53 54 55 56 57 58 59 60 61 62 72 82 92 102 112 122 132 142 152 162 Next
 PageStream Guide
 PageStream Scripting Documentation
 BME User Documentation
 BME Scripting Documentation
 PageLiner User Documentation
 PageLiner Scripting Documentation
 HHV User Documentation
 Developer Documentation
 PageStream Web Site
 PageStream Web Site Documentation
 PageStream Document Gallery
 PageStream Script Gallery