loadfontprefs
loadprintprefs
loadsettings
loadsnapshot
lock
lockinterface
logrevision
This loads a font prefs file and replaces the font paths in the Font Preferences dialog box.
loadfontprefs <FILE filepath | DEFAULT>
FILE/s The filename and path of the fontprefs file to load.
DEFAULT Loads the PageStream3.fontprefs file.
Examples:
loadfontprefs file 'NewsletterFonts.fontprefs' loadfontprefs default
This loads the printing preferences from a saved settings file.
loadprintprefs <FILE filepath | DEFAULT>
FILE/s The filename and path of the preferences file from which to load.
DEFAULT Loads from the PageStream3 Preferences file.
Notes:
You can load printing preferences from a preferences file that contains more than just printing preferences items, without loading the other items.
Examples:
loadprintprefs file 'PageStream3:ServiceBureau.prefs' loadprintprefs default
This loads program settings from a saved preferences file.
loadsettings <FILE filepath | DEFAULT>
FILE/s The filename and path of the preferences file to load.
DEFAULT Loads the PageStream3 Preferences file.
Examples:
loadsettings default loadsettings file 'PageStream3:MyPrefs'
This loads the default position and size of the window and all palettes.
loadsnapshot <FILE filepath | DEFAULT>
FILE/s The filename and path of the preferences file from which to load.
DEFAULT Loads from the PageStream3 Preferences file.
Notes:
You can load window and palette preferences from a preferences file that contains more than just these items, without loading the other items.
Examples:
loadsnapshot default loadsnapshot file 'PageStream3:tiled.prefs'
Locks selected objects so that they cannot be edited.
lock [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:
lock lock document 'project.doc'
Locks the PageStream interface to prevent the user from doing anything.
lockinterface <toggle>
toggle/k The interface lock status.
Options: TRUE | FALSE.
Examples:
lockinterface true
Adds revision history and increases the revision number for a document, chapter, page or masterpage.
logrevision [DESCRIPTION text] [VERSION major minor | BUMPREV] [USER username] [CHAPTER name | PAGE number | MASTERPAGE name]
DESCRIPTION/s The text to add to the revision log.
VERSION/i The major and minor version numbers.
BUMPREV Increments the revision number by 1
minor version. Default.
USERNAME/s The name of the user.
CHAPTER/s The document/chapter name.
Default=current.
PAGE/s The page name. Default=current.
MASTERPAGE/s The master page name. Default=current.
Notes:
Revision numbers are tracked by major and minor versions in the format of major.minor. i.e., 2.1.
Examples:
logrevision bumprev logrevision description "Fixed colors" user "Colleen"