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

  1. HardColumnBreak
  2.  
  3. Syntax
  4.  
  5. HardColumnBreak()
  6.  
  7. Description
  8.  
  9. Insert a hard column break at the insertion point and begin a new column.
  10.  
  11. HardPageBreak
  12.  
  13. Syntax
  14.  
  15. HardPageBreak()
  16.  
  17. Description
  18.  
  19. Insert a hard page break at the insertion point and begin a new page.
  20.  
  21. HardPageBreakInsert
  22.  
  23. Syntax
  24.  
  25. HardPageBreakInsert()
  26.  
  27. Description
  28.  
  29. Insert a page break in columns without positioning the insertion point in the next column.
  30.  
  31. HardPageBreakKey
  32.  
  33. Syntax
  34.  
  35. HardPageBreakKey()
  36.  
  37. Description
  38.  
  39. Insert a hard page break at the insertion point and begin a new page. Recordable substitute: HardPageBreak().
  40.  
  41. HardReturn
  42.  
  43. Syntax
  44.  
  45. HardReturn()
  46.  
  47. Description
  48.  
  49. Insert a [HRt] code and begin a new line.
  50.  
  51. HardReturnInsert
  52.  
  53. Syntax
  54.  
  55. HardReturnInsert()
  56.  
  57. Description
  58.  
  59. Insert a [HRt] code in Outline mode.
  60.  
  61. HardSpace
  62.  
  63. Syntax
  64.  
  65. HardSpace()
  66.  
  67. Description
  68.  
  69. Insert an [HSpace] code at the insertion point. A hard space holds two words together.
  70.  
  71. HeaderA
  72.  
  73. Syntax
  74.  
  75. HeaderA(Action As _HeaderA_Action_enum, [Occurrence As _HeaderA_Occurrence_enum])
  76.  
  77. Description
  78.  
  79. Create, edit, or discontinue Header A, and specify the pages on which it will appear.
  80.  
  81. Parameters
  82.  
  83. Action: enumeration    Create!
  84.  
  85. Edit!
  86.  
  87. Off!
  88.  
  89. Occurrence: enumeration (optional).    The location of Header A:
  90.  
  91. AllPages!
  92.  
  93. EvenPages!
  94.  
  95. NoPages!
  96.  
  97. OddPages!
  98.  
  99. HeaderB
  100.  
  101. Syntax
  102.  
  103. HeaderB(Action As _HeaderB_Action_enum, [Occurrence As _HeaderB_Occurrence_enum])
  104.  
  105. Description
  106.  
  107. Create, edit, or discontinue Header B, and specify the pages on which it will appear.
  108.  
  109. Parameters
  110.  
  111. Action: enumeration    Create!
  112.  
  113. Edit!
  114.  
  115. Off!
  116.  
  117. Occurrence: enumeration (optional)    The location of Header B:
  118.  
  119. AllPages!
  120.  
  121. EvenPages!
  122.  
  123. NoPages!
  124.  
  125. OddPages!
  126.  
  127. HeaderFooterDistanceDlg
  128.  
  129. Syntax
  130.  
  131. HeaderFooterDistanceDlg()
  132.  
  133. Description
  134.  
  135. Display the Distance dialog box.
  136.  
  137. HeaderFooterDlg
  138.  
  139. Syntax
  140.  
  141. HeaderFooterDlg()
  142.  
  143. Description
  144.  
  145. Display the Headers/Footers dialog box.
  146.  
  147. HeaderFooterNext
  148.  
  149. Syntax
  150.  
  151. HeaderFooterNext()
  152.  
  153. Description
  154.  
  155. Advance to the next header/footer.
  156.  
  157. HeaderFooterPlacement
  158.  
  159. Syntax
  160.  
  161. HeaderFooterPlacement([State As _HeaderFooterPlacement_State_enum])
  162.  
  163. Description
  164.  
  165. Specify the pages on which headers and footers will appear. They can be placed on odd-numbered pages only, even-numbered pages only, or on all pages.
  166.  
  167. Parameters
  168.  
  169. State: enumeration (optional)    AllPages!
  170.  
  171. EvenPages!
  172.  
  173. NoPages!
  174.  
  175. OddPages!
  176.  
  177. HeaderFooterPlacementDlg
  178.  
  179. Syntax
  180.  
  181. HeaderFooterPlacementDlg()
  182.  
  183. Description
  184.  
  185. Display the Pages dialog box.
  186.  
  187. HeaderFooterPrev
  188.  
  189. Syntax
  190.  
  191. HeaderFooterPrev()
  192.  
  193. Description
  194.  
  195. Advance to the next header/footer.
  196.  
  197. HeaderSeparationDistance
  198.  
  199. Syntax
  200.  
  201. HeaderSeparationDistance(Distance As Integer)
  202.  
  203. Description
  204.  
  205. Specify the distance between text and headers.
  206.  
  207. Parameters
  208.  
  209. Distance: measurement    If less than 1, precede the decimal with 0.
  210.  
  211. HelpAskThePerfectExpert
  212.  
  213. Syntax
  214.  
  215. HelpAskThePerfectExpert()
  216.  
  217. Description
  218.  
  219. Display the Ask the PerfectExpert dialog box.
  220.  
  221. HelpContents
  222.  
  223. Syntax
  224.  
  225.  HelpContents()
  226.  
  227. Description
  228.  
  229. Display the Help Topics window with the Contents tab active.
  230.  
  231. HelpFilesPath
  232.  
  233. Syntax
  234.  
  235. HelpFilesPath()
  236.  
  237. Description
  238.  
  239. Return the location of the WordPerfect Help files.
  240.  
  241. HelpHelpTopics
  242.  
  243. Syntax
  244.  
  245. HelpHelpTopics()
  246.  
  247. Description
  248.  
  249. Display the Help Topics window with the last selected tab displayed.
  250.  
  251. HelpHowDoI
  252.  
  253. Syntax
  254.  
  255. HelpHowDoI()
  256.  
  257. Description
  258.  
  259. Display instructions on how to use Help.
  260.  
  261. HelpHowToUseHelp
  262.  
  263. Syntax
  264.  
  265. HelpHowToUseHelp()
  266.  
  267. Description
  268.  
  269. Display instructions on how to use Help.
  270.  
  271. HelpKeystrokes
  272.  
  273. Syntax
  274.  
  275. HelpKeystrokes()
  276.  
  277. Description
  278.  
  279. Open Help for keystrokes.
  280.  
  281. HelpMacroManual
  282.  
  283. Syntax
  284.  
  285. HelpHelpMacro()
  286.  
  287. Description
  288.  
  289. Open the Macros Help file.
  290.  
  291. HelpOnlineSupportDlg
  292.  
  293. Syntax
  294.  
  295. HelpOnlineSupportDlg()
  296.  
  297. Description
  298.  
  299. Display the Corel Web Site dialog box.
  300.  
  301. HelpSearchForHelpOn
  302.  
  303. Syntax
  304.  
  305. HelpSearchForHelpOn()
  306.  
  307. Description
  308.  
  309. Display the Help Topics window with the Index tab active.
  310.  
  311. HelpShowMe
  312.  
  313. Syntax
  314.  
  315. HelpShowMe()
  316.  
  317. Description
  318.  
  319. Display the Ask the PerfectExpert dialog box.
  320.  
  321. HelpWhatIs
  322.  
  323. Syntax
  324.  
  325. HelpWhatIs()
  326.  
  327. Description
  328.  
  329. Activate the Windows What's This feature. (Use PAUSE to pause a macro when it encounters HelpWhatIs.)
  330.  
  331. HiddenText
  332.  
  333. Syntax
  334.  
  335. HiddenText(State As _HiddenText_State_enum)
  336.  
  337. Description
  338.  
  339. Turn Hidden Text on or off for selected text.
  340.  
  341. Parameters
  342.  
  343. State: enumeration    Off!
  344.  
  345. On!
  346.  
  347. HiddenTextShowAll
  348.  
  349. Syntax
  350.  
  351. HiddenTextShowAll(State As _HiddenTextShowAll_State_enum)
  352.  
  353. Description
  354.  
  355. Display or hide hidden text.
  356.  
  357. Parameters
  358.  
  359. State: enumeration    Off!
  360.  
  361. On!
  362.  
  363. HideBars
  364.  
  365. Syntax
  366.  
  367. HideBars([State As _HideBars_State_enum])
  368.  
  369. Description
  370.  
  371. Display the Hide Bars Information dialog box (unless user disabled) before hiding scroll bars, toolbars, etc.
  372.  
  373. Parameters
  374.  
  375. State: enumeration (optional)    Default: toggle.
  376.  
  377. Off!
  378.  
  379. On!
  380.  
  381. HighlightColor
  382.  
  383. Syntax
  384.  
  385. HighlightColor(Red As Integer, Green As Integer, Blue As Integer, Shade As Integer)
  386.  
  387. Description
  388.  
  389. Set the color and shade of the highlighter.
  390.  
  391. Parameters
  392.  
  393. Red: numeric    Value: 0-255.
  394.  
  395. Green: numeric    Value: 0-255.
  396.  
  397. Blue: numeric    Value: 0-255.
  398.  
  399. Shade: numeric    Percent: 0-100.
  400.  
  401. HighlightColorDlg
  402.  
  403. Syntax
  404.  
  405. HighlightColorDlg()
  406.  
  407. Description
  408.  
  409. Display the Highlight Color dialog box.
  410.  
  411. HighlightPrint
  412.  
  413. Syntax
  414.  
  415. HighlightPrint()
  416.  
  417. Description
  418.  
  419. Toggle highlight printing and display on or off in the current document for the current session. Highlight Print/Show is active by default for all new and just-opened documents.
  420.  
  421. HighlightRemove
  422.  
  423. Syntax
  424.  
  425. HighlightRemove()
  426.  
  427. Description
  428.  
  429. Remove highlighting from the selected text and turn off the selection. If select mode is off and the insertion point is between Highlight codes, this method removes the codes and turns off the selection. If select mode is off and the insertion point is not between Highlight codes, this method does nothing. If select mode is on and the selection contains no highlighting, the selection is turned off.
  430.  
  431. HighlightToggle
  432.  
  433. Syntax
  434.  
  435. HighlightToggle()
  436.  
  437. Description
  438.  
  439. Toggle highlighting on or off. If text is selected, this method highlights the selected text and turns the selection off. If nothing is selected, highlight mode is turned on or off.
  440.  
  441. HLineCreate
  442.  
  443. Syntax
  444.  
  445. HLineCreate()
  446.  
  447. Description
  448.  
  449. Create a horizontal line. The line will extend from the left margin to the right margin.
  450.  
  451. Hypertext
  452.  
  453. Syntax
  454.  
  455.  Hypertext([State As _Hypertext_State_enum])
  456.  
  457. Description
  458.  
  459. Activate or deactivate all hyperlinks.
  460.  
  461. Parameters
  462.  
  463. State: enumeration    Active!
  464.  
  465. Inactive!
  466.  
  467. HypertextCreate
  468.  
  469. Syntax
  470.  
  471. HypertextCreate(Action As _HypertextCreate_Action_enum, [Macro As String], [Bookmark As String], [Display As _HypertextCreate_Display_enum])
  472.  
  473. Description
  474.  
  475. Create a hyperlink to a find a bookmark, launch a Web browser and find a URL, or play a macro, and specify the appearance of the hyperlink.
  476.  
  477. Parameters
  478.  
  479. Action: enumeration    GoToBookmark!
  480.  
  481. RunMacro!
  482.  
  483. Macro: string (optional)    The document filename, Web document URL (Internet address), or macro name if the Action parameter is RunMacro!.
  484.  
  485. Bookmark: string (optional)    Bookmark in the current document if the Action parameter is GoToBookmark!.
  486.  
  487. Display: enumeration (optional)    Button!
  488.  
  489. HighlightedText!
  490.  
  491. HypertextCreateDlg
  492.  
  493. Syntax
  494.  
  495. HypertextCreateDlg()
  496.  
  497. Description
  498.  
  499. Display the Create Hyperlink dialog box.
  500.  
  501. HypertextDelete
  502.  
  503. Syntax
  504.  
  505. HypertextDelete()
  506.  
  507. Description
  508.  
  509. Delete the hyperlink that contains the insertion point.
  510.  
  511. HypertextEdit
  512.  
  513. Syntax
  514.  
  515. HypertextEdit(Action As _HypertextEdit_Action_enum, [Macro As String], [Bookmark As String], [Appearance As _HypertextEdit_Appearance_enum])
  516.  
  517. Description
  518.  
  519. Edit a hyperlink.
  520.  
  521. Parameters
  522.  
  523. Action: enumeration    GoToBookmark!
  524.  
  525. RunMacro!
  526.  
  527. Macro: string (optional)    The document filename, Web document URL (Internet address), or macro name if the Action parameter is RunMacro!.
  528.  
  529. Bookmark: string (optional)    Bookmark in the current document if the Action parameter is GoToBookmark!.
  530.  
  531. Appearance: enumeration (optional)    Button!
  532.  
  533. HighlightedText!
  534.  
  535. HypertextEditDlg
  536.  
  537. Syntax
  538.  
  539. HypertextEditDlg()
  540.  
  541. Description
  542.  
  543. Display the Edit Hyperlink dialog box.
  544.  
  545. HypertextExecute
  546.  
  547. Syntax
  548.  
  549. HypertextExecute()
  550.  
  551. Description
  552.  
  553. Perform a hyperlink.
  554.  
  555. HypertextInfo
  556.  
  557. Syntax
  558.  
  559. HypertextInfo(Data As _HypertextInfo_Data_enum)
  560.  
  561. Description
  562.  
  563. Return the specified information pertaining to the current hyperlink. If the insertion point is not on a hyperlink, information regarding the previous hyperlink is returned. If there are no hyperlinks preceding the insertion point, information regarding the next hyperlink is returned. If there are no hyperlinks in the current document, 0 is always returned, regardless of the value of the Data parameter.
  564.  
  565. Return Value
  566.  
  567. ¿    If Data = Action!:
  568.  
  569. 0    The link jumps to a document.
  570.  
  571. 1    The link plays a macro.
  572.  
  573. ¿    If Data = Appearance!:
  574.  
  575. 0    Text
  576.  
  577. 1    Button
  578.  
  579. ¿    If Data = Bookmark!, the name of the bookmark is returned.
  580.  
  581. ¿    If Data = Name!, a document filename, macro filename, or Web document URL is returned.
  582.  
  583. ¿    If the hypertext link jumps to a bookmark in the current document, a null string is returned.
  584.  
  585. Parameters
  586.  
  587. Data: enumeration    Specify the link information to return.
  588.  
  589. Action!
  590.  
  591. Appearance!
  592.  
  593. Bookmark!
  594.  
  595. Name!
  596.  
  597. HypertextNext
  598.  
  599. Syntax
  600.  
  601.  HypertextNext()
  602.  
  603. Description
  604.  
  605. Advance to the next hyperlink.
  606.  
  607. HypertextPrevious
  608.  
  609. Syntax
  610.  
  611. HypertextPrevious()
  612.  
  613. Description
  614.  
  615. Return to the previous hyperlink.
  616.  
  617. HypertextReturnFrom
  618.  
  619. Syntax
  620.  
  621. HypertextReturnFrom()
  622.  
  623. Description
  624.  
  625. Return the insertion point from a bookmark to the bookmark's hyperlink.
  626.  
  627. HypertextStyleEdit
  628.  
  629. Syntax
  630.  
  631.  HypertextStyleEdit()
  632.  
  633. Description
  634.  
  635. Edit the Hyperlink Style.
  636.  
  637. Hyphenation
  638.  
  639. Syntax
  640.  
  641. Hyphenation(State As _Hyphenation_State_enum)
  642.  
  643. Description
  644.  
  645. Turn Hyphenation on or off.
  646.  
  647. Parameters
  648.  
  649. State: enumeration    Off!
  650.  
  651. On!
  652.  
  653. HyphenationIgnore
  654.  
  655. Syntax
  656.  
  657. HyphenationIgnore()
  658.  
  659. Description
  660.  
  661. Cancel hyphenation of the current word.
  662.  
  663. HyphenationSoftReturn
  664.  
  665. Syntax
  666.  
  667.  HyphenationSoftReturn()
  668.  
  669. Description
  670.  
  671. Insert a hyphenation soft return code [Hyph SRt] at the insertion point. This code will break the word, if hyphenation is necessary, at the specified point.
  672.  
  673. HyphenationZoneLeft
  674.  
  675. Syntax
  676.  
  677.  HyphenationZoneLeft(HZone As Integer)
  678.  
  679. Description
  680.  
  681. Specify the lower limit of a hyphenation zone.
  682.  
  683. Parameters
  684.  
  685. HZone: numeric    The least amount of space allowable for hyphenation.
  686.  
  687. HyphenationZoneRight
  688.  
  689. Syntax
  690.  
  691.  HyphenationZoneRight(HZone As Integer)
  692.  
  693. Description
  694.  
  695. Specify the upper limit of a hyphenation zone.
  696.  
  697. Parameters
  698.  
  699. HZone: numeric    The greatest amount of space allowable for hyphenation.
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.