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

  1. WatermarkA
  2.  
  3. Syntax
  4.  
  5. WatermarkA(Action As _WatermarkA_Action_enum, [Occurrence As _WatermarkA_Occurrence_enum], [State As _WatermarkA_State_enum])
  6.  
  7. Description
  8.  
  9. Create, edit, or turn off Watermark A on the specified pages.
  10.  
  11. Parameters
  12.  
  13. Action: enumeration    Create!
  14.  
  15. Edit!
  16.  
  17. Off!
  18.  
  19. Occurrence: enumeration (optional)    AllPages!
  20.  
  21. EvenPages!
  22.  
  23. NoPages!
  24.  
  25. OddPages!
  26.  
  27. State: enumeration (optional)    NoOverlay!
  28.  
  29. Overlay!
  30.  
  31. WatermarkB
  32.  
  33. Syntax
  34.  
  35.  WatermarkB(Action As _WatermarkB_Action_enum, [Occurrence As _WatermarkB_Occurrence_enum], [State As _WatermarkB_State_enum])
  36.  
  37. Description
  38.  
  39. Create, edit, or turn off Watermark B on the specified pages.
  40.  
  41. Parameters
  42.  
  43. Action: enumeration    Create!
  44.  
  45. Edit!
  46.  
  47. Off!
  48.  
  49. Occurrence: enumeration (optional)    AllPages!
  50.  
  51. EvenPages!
  52.  
  53. NoPages!
  54.  
  55. OddPages!
  56.  
  57. State: enumeration (optional)    NoOverlay!
  58.  
  59. Overlay!
  60.  
  61. WatermarkDlg
  62.  
  63. Syntax
  64.  
  65. WatermarkDlg()
  66.  
  67. Description
  68.  
  69. Display the Watermark dialog box in order to create a watermark.
  70.  
  71. WatermarkNext
  72.  
  73. Syntax
  74.  
  75. WatermarkNext()
  76.  
  77. Description
  78.  
  79. Go to the next watermark.
  80.  
  81. WatermarkPlacementDlg
  82.  
  83. Syntax
  84.  
  85. WatermarkPlacementDlg()
  86.  
  87. Description
  88.  
  89. Display the Pages dialog box to specify the pages on which your watermark will appear.
  90.  
  91. WatermarkPrev
  92.  
  93. Syntax
  94.  
  95. WatermarkPrev()
  96.  
  97. Description
  98.  
  99. Go to the previous watermark.
  100.  
  101. WatermarkShadingDlg
  102.  
  103. Syntax
  104.  
  105. WatermarkShadingDlg()
  106.  
  107. Description
  108.  
  109. Display the Watermark Shading dialog box.
  110.  
  111. WatermarkShippingMacro
  112.  
  113. Syntax
  114.  
  115. WatermarkShippingMacro()
  116.  
  117. Description
  118.  
  119. Play the shipping macro WATERMRK.WCM to display the Watermark Options dialog box, where you can select Watermark A or B, and graphics or text. If Graphics is selected, the Graphics Watermarks dialog box is displayed with a list of watermarks to preview or insert. If Text is selected, the Watermark Creation Macro dialog box is displayed when you enter watermark text to insert. WATERMARK.WCM must be installed.
  120.  
  121. WebActiveLinkColor
  122.  
  123. Syntax
  124.  
  125. WebActiveLinkColor(Red As Integer, Green As Integer, Blue As Integer)
  126.  
  127. Description
  128.  
  129. Set the active hypertext-link color of the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  130.  
  131. Parameters
  132.  
  133. Red: numeric    Value: 0-255.
  134.  
  135. Green: numeric    Value: 0-255.
  136.  
  137. Blue: numeric    Value: 0-255.
  138.  
  139. WebBackgroundColor
  140.  
  141. Syntax
  142.  
  143. WebBackgroundColor(Red As Integer, Green As Integer, Blue As Integer)
  144.  
  145. Description
  146.  
  147. Set the background color of the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  148.  
  149. Parameters
  150.  
  151. Red: numeric    Value: 0-255.
  152.  
  153. Green: numeric    Value: 0-255.
  154.  
  155. Blue: numeric    Value: 0-255.
  156.  
  157. WebBackgroundImage
  158.  
  159. Syntax
  160.  
  161.  WebBackgroundImage([Filename As String])
  162.  
  163. Description
  164.  
  165. Specify a background image for the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  166.  
  167. Parameters
  168.  
  169. Filename: string    The filename of the image you want to use as a page background.
  170.  
  171. WebBaseURL
  172.  
  173. Syntax
  174.  
  175. WebBaseURL([URL As String])
  176.  
  177. Description
  178.  
  179. Specify the base URL for the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  180.  
  181. Parameters
  182.  
  183. URL: string    The URL to use as the base for the current Web document.
  184.  
  185. WebBoxHTMLProperties
  186.  
  187. Syntax
  188.  
  189.  WebBoxHTMLProperties(Properties As String)
  190.  
  191. Description
  192.  
  193. Specify the HTML properties of the active box. Precede with BoxCreate() or BoxEdit() and end with BoxEnd().
  194.  
  195. Parameters
  196.  
  197. Properties: string    The properties of the current box.
  198.  
  199. WebBoxHTMLPropertiesDlg
  200.  
  201. Syntax
  202.  
  203. WebBoxHTMLPropertiesDlg()()
  204.  
  205. Description
  206.  
  207. Display the Box HTML Properties dialog box. Valid only when a graphics box is selected.
  208.  
  209. WebColorDlg
  210.  
  211. Syntax
  212.  
  213. WebColorDlg()
  214.  
  215. Description
  216.  
  217. Display the HTML Document Properties (Text/Background color) dialog box.
  218.  
  219. WebColumnDefineDlg
  220.  
  221. Syntax
  222.  
  223. WebColumnDefineDlg()
  224.  
  225. Description
  226.  
  227. Specify the number and size of columns.
  228.  
  229. WebCustomHTMLToggle
  230.  
  231. Syntax
  232.  
  233. WebCustomHTMLToggle()
  234.  
  235. Description
  236.  
  237. Turn Web Custom HTML on or off.
  238.  
  239. WebFormsFormPropertiesDlg
  240.  
  241. Syntax
  242.  
  243. WebFormsFormPropertiesDlg()
  244.  
  245. Description
  246.  
  247. Display the Properties dialog for a form.
  248.  
  249. WebFormsHiddenDlg
  250.  
  251. Syntax
  252.  
  253. WebFormsHiddenDlg()
  254.  
  255. Description
  256.  
  257. Display the Properties dialog for a hidden field.
  258.  
  259. WebFormsListPropertiesDlg
  260.  
  261. Syntax
  262.  
  263. WebFormsListPropertiesDlg()
  264.  
  265. Description
  266.  
  267. Display the Properties dialog for a selection list.
  268.  
  269. WebFormsProperties
  270.  
  271. Syntax
  272.  
  273. WebFormsProperties()
  274.  
  275. Description
  276.  
  277. Edit the properties of the form or form field.
  278.  
  279. WebFormsRadioPropertiesDlg
  280.  
  281. Syntax
  282.  
  283. WebFormsRadioPropertiesDlg()
  284.  
  285. Description
  286.  
  287. Display the Properties dialog for a radio button or check box.
  288.  
  289. WebFormsTextAreaPropertiesDlg
  290.  
  291. Syntax
  292.  
  293. WebFormsTextAreaPropertiesDlg()
  294.  
  295. Description
  296.  
  297. Display the Properties dialog for a multi-line text field.
  298.  
  299. WebFormsTextPropertiesDlg
  300.  
  301. Syntax
  302.  
  303. WebFormsTextPropertiesDlg()
  304.  
  305. Description
  306.  
  307. Display the Properties dialog for a text or password field.
  308.  
  309. WebInsertCheckBox
  310.  
  311. Syntax
  312.  
  313. WebInsertCheckBox()
  314.  
  315. Description
  316.  
  317. Insert a check box into the form.
  318.  
  319. WebInsertForm
  320.  
  321. Syntax
  322.  
  323. WebInsertForm()
  324.  
  325. Description
  326.  
  327. Create a new Web form.
  328.  
  329. WebInsertHiddenField
  330.  
  331. Syntax
  332.  
  333. WebInsertHiddenField()
  334.  
  335. Description
  336.  
  337. Insert a hidden field into the form.
  338.  
  339. WebInsertPassword
  340.  
  341. Syntax
  342.  
  343. WebInsertPassword()
  344.  
  345. Description
  346.  
  347. Insert a password field into the form.
  348.  
  349. WebInsertRadioButton
  350.  
  351. Syntax
  352.  
  353. WebInsertRadioButton()
  354.  
  355. Description
  356.  
  357. Insert a radio button into the form.
  358.  
  359. WebInsertResetButton
  360.  
  361. Syntax
  362.  
  363. WebInsertResetButton()
  364.  
  365. Description
  366.  
  367. Insert a reset button into the form.
  368.  
  369. WebInsertSelectList
  370.  
  371. Syntax
  372.  
  373. WebInsertSelectList()
  374.  
  375. Description
  376.  
  377. Insert a selection list into the form.
  378.  
  379. WebInsertSubmitButton
  380.  
  381. Syntax
  382.  
  383. WebInsertSubmitButton()
  384.  
  385. Description
  386.  
  387. Insert a submit button into the form.
  388.  
  389. WebInsertSubmitImage
  390.  
  391. Syntax
  392.  
  393. WebInsertSubmitImage()
  394.  
  395. Description
  396.  
  397. Insert a submit image into the form.
  398.  
  399. WebInsertTextArea
  400.  
  401. Syntax
  402.  
  403. WebInsertTextArea()
  404.  
  405. Description
  406.  
  407. Insert a text area into the form.
  408.  
  409. WebInsertTextLine
  410.  
  411. Syntax
  412.  
  413. WebInsertTextLine()
  414.  
  415. Description
  416.  
  417. Insert a text line into the form.
  418.  
  419. WebJavaCreateApplet
  420.  
  421. Syntax
  422.  
  423. WebJavaCreateApplet()
  424.  
  425. Description
  426.  
  427. Create a Java applet.
  428.  
  429. WebJavaModifyApplet
  430.  
  431. Syntax
  432.  
  433. WebJavaModifyApplet()
  434.  
  435. Description
  436.  
  437. Modify a Java applet.
  438.  
  439. WebJavaRunApplets
  440.  
  441. Syntax
  442.  
  443. WebJavaRunApplets()
  444.  
  445. Description
  446.  
  447. View the Java applets that are running.
  448.  
  449. WebLaunchWebBrowser
  450.  
  451. Syntax
  452.  
  453. WebLaunchWebBrowser([Location As String])
  454.  
  455. Description
  456.  
  457. Call the Web browser and go to the specified location.
  458.  
  459. Parameters
  460.  
  461. Location: string (optional)    The location (URL address) to go to. This is sometimes called an Internet address, Web address, or Web site. If no address is specified, the Corel Corporation URL is used.
  462.  
  463. WebLinkColor
  464.  
  465. Syntax
  466.  
  467.  WebLinkColor(Red As Integer, Green As Integer, Blue As Integer)
  468.  
  469. Description
  470.  
  471. Specify the hypertext-link color of the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  472.  
  473. Parameters
  474.  
  475. Red: numeric    Value: 0-255.
  476.  
  477. Green: numeric    Value: 0-255.
  478.  
  479. Blue: numeric    Value: 0-255.
  480.  
  481. WebMetaTags
  482.  
  483. Syntax
  484.  
  485. WebMetaTags(Meta As String)
  486.  
  487. Description
  488.  
  489. Specify Meta tags for the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  490.  
  491. Parameters
  492.  
  493. Meta: string    
  494.  
  495. WebMonoToggle
  496.  
  497. Syntax
  498.  
  499. WebMonoToggle()
  500.  
  501. Description
  502.  
  503. Turn Web Monospaced on or off.
  504.  
  505. WebNewDlg
  506.  
  507. Syntax
  508.  
  509. WebNewDlg()
  510.  
  511. Description
  512.  
  513. Display the Select New Web Document dialog box.
  514.  
  515. WebPublish
  516.  
  517. Syntax
  518.  
  519. WebPublish(Filename As String, Server As String, SeperateFrames As _WebPublish_SeperateFrames_enum)
  520.  
  521. Description
  522.  
  523. Save the current document in HTML format (*.HTM).
  524.  
  525. Parameters
  526.  
  527. Filename: string    The path and filename of the HTML document.
  528.  
  529. WebPublishDlg
  530.  
  531. Syntax
  532.  
  533. WebPublishDlg()
  534.  
  535. Description
  536.  
  537. Display the Publish to Web dialog box.
  538.  
  539. WebTableProperties
  540.  
  541. Syntax
  542.  
  543. WebTableProperties([TableBordWidth As Integer], [CellBordWidth As Integer], [CellMarginWidth As Integer], [TableWidthType As _WebTableProperties_TableWidthType_enum], [TableWidth As Integer], [TableHeightType As _WebTableProperties_TableHeightType_enum], [TableHeight As Integer], [TablePosition As _WebTableProperties_TablePosition_enum])
  544.  
  545. Description
  546.  
  547. Lets you edit the properties of a table in HTML
  548.  
  549. Parameters
  550.  
  551. TableBordWidth: numeric (optional)    The width of the border of the table
  552.  
  553. CellBordWidth: numeric (optional)    The width of the border of the cell
  554.  
  555. CellMarginWidth: numeric (optional)    The width of the margin of the cell
  556.  
  557. TableWidthType: enumeration (optional)    NotSet!
  558.  
  559. WPUs!
  560.  
  561. Pixels!
  562.  
  563. Percent!
  564.  
  565. TableWidth: numeric (optional)    The width of the table
  566.  
  567. TableHeightType: enumeration (optional)    NotSet!
  568.  
  569. WPUs!
  570.  
  571. Pixels!
  572.  
  573. Percent!
  574.  
  575. TableHeight: numeric (optional)    The height of the table
  576.  
  577. TablePosition: enumeration (optional)    Top!
  578.  
  579. Center!
  580.  
  581. Bottom!
  582.  
  583.  
  584.  
  585. WebTextColor
  586.  
  587. Syntax
  588.  
  589. WebTextColor(Red As Integer, Green As Integer, Blue As Integer)
  590.  
  591. Description
  592.  
  593. Set the regular-text color of the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  594.  
  595. Parameters
  596.  
  597. Red: numeric    Value: 0-255.
  598.  
  599. Green: numeric    Value: 0-255.
  600.  
  601. Blue: numeric    Value: 0-255.
  602.  
  603. WebTitle
  604.  
  605. Syntax
  606.  
  607. WebTitle(Title)
  608.  
  609. Description
  610.  
  611. Specify the title for the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  612.  
  613. Parameters
  614.  
  615. Title: any    Auto!
  616.  
  617. WebTitleDlg
  618.  
  619. Syntax
  620.  
  621. WebTitleDlg()
  622.  
  623. Description
  624.  
  625. Display the Title dialog box for Web documents. This method is valid only when WordPerfect is in Web Editor mode.
  626.  
  627. WebViewAsHTML
  628.  
  629. Syntax
  630.  
  631. WebViewAsHTML()
  632.  
  633. Description
  634.  
  635. View the active document using HTML.
  636.  
  637. WebViewInWebBrowser
  638.  
  639. Syntax
  640.  
  641. WebViewInWebBrowser()
  642.  
  643. Description
  644.  
  645. Convert the current document to HTML format and view it in a Web browser. This method is valid only if you have a Web browser installed.
  646.  
  647. WebVisitedLinkColor
  648.  
  649. Syntax
  650.  
  651. WebVisitedLinkColor(Red As Integer, Green As Integer, Blue As Integer)
  652.  
  653. Description
  654.  
  655. Specify the visited hypertext-link color of the active Web document. This method is valid only when WordPerfect is in Web Editor mode.
  656.  
  657. Parameters
  658.  
  659. Red: numeric    Value: 0-255.
  660.  
  661. Green: numeric    Value: 0-255.
  662.  
  663. Blue: numeric    Value: 0-255.
  664.  
  665. WebWallpaper
  666.  
  667. Syntax
  668.  
  669. WebWallpaper()
  670.  
  671. Description
  672.  
  673. Lets you specify the document colors and the wallpaper image.
  674.  
  675. WidowOrphan
  676.  
  677. Syntax
  678.  
  679.  WidowOrphan(State As _WidowOrphan_State_enum)
  680.  
  681. Description
  682.  
  683. Turn Widow/Orphan on or off.
  684.  
  685. Parameters
  686.  
  687. State: enumeration    Off!
  688.  
  689. On!
  690.  
  691. WindowCascade
  692.  
  693. Syntax
  694.  
  695. WindowCascade()
  696.  
  697. Description
  698.  
  699. Overlap document windows to display the title bar of each window.
  700.  
  701. WindowTile
  702.  
  703. Syntax
  704.  
  705. WindowTile()
  706.  
  707. Description
  708.  
  709. Arrange all open document windows top to bottom without overlapping them.
  710.  
  711. WindowTileVertical
  712.  
  713. Syntax
  714.  
  715. WindowTileVertical()
  716.  
  717. Description
  718.  
  719. Arrange all open document windows side by side without overlapping them.
  720.  
  721. WordCountDlg
  722.  
  723. Syntax
  724.  
  725. WordCountDlg()
  726.  
  727. Description
  728.  
  729. Display document information, such as word and page count, and words per sentence.
  730.  
  731. WordLetterspaceDlg
  732.  
  733. Syntax
  734.  
  735. WordLetterspaceDlg()
  736.  
  737. Description
  738.  
  739. Display the Word/Letter Spacing dialog box.
  740.  
  741. WordLetterSpacing
  742.  
  743. Syntax
  744.  
  745. WordLetterSpacing(CharacterWidth As _WordLetterSpacing_CharacterWidth_enum, SpaceWidth As _WordLetterSpacing_SpaceWidth_enum)
  746.  
  747. Description
  748.  
  749. Specify the display spacing between words and letters. Normal: recommended by font manufacturer. Optimal: recommended by WordPerfect.
  750.  
  751. Parameters
  752.  
  753. CharacterWidth: enumeration    The spacing between words. Use a number to specify a percent of the Optimal! default.
  754.  
  755. Maximum!
  756.  
  757. Normal!
  758.  
  759. Optimal!
  760.  
  761. SpaceWidth: enumeration    The spacing between letters. Use a number to specify a percent of the Optimal! default.
  762.  
  763. Maximum!
  764.  
  765. Normal!
  766.  
  767. Optimal!
  768.  
  769. WordSpacingJustificationLimits
  770.  
  771. Syntax
  772.  
  773.  WordSpacingJustificationLimits(Compression As Integer, Expansion As Integer)
  774.  
  775. Description
  776.  
  777. Adjust the spacing between words when Full justification is on. When a word-spacing limit is reached, character spacing begins.
  778.  
  779. Parameters
  780.  
  781. Compression: numeric    The minimum percent.
  782.  
  783. Expansion: numeric    The maximum percent.
  784.  
  785. WP51CursorMovement
  786.  
  787. Syntax
  788.  
  789. WP51CursorMovement(State As _WP51CursorMovement_State_enum)
  790.  
  791. Description
  792.  
  793. Turn WordPerfect 5.1 for DOS cursor movement on or off. When WordPerfect 5.1 cursor movement is on, the insertion point moves through codes as if Reveal Codes were on, regardless of the state of Reveal Codes.
  794.  
  795. Parameters
  796.  
  797. State: enumeration    Off!
  798.  
  799. On!
  800.  
  801. WPActivate
  802.  
  803. Syntax
  804.  
  805. WPActivate()
  806.  
  807. Description
  808.  
  809. Activate WordPerfect. Use with DDE links to another application.
  810.  
  811. WPCharactersDlg
  812.  
  813. Syntax
  814.  
  815. WPCharactersDlg()
  816.  
  817. Description
  818.  
  819. Display the WordPerfect Characters dialog box.
  820.  
  821. WPDraw
  822.  
  823. Syntax
  824.  
  825. WPDraw()
  826.  
  827. Description
  828.  
  829. Open WordPerfect Draw.
  830.  
  831. WPGrammatik
  832.  
  833. Syntax
  834.  
  835. WPGrammatik()
  836.  
  837. Description
  838.  
  839. Open Grammatik. This product allows you to check grammar and spelling in a document.
  840.  
  841. WPSpeller
  842.  
  843. Syntax
  844.  
  845. WPSpeller()
  846.  
  847. Description
  848.  
  849. Display the Spell Checker dialog box.
  850.  
  851. WPThesaurus
  852.  
  853. Syntax
  854.  
  855. WPThesaurus()
  856.  
  857. Description
  858.  
  859. Display the Thesaurus dialog box. The Thesaurus allows you to get synonyms, antonymns, definitions, and usages examples for words.
  860.  
  861. WritingToolsDisable
  862.  
  863. Syntax
  864.  
  865. WritingToolsDisable()
  866.  
  867. Description
  868.  
  869. Toggle grammar and spell checking on or off at the insertion point or for the selected text. This method inserts a [Writing Tools: Disabled] or [Writing Tools: Enabled] code at the insertion point, depending on the current state.
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.