RealizeFontChanges([SaveTo As _RealizeFontChanges_SaveTo_enum])
Description
Implement font changes. Precede with SetFontFace().
Parameters
SaveTo: enumeration (optional) Save changes as default values, for the selected object, or both.
Both
Default
Selected
Redo
Syntax
Redo()
Description
Reverse the action of Undo.
RedrawChart
Syntax
RedrawChart()
Description
Update the current chart to reflect changes in the Datasheet.
RefreshScreen
Syntax
RefreshScreen()
Description
Redraw the current drawing.
ReplaceMasters
Syntax
ReplaceMasters(Filename As String)
Description
Retrieve a new slide show master file, replacing the current slide show master.
Parameters
Filename: string The master file.
ReplaceWithClipart
Syntax
ReplaceWithClipart()
Description
Replace selected object with Clipart.
ResampleBitmapCmd
Syntax
ResampleBitmapCmd()
Description
Resample the selected bitmap object.
ResetColorTable
Syntax
ResetColorTable()
Description
Reset the color table in the Define Color Palettes dialog box to the default values.
RetrieveChartStyle
Syntax
RetrieveChartStyle(Filename As String, Type As _RetrieveChartStyle_Type_enum)
Description
Open a specified chart style.
Parameters
Filename: string The chart style to retrieve.
Type: enumeration The type of chart.
Data
Org
Text
RetrieveFigure
Syntax
RetrieveFigure([Left As Integer], [Top As Integer], [Right As Integer], [Bottom As Integer], [Filename As String], [FigureIndex As Integer], [RemoveGradient As _RetrieveFigure_RemoveGradient_enum])
Description
Insert a graphic from the clipart gallery into the current drawing at the location specified in the first four parameters. Without these parameters, the method retrieves a full-page figure. With no parameters, the method displays the QuickArt Gallery.
Parameters
Left: numeric (optional) The top horizontal coordinate of the figure area, in WordPerfect units (1200ths of an inch.)
Top: numeric (optional) The top vertical coordinate of the figure area, in WordPerfect units.
Right: numeric (optional) The bottom horizontal coordinate of the figure area, in WordPerfect units.
Bottom: numeric (optional) The bottom vertical coordinate of the figure area, in WordPerfect units.
Filename: string (optional) The graphics file to retrieve. When you use this parameter, no dialog box is displayed before the specified file is retrieved.
FigureIndex: numeric (optional) The figure to retrieve. The value of this parameter is 0 if the file specified in the Filename parameter is a single file. If the file is a Slide Show (.SHW) file, FigureIndex is required to indicate the WPG index for the figure to retrieve.
RemoveGradient: enumeration (optional) Remove the gradients from Clipart images for faster display.
No
Yes
RetrieveFigureDlg
Syntax
RetrieveFigureDlg()
Description
Display the Insert Figure dialog box, which is used to import a figure from another file into the current document.
RetrieveOutline
Syntax
RetrieveOutline()
Description
Insert a text outline into the Outliner in the current slide show.
RetrieveStyleDlg
Syntax
RetrieveStyleDlg()
Description
Retrieve a specified chart style and apply it to the current chart.
RevealCodes
Syntax
RevealCodes()
Description
Turn on or turn off the display of text codes at the bottom of the screen in the Text Editor.
RotateObject
Syntax
RotateObject(RotationAngle As Long, RotationPointX As Integer, RotationPointY As Integer, OffsetX As Integer, OffsetY As Integer, Pretranslate As _RotateObject_Pretranslate_enum, CopyObject As _RotateObject_CopyObject_enum)
Description
Rotate the selected objects. Precede with RotateObjects.
Parameters
RotationAngle: numeric The angle of rotation.
RotationPointX: numeric The horizontal position of rotation point, in WordPerfect units (1200ths of an inch).
RotationPointY: numeric The vertical position of rotation point, in WordPerfect units.
OffsetX: numeric The horizontal offset, in WordPerfect units.
OffsetY: numeric The vertical offset, in WordPerfect units.
Pretranslate: enumeration No
Yes
CopyObject: enumeration Rotate a copy of the object.
No
Yes
RotateObjects
Syntax
RotateObjects()
Description
Place rotation handles around the selected objects. The handles allow you to rotate objects around the center axis. Follow with RotateObject.
RotateObjectsAroundAnchor
Syntax
RotateObjectsAroundAnchor(Angle As Integer, Copy As _RotateObjectsAroundAnchor_Copy_enum)
Description
Rotate the selected objects around the center point.
Parameters
Angle: numeric The rotation angle in degrees. Values range from -360 to 360.
Copy: enumeration Copy the selected objects before rotating.
No
Yes
RotateObjectsDlg
Syntax
RotateObjectsDlg()
Description
Display the Rotate Objects dialog box, which is used to specify a rotation angle.