begincommandcapture
beginstyletag
breaktextrouting
bringforward
bringtofront
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:
begincommandcapture begincommandcapture document 'project.doc'
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:
beginstyletag styletag 'Headline'
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:
breaktextrouting toframe
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:
bringforward bringforward document 'project.doc'
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:
bringtofront bringtofront document 'project.doc'