home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _0BE87C0CCFE34A92920149504CC5817C < prev    next >
Text File  |  2003-03-07  |  8KB  |  570 lines

  1. EditBoxDlg
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Display the Edit Box dialog box.
  10.  
  11. EditBoxDlgClose
  12.  
  13. Syntax
  14.  
  15. ()
  16.  
  17. Description
  18.  
  19. Close the Edit Box dialog box.
  20.  
  21. EditComment
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Display the Comment feature bar.
  30.  
  31. EditCopy
  32.  
  33. Syntax
  34.  
  35. ()
  36.  
  37. Description
  38.  
  39. Replace the Clipboard contents with the selected text or graphic.
  40.  
  41. EditCut
  42.  
  43. Syntax
  44.  
  45. ()
  46.  
  47. Description
  48.  
  49. Replace the Clipboard contents with the selected text or graphic, and delete the selection from the current document.
  50.  
  51. EditPaste
  52.  
  53. Syntax
  54.  
  55. (ClipboardFormat: string; FormatId: numeric; LinkType: enumeration)
  56.  
  57. Description
  58.  
  59. Paste the Clipboard contents into the current document at the insertion point.
  60.  
  61. Parameters
  62.  
  63. ClipboardFormat: string (optional)    The registered Clipboard format. If the information you wish to paste is in a registered Clipboard format, this parameter is required and the FormatId parameter is ignored. Several different formats are supported. The options displayed in the Paste Special dialog box will depend on the contents in the Clipboard.
  64.  
  65. FormatId: numeric (optional)    The predefined Clipboard format ID number. If the information you wish to paste is in a Clipboard predefined format, this parameter is required and the ClipboardFormat parameter is ignored. Predefined Clipboard format ID numbers include:
  66.  
  67. 5 = ANSI text.
  68.  
  69. 6 = Old IBM PC character set.
  70.  
  71. 7 = Device Independent Bitmap (DIB).
  72.  
  73. 8 = Bitmap.
  74.  
  75. 9 = Metafilepict.
  76.  
  77. LinkType: enumeration (optional)    DDE!
  78.  
  79. OLE!
  80.  
  81. EditPasteSimple
  82.  
  83. Syntax
  84.  
  85. ()
  86.  
  87. Description
  88.  
  89. Paste the Clipboard contents without text attributes (unless beginning and ending attribute codes are included in the pasted selection).
  90.  
  91. EndCenterOrAlignment
  92.  
  93. Syntax
  94.  
  95. ()
  96.  
  97. Description
  98.  
  99. Insert an [END Cntr/Align] code, which turns off Center, Flush Right, and alignment tabs at the insertion point for the current line only.
  100.  
  101. EndnoteCreate
  102.  
  103. Syntax
  104.  
  105. ()
  106.  
  107. Description
  108.  
  109. Open a new endnote window, in order to create an endnote. Follow with commands that insert text and codes. End with SubstructureExit.
  110.  
  111. EndnoteEdit
  112.  
  113. Syntax
  114.  
  115. (EndnoteNumber: string)
  116.  
  117. Description
  118.  
  119. Open a specific endnote window, in order to edit the endnote.
  120.  
  121. Parameters
  122.  
  123. EndnoteNumber: string(optional) Letters, arabic numbers, or roman numerals.
  124.  
  125. EndnoteEditDlg
  126.  
  127. Syntax
  128.  
  129. ()
  130.  
  131. Description
  132.  
  133. Display the Edit Endnote dialog box.
  134.  
  135. EndnoteFootnoteConvert
  136.  
  137. Syntax
  138.  
  139. (Action: enumeration)
  140.  
  141. Description
  142.  
  143. Convert footnotes to endnotes or endnotes to footnotes in the current document.
  144.  
  145. Parameters
  146.  
  147. Action: enumeration    EndnoteToFootnote!
  148.  
  149. FootnoteToEndnote!
  150.  
  151. EndnoteFootnoteNext
  152.  
  153. Syntax
  154.  
  155. ()
  156.  
  157. Description
  158.  
  159. Go to the next endnote/footnote.
  160.  
  161. EndnoteFootnotePrev
  162.  
  163. Syntax
  164.  
  165. ()
  166.  
  167. Description
  168.  
  169. Go to the previous endnote/footnote.
  170.  
  171. EndnoteMinimum
  172.  
  173. Syntax
  174.  
  175. (Size: measurement)
  176.  
  177. Description
  178.  
  179. Specify the amount of endnote text to keep together.
  180.  
  181. Parameters
  182.  
  183. Size: measurement    If less than 1, precede the decimal with 0. Default: 0.5".
  184.  
  185. EndnoteNewNumber
  186.  
  187. Syntax
  188.  
  189. (EndnoteNumber: string)
  190.  
  191. Description
  192.  
  193. Insert an [Endnote Num Set] code to begin new numbering for subsequent endnotes.
  194.  
  195. Parameters
  196.  
  197. EndnoteNumber: string    The new starting number or character.
  198.  
  199.  
  200.  
  201. EndnoteNumberDecrement
  202.  
  203. Syntax
  204.  
  205. ()
  206.  
  207. Description
  208.  
  209. Decrease the current endnote number by one.
  210.  
  211. EndnoteNumberDisplay
  212.  
  213. Syntax
  214.  
  215. ()
  216.  
  217. Description
  218.  
  219. Display the current endnote number.
  220.  
  221. EndnoteNumberIncrement
  222.  
  223. Syntax
  224.  
  225. ()
  226.  
  227. Description
  228.  
  229. Increase the current endnote number by one.
  230.  
  231. EndnoteNumberMethod
  232.  
  233. Syntax
  234.  
  235. (NumberingMethod: enumeration; Characters: string)
  236.  
  237. Description
  238.  
  239. Specify an endnote numbering method.
  240.  
  241. Parameters
  242.  
  243. NumberingMethod: enumeration    Characters!
  244.  
  245. LowerLetters!
  246.  
  247. LowerRoman!
  248.  
  249. Numbers!
  250.  
  251. UpperLetters!
  252.  
  253. UpperRoman!
  254.  
  255. Characters: string (optional)    Use when the first parameter is Characters!.
  256.  
  257. EndnoteOptions
  258.  
  259. Syntax
  260.  
  261. (NumberingMethod: enumeration; Characters: string; BetweenSpacing: measurement; MinimumHeight: measurement)
  262.  
  263. Description
  264.  
  265. Specify endnote options beginning at the insertion point.
  266.  
  267. Parameters
  268.  
  269. NumberingMethod: enumeration (optional)    Characters!
  270.  
  271. LowerLetters!
  272.  
  273. LowerRoman!
  274.  
  275. Numbers!
  276.  
  277. UpperLetters!
  278.  
  279. UpperRoman!
  280.  
  281. Characters: string (optional)    Use up to five characters when the numbering method is Characters!.
  282.  
  283. BetweenSpacing: measurement (optional)    The space between endnotes.
  284.  
  285. MinimumHeight: measurement (optional)    How much of an endnote to keep together on a page.
  286.  
  287. EndnoteOptionsDlg
  288.  
  289. Syntax
  290.  
  291. ()
  292.  
  293. Description
  294.  
  295. Display the Endnote Options dialog box.
  296.  
  297. EndnotePlacement
  298.  
  299. Syntax
  300.  
  301. (Restart: enumeration)
  302.  
  303. Description
  304.  
  305. Mark where to generate an endnote list, and specify whether to reset numbering for subsequent endnotes. This command applies to endnotes before the Endnote Placement code, or after the last Endnote Placement code.
  306.  
  307. Parameters
  308.  
  309. Restart: enumeration (optional)    No!
  310.  
  311. Yes!
  312.  
  313. EndnotePlacementDlg
  314.  
  315. Syntax
  316.  
  317. ()
  318.  
  319. Description
  320.  
  321. Display the Endnote Placement dialog box.
  322.  
  323. EndnoteSetNumberDlg
  324.  
  325. Syntax
  326.  
  327. ()
  328.  
  329. Description
  330.  
  331. Display the Endnote Number dialog box.
  332.  
  333. EndnotesSpaceBetween
  334.  
  335. Syntax
  336.  
  337. (Width: measurement)
  338.  
  339. Description
  340.  
  341. Specify the distance between endnotes.
  342.  
  343. Parameters
  344.  
  345. Width: measurement    
  346.  
  347. EndnoteToFootnoteShippingMacro
  348.  
  349. Syntax
  350.  
  351. ()
  352.  
  353. Description
  354.  
  355. Play the shipping macro ENDFOOT.WCM to convert endnotes to footnotes in the current document or selected text. ENDFOOT.WCM must already be installed.
  356.  
  357. EndOfSentenceSpacing
  358.  
  359. Syntax
  360.  
  361. (Type: enumeration)
  362.  
  363. Description
  364.  
  365. Specify the number of spaces at the end of a sentence.
  366.  
  367. Parameters
  368.  
  369. Type: enumeration    DoubleToSingle!
  370.  
  371. None!
  372.  
  373. SingleToDouble!
  374.  
  375. EnterKey
  376.  
  377. Syntax
  378.  
  379. ()
  380.  
  381. Description
  382.  
  383. Perform an Enter function.
  384.  
  385. EnvelopeAddressPositionUpdate
  386.  
  387. Syntax
  388.  
  389. ()
  390.  
  391. Description
  392.  
  393. Update the envelope address positions.
  394.  
  395. Note
  396.  
  397.   New command
  398.   
  399. EnvelopeCreate
  400.  
  401. Syntax
  402.  
  403. (Name: string; MergeEnvelope: enumeration)
  404.  
  405. Description
  406.  
  407. Creates an envelope.
  408.  
  409. Parameters
  410.  
  411. Name: string    The name of the envelope.
  412.  
  413. MergeEnvelope: enumeration    CreateMrgEnvelope!
  414.  
  415. EditMrgEnvelope!
  416.  
  417. Note
  418.  
  419.   New command
  420.   
  421. EnvelopeDlg
  422.  
  423. Syntax
  424.  
  425. ()
  426.  
  427. Description
  428.  
  429. Display the Envelope dialog box.
  430.  
  431. EnvelopePositionsDlg
  432.  
  433. Syntax
  434.  
  435. ()
  436.  
  437. Description
  438.  
  439. Modify the position of the return and mailing address.
  440.  
  441. Note
  442.  
  443.   New command
  444.   
  445. EnvelopeSavePaperSize
  446.  
  447. Syntax
  448.  
  449. ()
  450.  
  451. Description
  452.  
  453. Save the size of the envelope paper.
  454.  
  455. Note
  456.  
  457.   New command
  458.   
  459. EquationBaseFontDlg
  460.  
  461. Syntax
  462.  
  463. ()
  464.  
  465. Description
  466.  
  467. Display the Equation Font dialog box.
  468.  
  469. EquationCreate
  470.  
  471. Syntax
  472.  
  473. ()
  474.  
  475. Description
  476.  
  477. Create an equation box and open the Equation Editor.
  478.  
  479. EquationPalette
  480.  
  481. Syntax
  482.  
  483. (State: enumeration)
  484.  
  485. Description
  486.  
  487. Display the Equation Palette in the Equation Editor.
  488.  
  489. Parameters
  490.  
  491. State: enumeration (optional)    Off!
  492.  
  493. On!
  494.  
  495. EquationPaletteToggle
  496.  
  497. Syntax
  498.  
  499. ()
  500.  
  501. Description
  502.  
  503. Toggle the Equation Editor palette on and off.
  504.  
  505. EquationRetrieveDlg
  506.  
  507. Syntax
  508.  
  509. ()
  510.  
  511. Description
  512.  
  513. Display the Retrieve Equation Text dialog box.
  514.  
  515. EquationZoomDlg
  516.  
  517. Syntax
  518.  
  519. ()
  520.  
  521. Description
  522.  
  523. Display the Zoom Equation Display dialog box.
  524.  
  525. ExecScrapBook
  526.  
  527. Syntax
  528.  
  529. ()
  530.  
  531. Description
  532.  
  533. Run the Scrapbook program. You can then drag images from the Scrapbook and drop them into your document.
  534.  
  535. ExitWordPerfect
  536.  
  537. Syntax
  538.  
  539. ()
  540.  
  541. Description
  542.  
  543. Exits WordPerfect.
  544.  
  545. ExpandAllAbbrevShippingMacro
  546.  
  547. Syntax
  548.  
  549. ()
  550.  
  551. Description
  552.  
  553. Play the shipping macro EXPNDALL.WCM to expand all abbreviations in the current document. EXPNDALL.WCM must be installed.
  554.  
  555. ExpandDlg
  556.  
  557. Syntax
  558.  
  559. ()
  560.  
  561. Description
  562.  
  563. Display the Expand Master Document dialog box.
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.