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

  1. SaveAll
  2.  
  3. Syntax
  4.  
  5. SaveAll()
  6.  
  7. Description
  8.  
  9. Save all unsaved documents.
  10.  
  11. SaveAllShippingMacro
  12.  
  13. Syntax
  14.  
  15. SaveAllShippingMacro()
  16.  
  17. Description
  18.  
  19. Play the shipping macro SAVEALL.WCM to display a list of open documents to select for saving. SAVEALL.WCM must be installed.
  20.  
  21. SaveToDriveAMacro
  22.  
  23. Syntax
  24.  
  25. SaveToDriveAMacro()
  26.  
  27. Description
  28.  
  29. Play the shipping macro SAVETOA.WCM to save the current document and make a copy of it on drive A. SAVETOA.WCM must be installed.
  30.  
  31. SaveUndoInformation
  32.  
  33. Syntax
  34.  
  35.  SaveUndoInformation(State As _SaveUndoInformation_State_enum)
  36.  
  37. Description
  38.  
  39. Save Undo and Redo information with the current document. Saving Undo/Redo information increases the document size.
  40.  
  41. Parameters
  42.  
  43. State: enumeration    No!
  44.  
  45. Yes!
  46.  
  47. ScrollScreenLeft
  48.  
  49. Syntax
  50.  
  51. ScrollScreenLeft()
  52.  
  53. Description
  54.  
  55. Scroll to the left side of the document window.
  56.  
  57. ScrollScreenRight
  58.  
  59. Syntax
  60.  
  61. ScrollScreenRight()
  62.  
  63. Description
  64.  
  65. Scroll to the right side of the document window.
  66.  
  67. SearchCaseSensitive
  68.  
  69. Syntax
  70.  
  71. SearchCaseSensitive(State As _SearchCaseSensitive_State_enum)
  72.  
  73. Description
  74.  
  75. Make Find case sensitive.
  76.  
  77. Parameters
  78.  
  79. State: enumeration    No!
  80.  
  81. Yes!
  82.  
  83. SearchFindWholeWordsOnly
  84.  
  85. Syntax
  86.  
  87. SearchFindWholeWordsOnly(State As _SearchFindWholeWordsOnly_State_enum)
  88.  
  89. Description
  90.  
  91. Specify whether Find matches only a whole word (Yes!) or also matches partial words (No!).
  92.  
  93. Parameters
  94.  
  95. State: enumeration    No!
  96.  
  97. Yes!
  98.  
  99. SearchInSelection
  100.  
  101. Syntax
  102.  
  103. SearchInSelection(State As _SearchInSelection_State_enum)
  104.  
  105. Description
  106.  
  107. Restrict the search to the selected text.
  108.  
  109. Parameters
  110.  
  111. State: enumeration    No!
  112.  
  113. Yes!
  114.  
  115. SearchNext
  116.  
  117. Syntax
  118.  
  119.  SearchNext([SearchMode As _SearchNext_SearchMode_enum])
  120.  
  121. Description
  122.  
  123. Search forward to find the next occurrence of the last search performed.
  124.  
  125. Parameters
  126.  
  127. SearchMode: enumeration (optional)    An extended search includes substructures such as headers and footnotes.
  128.  
  129. Extended!
  130.  
  131. Regular!
  132.  
  133. SearchNextCurrentWord
  134.  
  135. Syntax
  136.  
  137.  SearchNextCurrentWord([SearchMode As _SearchNextCurrentWord_SearchMode_enum])
  138.  
  139. Description
  140.  
  141. Find the next occurrence of the current selection or word.
  142.  
  143. Parameters
  144.  
  145. SearchMode: enumeration (optional)    Extended!
  146.  
  147. Regular!
  148.  
  149. SearchPrevious
  150.  
  151. Syntax
  152.  
  153.  SearchPrevious([SearchMode As _SearchPrevious_SearchMode_enum])
  154.  
  155. Description
  156.  
  157. Search backward to find the previous occurrence of the last search.
  158.  
  159. Parameters
  160.  
  161. SearchMode: enumeration (optional)    An extended search includes substructures such as headers and footnotes.
  162.  
  163. Extended!
  164.  
  165. Regular!
  166.  
  167. SearchPreviousCurrentWord
  168.  
  169. Syntax
  170.  
  171. SearchPreviousCurrentWord([SearchMode As _SearchPreviousCurrentWord_SearchMode_enum])
  172.  
  173. Description
  174.  
  175. Find the previous occurrence of the current selection or word.
  176.  
  177. Parameters
  178.  
  179. SearchMode: enumeration (optional)    Extended!
  180.  
  181. Regular!
  182.  
  183. SearchString
  184.  
  185. Syntax
  186.  
  187. SearchString(StrgToLookFor As String)
  188.  
  189. Description
  190.  
  191. Specify a search string. Follow with SearchNext or SearchPrevious.
  192.  
  193. Parameters
  194.  
  195. StrgToLookFor: string    The text and/or codes to search for.
  196.  
  197. SearchWordForms
  198.  
  199. Syntax
  200.  
  201. SearchWordForms(State As _SearchWordForms_State_enum)
  202.  
  203. Description
  204.  
  205. Find and/or replace word forms.
  206.  
  207. Parameters
  208.  
  209. State: enumeration    No!
  210.  
  211. Yes!
  212.  
  213. SearchWrap
  214.  
  215. Syntax
  216.  
  217.  SearchWrap(State As _SearchWrap_State_enum)
  218.  
  219. Description
  220.  
  221. Specify whether Find searches from the beginning of a document after it reaches the end of a document.
  222.  
  223. Parameters
  224.  
  225. State: enumeration    No!
  226.  
  227. Yes!
  228.  
  229. SecondaryPageNumber
  230.  
  231. Syntax
  232.  
  233. SecondaryPageNumber(Page As Integer)
  234.  
  235. Description
  236.  
  237. Specify a secondary page number and insert the code into a document. The code is inserted at the beginning of the page where the insertion point is located.
  238.  
  239. Parameters
  240.  
  241. Page: numeric    The page number to insert.
  242.  
  243. SecondaryPageNumberDecrement
  244.  
  245. Syntax
  246.  
  247. SecondaryPageNumberDecrement()
  248.  
  249. Description
  250.  
  251. Decrease the current secondary page number by one.
  252.  
  253. SecondaryPageNumberDisplay
  254.  
  255. Syntax
  256.  
  257. SecondaryPageNumberDisplay()
  258.  
  259. Description
  260.  
  261. Insert a code at the insertion point that displays the current secondary page number. The number is updated as the document is modified.
  262.  
  263. SecondaryPageNumberIncrement
  264.  
  265. Syntax
  266.  
  267. SecondaryPageNumberIncrement()
  268.  
  269. Description
  270.  
  271. Increase the current secondary page number by one.
  272.  
  273. SecondaryPageNumberMethod
  274.  
  275. Syntax
  276.  
  277. SecondaryPageNumberMethod(NumberingMethod As _SecondaryPageNumberMethod_NumberingMethod_enum)
  278.  
  279. Description
  280.  
  281. Specify a numbering method for secondary page numbers.
  282.  
  283. Parameters
  284.  
  285. NumberingMethod: enumeration    LowerLetters!
  286.  
  287. LowerRoman!
  288.  
  289. Numbers!
  290.  
  291. UpperLetters!
  292.  
  293. UpperRoman!
  294.  
  295. SelectAll
  296.  
  297. Syntax
  298.  
  299. SelectAll()
  300.  
  301. Description
  302.  
  303. Select all text and graphics in the current document.
  304.  
  305. SelectCell
  306.  
  307. Syntax
  308.  
  309. SelectCell()
  310.  
  311. Description
  312.  
  313. Select the current cell. Not valid for floating cells.
  314.  
  315. SelectCellDown
  316.  
  317. Syntax
  318.  
  319. SelectCellDown()
  320.  
  321. Description
  322.  
  323. Select from the insertion point down one row. In the bottom row, it does not select text or codes below a table.
  324.  
  325. SelectCellDownArrow
  326.  
  327. Syntax
  328.  
  329. SelectCellDownArrow()
  330.  
  331. Description
  332.  
  333. Select the current cell and one cell down. In the bottom row, it selects the current cell down to the line below the table. Not valid for floating cells.
  334.  
  335. SelectCellLeft
  336.  
  337. Syntax
  338.  
  339. SelectCellLeft()
  340.  
  341. Description
  342.  
  343. Select the current cell (cell containing the insertion point) and extend the selection to the previous cell. If the current cell is the first cell in the first row (A1), select the current cell. If the current cell is in the first column (column A) and not in the first row, select the current cell, extend the selection up one row, then continue to extend the selection to the rightmost column. The resulting selection includes the current row and the previous row with the insertion point in the last column of the previous row.
  344.  
  345. SelectCellRight
  346.  
  347. Syntax
  348.  
  349. SelectCellRight()
  350.  
  351. Description
  352.  
  353. Select the current cell and the next cell to the right. In the farthest-right cell, select the entire current row and the row below.
  354.  
  355. SelectCellUp
  356.  
  357. Syntax
  358.  
  359. SelectCellUp()
  360.  
  361. Description
  362.  
  363. Select the current cell and one cell above. In the top row of a table, do not select text or codes above the table.
  364.  
  365. SelectCellUpArrow
  366.  
  367. Syntax
  368.  
  369. SelectCellUpArrow()
  370.  
  371. Description
  372.  
  373. Select the current cell and one cell above. In the top row of a table, select from the insertion point to the line above the table.
  374.  
  375. SelectCharNext
  376.  
  377. Syntax
  378.  
  379. SelectCharNext()
  380.  
  381. Description
  382.  
  383. Select the text or code one character position to the right of the insertion point.
  384.  
  385. SelectCharPrevious
  386.  
  387. Syntax
  388.  
  389. SelectCharPrevious()
  390.  
  391. Description
  392.  
  393. Select the text or code one character position to the left of the insertion point.
  394.  
  395. SelectColumnBottom
  396.  
  397. Syntax
  398.  
  399. SelectColumnBottom()
  400.  
  401. Description
  402.  
  403. Select the text and codes from the insertion point to the bottom of the current column.
  404.  
  405. SelectColumnNext
  406.  
  407. Syntax
  408.  
  409. SelectColumnNext()
  410.  
  411. Description
  412.  
  413. Select the text and codes from the insertion point to the right one column. In the farthest-right column, select the text and codes from the insertion point to the beginning of the current line.
  414.  
  415. SelectColumnPrevious
  416.  
  417. Syntax
  418.  
  419. SelectColumnPrevious()
  420.  
  421. Description
  422.  
  423. Select the text and codes from the insertion point to the top of the current column, and from the bottom up to and including the corresponding line in the column to the left. In the farthest-left column, select the text and codes from the insertion point to the beginning of the current line.
  424.  
  425. SelectColumnTop
  426.  
  427. Syntax
  428.  
  429. SelectColumnTop()
  430.  
  431. Description
  432.  
  433. Select the text and codes from the insertion point to the top of the current column.
  434.  
  435. SelectDelete
  436.  
  437. Syntax
  438.  
  439. SelectDelete()
  440.  
  441. Description
  442.  
  443. Delete the selected text.
  444.  
  445. SelectDocBottom
  446.  
  447. Syntax
  448.  
  449. SelectDocBottom()
  450.  
  451. Description
  452.  
  453. Select the text and codes from the insertion point to the end of the document.
  454.  
  455. SelectDocTop
  456.  
  457. Syntax
  458.  
  459. SelectDocTop()
  460.  
  461. Description
  462.  
  463. Select the text and codes from the insertion point to the beginning of the document.
  464.  
  465. SelectDocVeryTop
  466.  
  467. Syntax
  468.  
  469. SelectDocVeryTop()
  470.  
  471. Description
  472.  
  473. Select the text and codes from the insertion point to the very beginning of the document, before all codes.
  474.  
  475. SelectedReplaceString
  476.  
  477. Syntax
  478.  
  479. SelectedReplaceString(RplcString As String, [State As _SelectedReplaceString_State_enum])
  480.  
  481. Description
  482.  
  483. Replace a search string with specified text.
  484.  
  485. Parameters
  486.  
  487. RplcString: string    The replacement text.
  488.  
  489. State: enumeration (optional)    UseAlways!
  490.  
  491. SelectLineBegin
  492.  
  493. Syntax
  494.  
  495. SelectLineBegin()
  496.  
  497. Description
  498.  
  499. Select the text and codes from the insertion point to the beginning of the current line.
  500.  
  501. SelectLineDown
  502.  
  503. Syntax
  504.  
  505. SelectLineDown()
  506.  
  507. Description
  508.  
  509. Select the text and codes from the insertion point down one line.
  510.  
  511. SelectLineEnd
  512.  
  513. Syntax
  514.  
  515. SelectLineEnd()
  516.  
  517. Description
  518.  
  519. Select the text and codes from the insertion point to the end of the current line.
  520.  
  521. SelectLineUp
  522.  
  523. Syntax
  524.  
  525. SelectLineUp()
  526.  
  527. Description
  528.  
  529. Select the text and codes from the insertion point backward to the corresponding position on the line above.
  530.  
  531. SelectLineVeryBegin
  532.  
  533. Syntax
  534.  
  535. SelectLineVeryBegin()
  536.  
  537. Description
  538.  
  539. Select the text and codes from the insertion point to the beginning of the current line, before any codes.
  540.  
  541. SelectLineVeryEnd
  542.  
  543. Syntax
  544.  
  545. SelectLineVeryEnd()
  546.  
  547. Description
  548.  
  549. Select the text and codes from the insertion point to the end of the current line, after all text and codes.
  550.  
  551. SelectMode
  552.  
  553. Syntax
  554.  
  555. SelectMode([State As _SelectMode_State_enum])
  556.  
  557. Description
  558.  
  559. Turn Select on or off. Default: toggle. Use the Arrow keys to extend a selection.
  560.  
  561. Parameters
  562.  
  563. State: enumeration (optional)    Off!
  564.  
  565. On!
  566.  
  567. SelectOff
  568.  
  569. Syntax
  570.  
  571. SelectOff()
  572.  
  573. Description
  574.  
  575. Turn off Select.
  576.  
  577. SelectOn
  578.  
  579. Syntax
  580.  
  581. SelectOn(SelectMode As _SelectOn_SelectMode_enum)
  582.  
  583. Description
  584.  
  585. Turn on Select and specify the mode.
  586.  
  587. Parameters
  588.  
  589. SelectMode: enumeration    CharMode!
  590.  
  591. CharNoCellMode!
  592.  
  593. DocMode!
  594.  
  595. PageMode!
  596.  
  597. ParagraphMode!
  598.  
  599. RectangleMode!
  600.  
  601. SentenceMode!
  602.  
  603. TabularColumnsMode!
  604.  
  605. WordMode!
  606.  
  607. SelectOnEmptyDoc
  608.  
  609. Syntax
  610.  
  611. SelectOnEmptyDoc(SelectMode As _SelectOnEmptyDoc_SelectMode_enum)
  612.  
  613. Description
  614.  
  615. Activate Select and specify a Select mode in an empty document.
  616.  
  617. Parameters
  618.  
  619. SelectMode: enumeration    CharMode!
  620.  
  621. CharNoCellMode!
  622.  
  623. DocMode!
  624.  
  625. PageMode!
  626.  
  627. ParagraphMode!
  628.  
  629. RectangleMode!
  630.  
  631. SentenceMode!
  632.  
  633. TabularColumnsMode!
  634.  
  635. WordMode!
  636.  
  637. SelectPage
  638.  
  639. Syntax
  640.  
  641. SelectPage()
  642.  
  643. Description
  644.  
  645. Select all the text on the current page.
  646.  
  647. SelectPageNext
  648.  
  649. Syntax
  650.  
  651. SelectPageNext()
  652.  
  653. Description
  654.  
  655. Select the text and codes from the insertion point to the beginning of the next page. On the last page, select text and codes from the insertion point to the end of the document.
  656.  
  657. SelectPagePrevious
  658.  
  659. Syntax
  660.  
  661. SelectPagePrevious()
  662.  
  663. Description
  664.  
  665. Select the text and codes from the insertion point to the beginning of the previous page. On the first page, select the text and codes from the insertion point to the beginning of the document.
  666.  
  667. SelectParagraph
  668.  
  669. Syntax
  670.  
  671. SelectParagraph()
  672.  
  673. Description
  674.  
  675. Select the current paragraph and the subsequent codes until the text resumes.
  676.  
  677. SelectParagraphNext
  678.  
  679. Syntax
  680.  
  681. SelectParagraphNext()
  682.  
  683. Description
  684.  
  685. Select the text and codes from the insertion point to the beginning of the next paragraph. In the last paragraph, select the text and codes from the insertion point to the end.
  686.  
  687. SelectParagraphPrevious
  688.  
  689. Syntax
  690.  
  691. SelectParagraphPrevious()
  692.  
  693. Description
  694.  
  695. Select the text and codes from the insertion point to the beginning of the current paragraph. At the beginning of a paragraph, select the text and codes from the insertion point to the beginning of the preceding paragraph.
  696.  
  697. SelectRectangle
  698.  
  699. Syntax
  700.  
  701. SelectRectangle()
  702.  
  703. Description
  704.  
  705. Select a rectangle. SelectMode must be on (press F8) to record. Use the positioning keys to extend the selection.
  706.  
  707. SelectSave
  708.  
  709. Syntax
  710.  
  711. SelectSave(Filename As String)
  712.  
  713. Description
  714.  
  715. Save the selected text as a new file.
  716.  
  717. Parameters
  718.  
  719. Filename: string    The filename for the selected text.
  720.  
  721. SelectScreenDown
  722.  
  723. Syntax
  724.  
  725. SelectScreenDown()
  726.  
  727. Description
  728.  
  729. Select the text and codes from the insertion point to the bottom of the screen. If the insertion point is already at the bottom of the screen, select the text and codes from the insertion point to the bottom of the next screen.
  730.  
  731. SelectScreenLeft
  732.  
  733. Syntax
  734.  
  735. SelectScreenLeft()
  736.  
  737. Description
  738.  
  739. Select the current line from the insertion point to the left side of the screen. If the insertion point is already at the left side, select the current line from the insertion point to the left side of the next screen, or to the left margin of a document.
  740.  
  741. SelectScreenRight
  742.  
  743. Syntax
  744.  
  745. SelectScreenRight()
  746.  
  747. Description
  748.  
  749. Select the current line from the insertion point to the right side of the screen. If the insertion point is already at the right side, select the current line from the insertion point to the right side of the next screen, or to the right margin of a document. Not recordable.
  750.  
  751. SelectScreenUp
  752.  
  753. Syntax
  754.  
  755. SelectScreenUp()
  756.  
  757. Description
  758.  
  759. Select the text and codes from the insertion point to the top of the screen. If the insertion point is already at the top of the screen, select the text and codes from the insertion point to the top of the next screen.
  760.  
  761. SelectSentence
  762.  
  763. Syntax
  764.  
  765. SelectSentence()
  766.  
  767. Description
  768.  
  769. Select the current sentence.
  770.  
  771. SelectSentenceNext
  772.  
  773. Syntax
  774.  
  775. SelectSentenceNext()
  776.  
  777. Description
  778.  
  779. Select the text and codes from the insertion point to the beginning of the next sentence.
  780.  
  781. SelectSentencePrevious
  782.  
  783. Syntax
  784.  
  785. SelectSentencePrevious()
  786.  
  787. Description
  788.  
  789. Select the text and codes from the insertion point to the end of the previous sentence.
  790.  
  791. SelectTable
  792.  
  793. Syntax
  794.  
  795. SelectTable()
  796.  
  797. Description
  798.  
  799. Select all cells in the current table. If the insertion point is not in a table, the macro ends or goes to the ONERROR label.
  800.  
  801. SelectTableColumn
  802.  
  803. Syntax
  804.  
  805. SelectTableColumn()
  806.  
  807. Description
  808.  
  809. Select all cells in the current column of a table.
  810.  
  811. SelectTableColumnExtendLeft
  812.  
  813. Syntax
  814.  
  815. SelectTableColumnExtendLeft()
  816.  
  817. Description
  818.  
  819. Select the text and codes from the insertion point to the beginning of the current row.
  820.  
  821. SelectTableColumnExtendRight
  822.  
  823. Syntax
  824.  
  825. SelectTableColumnExtendRight()
  826.  
  827. Description
  828.  
  829. Select the text and codes from the insertion point to the beginning of the last column.
  830.  
  831. SelectTableRow
  832.  
  833. Syntax
  834.  
  835. SelectTableRow()
  836.  
  837. Description
  838.  
  839. Select all cells in the current row.
  840.  
  841. SelectTabularColumn
  842.  
  843. Syntax
  844.  
  845. SelectTabularColumn()
  846.  
  847. Description
  848.  
  849. Select one or more tabular columns. SelectMode must be on to record (press F8). Use the positioning keys to extend the selection.
  850.  
  851. SelectToggle
  852.  
  853. Syntax
  854.  
  855. SelectToggle()
  856.  
  857. Description
  858.  
  859. Toggle Select mode.
  860.  
  861. SelectWord
  862.  
  863. Syntax
  864.  
  865. SelectWord()
  866.  
  867. Description
  868.  
  869. Select the current word.
  870.  
  871. SelectWordNext
  872.  
  873. Syntax
  874.  
  875. SelectWordNext()
  876.  
  877. Description
  878.  
  879. Select the text and codes from the insertion point to the beginning of the next word.
  880.  
  881. SelectWordPrevious
  882.  
  883. Syntax
  884.  
  885. SelectWordPrevious()
  886.  
  887. Description
  888.  
  889. Select the text and codes from the insertion point to the end of the previous word.
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.