Rewrite the screen contents without moving the insertion point.
RedlineCharacter
Syntax
RedlineCharacter(Character As String)
Description
Specify a character to redline text.
Parameters
Character: string The character for redlining.
RedlineMethod
Syntax
RedlineMethod(RedlineMethod As _RedlineMethod_RedlineMethod_enum)
Description
Specify a redline method.
Parameters
RedlineMethod: enumeration Alternating!
LeftMargin!
PrinterDependent!
RightMargin!
Redo
Syntax
Redo([Number As Integer])
Description
Reverse the last Undo made to the document or reverse the specified Undo.
Parameters
Number: numeric (optional) The number of redo levels.
RepeatDlg
Syntax
RepeatDlg()
Description
Display the Repeat dialog box.
RepeatSet
Syntax
RepeatSet(Value As Integer)
Description
Specify the Repeat default number.
Parameters
Value: numeric The number of times to repeat the current operation.
RepeatValue
Syntax
RepeatValue([Value As Integer])
Description
Specify the number of times to repeat an action.
Parameters
Value: numeric (optional) The number of times to repeat the current operation.
ReplaceAll
Syntax
ReplaceAll([SearchMode As _ReplaceAll_SearchMode_enum])
Description
Replace all occurrences of a matched word, code, or phrase. Precede with methods such as SearchString(), ReplaceString(), and SearchNext().
Parameters
SearchMode: enumeration (optional) An extended search includes substructures such as headers and footnotes.
Extended!
Regular!
ReplaceBackward
Syntax
ReplaceBackward([SearchMode As _ReplaceBackward_SearchMode_enum])
Description
Replace specified text or codes from the current insertion point to the beginning of the document. Precede with other methods such as SearchString() and ReplaceString().
Parameters
SearchMode: enumeration (optional) An extended search includes substructures such as headers and footnotes.
Extended!
Regular!
ReplaceConfirm
Syntax
ReplaceConfirm(State As _ReplaceConfirm_State_enum)
Description
Specify whether Find and Replace Text prompts the user to confirm replacement in WordPerfect for DOS. Included for DOS compatibility. No effect in WordPerfect for Windows. Use ReplaceAll() or ReplaceCurrent().
Parameters
State: enumeration Prompt for confirmation before replacing text.
No!
Yes!
ReplaceCurrent
Syntax
ReplaceCurrent()
Description
Replace a matched word, code, or phrase. Precede with methods such as SearchString and SearchNext.
ReplaceDlg
Syntax
ReplaceDlg()
Description
Display the Find and Replace Text dialog box.
ReplaceForward
Syntax
ReplaceForward([SearchMode As _ReplaceForward_SearchMode_enum])
Description
Replace the specified text or codes from the insertion point to the end of the document. Precede with other methods such as SearchString() or ReplaceString().
Parameters
SearchMode: enumeration (optional) An extended search includes substructures such as headers and footnotes.
Extended!
Regular!
ReplaceString
Syntax
ReplaceString(RplcStrg As String)
Description
Specify the search text or codes.
Parameters
RplcStrg: string The text or codes to search for.
ReplaceWithAttributes
Syntax
ReplaceWithAttributes(State As _ReplaceWithAttributes_State_enum, [Attribute As _ReplaceWithAttributes_Attribute_enum])
Description
Specify the font attributes and/or relative font size for the replacement text.
Parameters
State: enumeration No!
Yes!
Attribute: enumeration (optional) Bold!
DoubleUnderline!
Every!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
ReplaceWithCase
Syntax
ReplaceWithCase(State As _ReplaceWithCase_State_enum)
Description
Specify the case(s) of the replacement text.
Parameters
State: enumeration No!
Yes!
ReplaceWithFont
Syntax
ReplaceWithFont(State As _ReplaceWithFont_State_enum, [Name As String], [Family As _ReplaceWithFont_Family_enum], [Attributes As _ReplaceWithFont_Attributes_enum], [Weight As _ReplaceWithFont_Weight_enum], [Width As _ReplaceWithFont_Width_enum], [Source As _ReplaceWithFont_Source_enum], [Type As _ReplaceWithFont_Type_enum], [CharacterSet As _ReplaceWithFont_CharacterSet_enum])
Description
Specify the font and font style of the replacement text.
ReplaceWithFontSize(State As _ReplaceWithFontSize_State_enum, [FontSize As Integer])
Description
Specify the font size of the replacement text.
Parameters
State: enumeration No!
Yes!
FontSize: measurement (optional) The font size of the replacement text.
ReselectLastBlock
Syntax
ReselectLastBlock()
Description
Select the last selected text. Recordable substitute: ReselectLastSelection.
ReselectLastSelection
Syntax
ReselectLastSelection()
Description
Select the last selected text.
ResetKeyboardMenu
Syntax
ResetKeyboardMenu()
Description
Resets the keyboard and menus to the WordPerfect default settings.
RevealCodes
Syntax
RevealCodes([State As _RevealCodes_State_enum])
Description
Turn Reveal Codes on or off.
Parameters
State: enumeration (optional) Default: toggle.
Off!
On!
ReverseShippingMacro
Syntax
ReverseShippingMacro()
Description
Play the shipping macro REVERSE.WCM to reverse the foreground and background colors in selected text and cells. REVERSE.WCM must be installed.
ReviewDocAnnotationAccept
Syntax
ReviewDocAnnotationAccept()
Description
Incorporate the selected annotation into the current document and select the next annotation. If an annotation is not currently selected, the next annotation is selected. If there are no annotations following the insertion point, a not found condition is returned. Use this method in Review Document Author mode. If Review Document Author mode is not active, this method fails unless display is on. You are then prompted to activate Author mode before proceeding.
ReviewDocAnnotationAcceptAll
Syntax
ReviewDocAnnotationAcceptAll()
Description
Incorporate all annotations into the current document. If the current document contains no annotations, a not found condition is returned. Substructures like Headers and Footers are treated independently. Use this method in Review Document Author mode. If Review Document Author mode is not active, this method fails unless display is on. You are then prompted to activate Author mode before proceeding.
ReviewDocAnnotationFirst
Syntax
ReviewDocAnnotationFirst()
Description
Select the first annotation in the current document. If the current document contains no annotations, a not found condition is returned. Use this method in Review Document Author mode. If Review Document Author mode is not active, this method fails unless display is on. You are then prompted to activate Author mode before proceeding.
ReviewDocAnnotationNext
Syntax
ReviewDocAnnotationNext()
Description
Select the next annotation in the current document. If there are no annotations following the insertion point, a not found condition is returned. Use this method in Review Document Author mode. If Review Document Author mode is not active, this method fails unless display is on. You are then prompted to activate Author mode before proceeding.
ReviewDocAnnotationPrev
Syntax
ReviewDocAnnotationPrev()
Description
Select the previous annotation in the current document. If there are no annotations before the insertion point, a not found condition is returned. Use this method in Review Document Author mode. If Review Document Author mode is not active, this method fails unless display is on. You are then prompted to activate Author mode before proceeding.
ReviewDocAnnotationReject
Syntax
ReviewDocAnnotationReject()
Description
Delete the selected annotation and select the next annotation. If an annotation is not currently selected, the next annotation is selected. If there are no annotations following the insertion point, a not found condition is returned. Use this method in Review Document Author mode. If Review Document Author mode is not active, this method fails unless display is on. You are then prompted to activate Author mode before proceeding.
ReviewDocAnnotationRejectAll
Syntax
ReviewDocAnnotationRejectAll()
Description
Delete all annotations in the current document. If the current document contains no annotations, a not found condition is returned. Substructures like Headers and Footers are treated independently. Use this method in Review Document Author mode. If Review Document Author mode is not active, this method fails unless display is on. You are then prompted to activate Author mode before proceeding.
ReviewDocAuthorDlg
Syntax
ReviewDocAuthorDlg()
Description
Display the Review Document Author Mode dialog box and activate Author mode.
ReviewDocDisplayModeToggle
Syntax
ReviewDocDisplayModeToggle()
Description
Turn annotation display on or off.
ReviewDocDlg
Syntax
ReviewDocDlg()
Description
Display the Review Document dialog box.
ReviewDocManualModeToggle
Syntax
ReviewDocManualModeToggle([Mode As _ReviewDocManualModeToggle_Mode_enum]
Description
Enter or exit the Review Document Author or Reviewer annotation modes. When entering Author mode, this method activates the Author mode and selects the first annotation.
Parameters
Mode: enumeration (optional) Specify the annotation mode.
Author!
Off!
Reviewer!
ReviewDocReviewerDlg
Syntax
ReviewDocReviewerDlg()
Description
Display the Review Document Reviewer mode dialog box and activate Reviewer mode.
ReviewDocSetCurrentUserColor
Syntax
ReviewDocSetCurrentUserColor(Red As Integer, Green As Integer, Blue As Integer)
Description
Set the annotation color for the current reviewer.
Parameters
Red: numeric Value: 0-255.
Green: numeric Value: 0-255.
Blue: numeric Value: 0-255.
RotateShapeDlg
Syntax
RotateShapeDlg()
Description
Lets you rotate a shape object
RulerBarShow
Syntax
RulerBarShow([State As _RulerBarShow_State_enum])
Description
Display (On!) or hide (Off!) the Ruler and save the setting as the new default.