Insert a hard column break at the insertion point and begin a new column.
HardPageBreak
Syntax
HardPageBreak()
Description
Insert a hard page break at the insertion point and begin a new page.
HardPageBreakInsert
Syntax
HardPageBreakInsert()
Description
Insert a page break in columns without positioning the insertion point in the next column.
HardPageBreakKey
Syntax
HardPageBreakKey()
Description
Insert a hard page break at the insertion point and begin a new page. Recordable substitute: HardPageBreak().
HardReturn
Syntax
HardReturn()
Description
Insert a [HRt] code and begin a new line.
HardReturnInsert
Syntax
HardReturnInsert()
Description
Insert a [HRt] code in Outline mode.
HardSpace
Syntax
HardSpace()
Description
Insert an [HSpace] code at the insertion point. A hard space holds two words together.
HeaderA
Syntax
HeaderA(Action As _HeaderA_Action_enum, [Occurrence As _HeaderA_Occurrence_enum])
Description
Create, edit, or discontinue Header A, and specify the pages on which it will appear.
Parameters
Action: enumeration Create!
Edit!
Off!
Occurrence: enumeration (optional). The location of Header A:
AllPages!
EvenPages!
NoPages!
OddPages!
HeaderB
Syntax
HeaderB(Action As _HeaderB_Action_enum, [Occurrence As _HeaderB_Occurrence_enum])
Description
Create, edit, or discontinue Header B, and specify the pages on which it will appear.
Parameters
Action: enumeration Create!
Edit!
Off!
Occurrence: enumeration (optional) The location of Header B:
AllPages!
EvenPages!
NoPages!
OddPages!
HeaderFooterDistanceDlg
Syntax
HeaderFooterDistanceDlg()
Description
Display the Distance dialog box.
HeaderFooterDlg
Syntax
HeaderFooterDlg()
Description
Display the Headers/Footers dialog box.
HeaderFooterNext
Syntax
HeaderFooterNext()
Description
Advance to the next header/footer.
HeaderFooterPlacement
Syntax
HeaderFooterPlacement([State As _HeaderFooterPlacement_State_enum])
Description
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.
Parameters
State: enumeration (optional) AllPages!
EvenPages!
NoPages!
OddPages!
HeaderFooterPlacementDlg
Syntax
HeaderFooterPlacementDlg()
Description
Display the Pages dialog box.
HeaderFooterPrev
Syntax
HeaderFooterPrev()
Description
Advance to the next header/footer.
HeaderSeparationDistance
Syntax
HeaderSeparationDistance(Distance As Integer)
Description
Specify the distance between text and headers.
Parameters
Distance: measurement If less than 1, precede the decimal with 0.
HelpAskThePerfectExpert
Syntax
HelpAskThePerfectExpert()
Description
Display the Ask the PerfectExpert dialog box.
HelpContents
Syntax
HelpContents()
Description
Display the Help Topics window with the Contents tab active.
HelpFilesPath
Syntax
HelpFilesPath()
Description
Return the location of the WordPerfect Help files.
HelpHelpTopics
Syntax
HelpHelpTopics()
Description
Display the Help Topics window with the last selected tab displayed.
HelpHowDoI
Syntax
HelpHowDoI()
Description
Display instructions on how to use Help.
HelpHowToUseHelp
Syntax
HelpHowToUseHelp()
Description
Display instructions on how to use Help.
HelpKeystrokes
Syntax
HelpKeystrokes()
Description
Open Help for keystrokes.
HelpMacroManual
Syntax
HelpHelpMacro()
Description
Open the Macros Help file.
HelpOnlineSupportDlg
Syntax
HelpOnlineSupportDlg()
Description
Display the Corel Web Site dialog box.
HelpSearchForHelpOn
Syntax
HelpSearchForHelpOn()
Description
Display the Help Topics window with the Index tab active.
HelpShowMe
Syntax
HelpShowMe()
Description
Display the Ask the PerfectExpert dialog box.
HelpWhatIs
Syntax
HelpWhatIs()
Description
Activate the Windows What's This feature. (Use PAUSE to pause a macro when it encounters HelpWhatIs.)
HiddenText
Syntax
HiddenText(State As _HiddenText_State_enum)
Description
Turn Hidden Text on or off for selected text.
Parameters
State: enumeration Off!
On!
HiddenTextShowAll
Syntax
HiddenTextShowAll(State As _HiddenTextShowAll_State_enum)
Description
Display or hide hidden text.
Parameters
State: enumeration Off!
On!
HideBars
Syntax
HideBars([State As _HideBars_State_enum])
Description
Display the Hide Bars Information dialog box (unless user disabled) before hiding scroll bars, toolbars, etc.
Parameters
State: enumeration (optional) Default: toggle.
Off!
On!
HighlightColor
Syntax
HighlightColor(Red As Integer, Green As Integer, Blue As Integer, Shade As Integer)
Description
Set the color and shade of the highlighter.
Parameters
Red: numeric Value: 0-255.
Green: numeric Value: 0-255.
Blue: numeric Value: 0-255.
Shade: numeric Percent: 0-100.
HighlightColorDlg
Syntax
HighlightColorDlg()
Description
Display the Highlight Color dialog box.
HighlightPrint
Syntax
HighlightPrint()
Description
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.
HighlightRemove
Syntax
HighlightRemove()
Description
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.
HighlightToggle
Syntax
HighlightToggle()
Description
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.
HLineCreate
Syntax
HLineCreate()
Description
Create a horizontal line. The line will extend from the left margin to the right margin.
Hypertext
Syntax
Hypertext([State As _Hypertext_State_enum])
Description
Activate or deactivate all hyperlinks.
Parameters
State: enumeration Active!
Inactive!
HypertextCreate
Syntax
HypertextCreate(Action As _HypertextCreate_Action_enum, [Macro As String], [Bookmark As String], [Display As _HypertextCreate_Display_enum])
Description
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.
Parameters
Action: enumeration GoToBookmark!
RunMacro!
Macro: string (optional) The document filename, Web document URL (Internet address), or macro name if the Action parameter is RunMacro!.
Bookmark: string (optional) Bookmark in the current document if the Action parameter is GoToBookmark!.
Display: enumeration (optional) Button!
HighlightedText!
HypertextCreateDlg
Syntax
HypertextCreateDlg()
Description
Display the Create Hyperlink dialog box.
HypertextDelete
Syntax
HypertextDelete()
Description
Delete the hyperlink that contains the insertion point.
HypertextEdit
Syntax
HypertextEdit(Action As _HypertextEdit_Action_enum, [Macro As String], [Bookmark As String], [Appearance As _HypertextEdit_Appearance_enum])
Description
Edit a hyperlink.
Parameters
Action: enumeration GoToBookmark!
RunMacro!
Macro: string (optional) The document filename, Web document URL (Internet address), or macro name if the Action parameter is RunMacro!.
Bookmark: string (optional) Bookmark in the current document if the Action parameter is GoToBookmark!.
Appearance: enumeration (optional) Button!
HighlightedText!
HypertextEditDlg
Syntax
HypertextEditDlg()
Description
Display the Edit Hyperlink dialog box.
HypertextExecute
Syntax
HypertextExecute()
Description
Perform a hyperlink.
HypertextInfo
Syntax
HypertextInfo(Data As _HypertextInfo_Data_enum)
Description
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.
Return Value
¿ If Data = Action!:
0 The link jumps to a document.
1 The link plays a macro.
¿ If Data = Appearance!:
0 Text
1 Button
¿ If Data = Bookmark!, the name of the bookmark is returned.
¿ If Data = Name!, a document filename, macro filename, or Web document URL is returned.
¿ If the hypertext link jumps to a bookmark in the current document, a null string is returned.
Parameters
Data: enumeration Specify the link information to return.
Action!
Appearance!
Bookmark!
Name!
HypertextNext
Syntax
HypertextNext()
Description
Advance to the next hyperlink.
HypertextPrevious
Syntax
HypertextPrevious()
Description
Return to the previous hyperlink.
HypertextReturnFrom
Syntax
HypertextReturnFrom()
Description
Return the insertion point from a bookmark to the bookmark's hyperlink.
HypertextStyleEdit
Syntax
HypertextStyleEdit()
Description
Edit the Hyperlink Style.
Hyphenation
Syntax
Hyphenation(State As _Hyphenation_State_enum)
Description
Turn Hyphenation on or off.
Parameters
State: enumeration Off!
On!
HyphenationIgnore
Syntax
HyphenationIgnore()
Description
Cancel hyphenation of the current word.
HyphenationSoftReturn
Syntax
HyphenationSoftReturn()
Description
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.
HyphenationZoneLeft
Syntax
HyphenationZoneLeft(HZone As Integer)
Description
Specify the lower limit of a hyphenation zone.
Parameters
HZone: numeric The least amount of space allowable for hyphenation.
HyphenationZoneRight
Syntax
HyphenationZoneRight(HZone As Integer)
Description
Specify the upper limit of a hyphenation zone.
Parameters
HZone: numeric The greatest amount of space allowable for hyphenation.