Microsoft Word Suite
338
Command: set number to text columns
Arranges text into the specified number of text columns.
Note You can also use the make command with the text column class to add text columns to a
document.
Syntax
set number of text columns page setup Required. An expression that returns a page setup object.
number of columns integer Required. The number of columns the text is to be arranged into.
Example
This example arranges the text in the active document into two columns of equal width.
set number of text columns page setup of active document number of columns 2
Command: set private profile string
Sets a string in a settings file.
Syntax
set private profile string system object Required. An expression that returns a system object.
file name Unicode text Required. The file name for the settings file. If theres no path specified,
the Users/<user name>/Library/Preferences/Microsoft folder is assumed.
section Unicode text Required. The name of the section in the settings file that contains key.
key Unicode text Required. The key whose setting you want to retrieve. Key should be the
value in the key specified by section (for example, ToolsPath).
private profile string Unicode text. Required. The string to be set.
Command: set profile string
Sets a setting in the Word Settings (10) file.
Syntax
set profile string system object Required. An expression that returns a system object.
section Unicode text Required. A key in the settings file.
key Unicode text Required. The value in the key specified by section (for example,
BackgroundPrint in the Options key.
profile string Unicode text. The string to be set.