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
()
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 command removes the codes and turns off the selection. If select mode is off and the insertion point is not between Highlight codes, this command does nothing. If select mode is on and the selection contains no highlighting, the selection is turned off.
HighlightToggle
Syntax
()
Description
Toggle highlighting on or off. If text is selected, this command highlights the selected text and turns the selection off. If nothing is selected, highlight mode is turned on or off.
HLineCreate
Syntax
()
Description
Create a horizontal line. The line will extend from the left margin to the right margin.
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
()
Description
Display the Edit Hyperlink dialog box.
HypertextExecute
Syntax
()
Description
Perform a hyperlink.
any:=HypertextInfo
Syntax
(Data: enumeration)
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
()
Description
Advance to the next hyperlink.
HypertextPrevious
Syntax
()
Description
Return to the previous hyperlink.
HypertextReturnFrom
Syntax
()
Description
Return the insertion point from a bookmark to the bookmark's hyperlink.
HypertextStyleEdit
Syntax
()
Description
Edit the Hyperlink Style.
Hyphen
Syntax
()
Description
Insert a hyphen.
Hyphenation
Syntax
(State: enumeration)
Description
Turn Hyphenation on or off.
Parameters
State: enumeration Off!
On!
HyphenationIgnore
Syntax
()
Description
Cancel hyphenation of the current word.
HyphenationSoftReturn
Syntax
()
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
(HZone: numeric)
Description
Specify the lower limit of a hyphenation zone.
Parameters
HZone: numeric The least amount of space allowable for hyphenation.
HyphenationZoneRight
Syntax
(HZone: numeric)
Description
Specify the upper limit of a hyphenation zone.
Parameters
HZone: numeric The greatest amount of space allowable for hyphenation.