Results 1271 - 1280 of 1633.

GetGreeking updated:2006-03-30 22:20:07
GETGREEKING Document Queries Gets the greeking status for a window. getgreeking [WINDOW name] WINDOW/s The window name. Default=current. Results: Returns the greeking status (ON|OFF) to RESULT. Examples: getgreeking say result

GetErrorNumber updated:2006-03-30 22:20:07
GETERRORNUMBER AmigaOnly Gets the number of the last error. Error numbers are different from the RC number, which is merely a measure of the error severity. geterrornumber @{FG Fill}(no parameters)@{FG Text} Results: The number is returned to RESULT. Examples: geterrornumber ...

GetFacingPageDisplay updated:2006-03-30 22:20:07
GETFACINGPAGEDISPLAY Document Queries Gets the facing page display status. getfacingpagedisplay [WINDOW name] WINDOW/s The window name. Default=current. Results: The facing page display status (ON|OFF) is returned to RESULT. Examples: getfacingpagedisplay if result='ON' then say 'Facing Pages' ...

GetFontStyles updated:2006-03-30 22:20:07
GETFONTSTYLES AmigaOnly Gets the names of all the styles of an added font family. getfontstyles family/s The name of the font family. stem/a Gets the family's styles. Results: The number of styles is returned to RESULT. stem 0/i The first style name. 1/i The second style name. etc. Examples: getfontstyles...

GetOutlineDisplay updated:2006-03-30 22:20:07
GETOUTLINEDISPLAY Document Queries Gets the text frame outline display status. getoutlinedisplay [WINDOW name] WINDOW/s The window name. Default=current. Results: Returns the outline display status (ON|OFF) to RESULT. Examples: getoutlinedisplay say 'Text Frame Outline Display: '||result ...

GetDrawingDisplay updated:2006-03-30 22:20:07
GETDRAWINGDISPLAY Document Queries Gets the drawing display status. getdrawingdisplay [WINDOW name] WINDOW/s The window name. Default=current. Results: The status (ON | OFF) is returned to RESULT. Examples: getdrawingdisplay

GetErrorString updated:2006-03-30 22:20:07
GETERRORSTRING AmigaOnly Gets a short explanation of the last error. This is similar to the ARexx errortext() function, except that this command gets the last PageStream ARexx error. geterrorstring @{FG Fill}(no parameters)@{FG Text} Results: The message is returned to RESULT. Examples: geterrorstring ...

GetInvisibleDisplay updated:2006-03-30 22:20:07
GETINVISIBLEDISPLAY Document Queries Gets the invisible symbol display status. getinvisibledisplay [WINDOW name] WINDOW/s The window name. Default=current. Results: Returns the display status (ON | OFF) to RESULT. Examples: getinvisibledisplay say 'Invisible Symbol Display: '||result ...

GetCoord updated:2006-03-30 22:20:06
GETCOORD Dialog Box Queries Opens a small dialog box to instruct the user to click on the page to return a coordinate value to the script. The dialog box has a Cancel button. getcoord [MESSAGE message] stem/a Gets the mouse coordinates. MESSAGE/s The message to display. Max length = 55 characters. Results: If Cancel is chosen, it...

Ungroup updated:2006-03-30 20:24:51
UNGROUP Object Commands Ungroups selected logical groups into their component objects and/or groups. ungroup [DOCUMENT name | WINDOW name | OBJECTID number] DOCUMENT/s The document name. WINDOW/s The window name. OBJECTID/i The number of the object. Default=current. Examples: ungroup ungroup document 'project.doc'' ...

Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 148 158 Next

    PageStream User Documentation
    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