Results 521 - 530 of 1633.

BringForward updated:2006-08-18 11:11:18
Brings selected object(s) forward one level in the stack. bringforward [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: bringforward bringforward document 'project.doc'...

BreakTextRouting updated:2006-08-18 11:11:05
Breaks the text routing link(s) to and/or from the previous and next frames in a linked series. breaktextrouting [FROMFRAME] [TOFRAME] [DOCUMENT name | WINDOW name] FROMFRAME Breaks the link from the previous frame. TOFRAME Breaks the link to the next frame. DOCUMENT/s The document name. Default=current. WINDOW/s The window name. Default=current. Examples:...

BeginStyleTag updated:2006-08-18 11:10:40
Begins modification of a style tag. beginstyletag [STYLETAG name] STYLETAG/s The style to modify. This parameter is mandatory if there is not a current style. Examples: ARexx: beginstyletag styletag 'Headline'

BeginPrefCapture updated:2006-08-18 11:10:20
Begins setting of large number of preference items for faster setting. New in 4.0 (Document command??) beginprefcapture [SAVE] Examples: ARexx: beginprefcapture

BeginCommandCapture updated:2006-08-18 11:09:19
Start buffering text commands. This is used to avoid a separate redraw for each text attribute application. begincommandcapture [DOCUMENT name | WINDOW name] DOCUMENT/s The document name. Default=current. WINDOW/s The window name. Default=current. Examples: ARexx: begincommandcapture begincommandcapture document 'project.doc'...

B Commands updated:2006-08-18 11:08:38
PageStream B Command Reference

ApplyAttributes updated:2006-08-18 11:08:20
Applies picked up attributes to a paragraph or object. applyattributes <AT pointx pointy [stack] | RANGE left top right bottom [stack]> [PAGE number | MPG name | DOCUMENT name | WINDOW name] AT/d Applies to the paragraph at this position. RANGE/d Applies to all paragraphs in this range. stack/k Specifies which text to apply to. Options: FRONTMOST...

AppendStyleTags updated:2006-08-18 11:08:02
This loads a style tag file and appends its styles to a document's style tag list. appendstyletags <FILE filepath | ASK> [type] [progress] [DOCUMENT name | WINDOW name | CHAPTER name] FILE/s The filename and path of the styles file to load. ASK Opens a file selector to select the file to load. ALL Appends all styles in the file. Default. type/k...

AppendFontPrefs updated:2006-08-18 11:07:25
This loads a font prefs file and appends the font paths to those added in the Font Preferences dialog box. appendfontprefs <FILE filepath | DEFAULT> FILE/s The filename and path of the fontprefs file to append. DEFAULT Appends the PageStreamn.fontprefs file, based on the version of PageStream. Examples: ARexx: appendfontprefs file...

AllocArexxRequester updated:2006-08-18 11:07:09
Allocates a new dialog box which can be opened from an ARexx script. Returns the dialog box handle to RESULT. allocarexxrequester <name width height> name/s The title of the dialog box. width/i The width of the dialog box in pixels. height/i The height of the dialog box in pixels. Results: The handle (identification number) of the new dialog box is...

Previous 1 11 21 31 41 51 52 53 54 55 56 57 58 59 60 61 62 63 73 83 93 103 113 123 133 143 153 163 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