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

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