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

  1. RealizeFontChanges
  2.  
  3. Syntax
  4.  
  5. (SaveTo: enumeration)
  6.  
  7. Description
  8.  
  9. Implement font changes. Precede with SetFontFace.
  10.  
  11. Parameters
  12.  
  13. SaveTo: enumeration (optional)    Save changes as default values, for the selected object, or both.
  14.  
  15. Both!
  16.  
  17. Default!
  18.  
  19. Selected!
  20.  
  21. Redo
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Reverse the action of Undo.
  30.  
  31. RedrawChart
  32.  
  33. Syntax
  34.  
  35. ()
  36.  
  37. Description
  38.  
  39. Update the current chart to reflect changes in the Datasheet.
  40.  
  41. RefreshScreen
  42.  
  43. Syntax
  44.  
  45. ()
  46.  
  47. Description
  48.  
  49. Redraw the current drawing.
  50.  
  51. ReplaceMasters
  52.  
  53. Syntax
  54.  
  55. (Filename: string)
  56.  
  57. Description
  58.  
  59. Retrieve a new slide show master file, replacing the current slide show master.
  60.  
  61. Parameters
  62.  
  63. Filename: string    The master file.
  64.  
  65. ReplaceWithClipart
  66.  
  67. Syntax
  68.  
  69. ()
  70.  
  71. Description
  72.  
  73. Replace selected object with Clipart.
  74.  
  75. ResampleBitmapCmd
  76.  
  77. Syntax
  78.  
  79. ()
  80.  
  81. Description
  82.  
  83. Resample the selected bitmap object.
  84.  
  85. ResetColorTable
  86.  
  87. Syntax
  88.  
  89. ()
  90.  
  91. Description
  92.  
  93. Reset the color table in the Define Color Palettes dialog box to the default values.
  94.  
  95. RetrieveChartStyle
  96.  
  97. Syntax
  98.  
  99. (Filename: string; Type: enumeration)
  100.  
  101. Description
  102.  
  103. Open a specified chart style.
  104.  
  105. Parameters
  106.  
  107. Filename: string    The chart style to retrieve.
  108.  
  109. Type: enumeration    The type of chart.
  110.  
  111. Data!
  112.  
  113. Org!
  114.  
  115. Text!
  116.  
  117. RetrieveFigure
  118.  
  119. Syntax
  120.  
  121. (Left: numeric; Top: numeric; Right: numeric; Bottom: numeric; Filename: string; FigureIndex: numeric; RemoveGradient: enumeration)
  122.  
  123. Description
  124.  
  125. Insert a graphic from the clipart gallery into the current drawing at the location specified in the first four parameters. Without these parameters, the command retrieves a full-page figure. With no parameters, the command displays the QuickArt Gallery.
  126.  
  127. Parameters
  128.  
  129. Left: numeric (optional)    The top horizontal coordinate of the figure area, in WordPerfect units (1200ths of an inch.)
  130.  
  131. Top: numeric (optional)    The top vertical coordinate of the figure area, in WordPerfect units.
  132.  
  133. Right: numeric (optional)    The bottom horizontal coordinate of the figure area, in WordPerfect units.
  134.  
  135. Bottom: numeric (optional)    The bottom vertical coordinate of the figure area, in WordPerfect units.
  136.  
  137. Filename: string (optional)    The graphics file to retrieve. When you use this parameter, no dialog box is displayed before the specified file is retrieved.
  138.  
  139. 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.
  140.  
  141. RemoveGradient: enumeration (optional)    Remove the gradients from Clipart images for faster display.
  142.  
  143. No!
  144.  
  145. Yes!
  146.  
  147. RetrieveFigureDlg
  148.  
  149. Syntax
  150.  
  151. ()
  152.  
  153. Description
  154.  
  155. Display the Insert Figure dialog box, which is used to import a figure from another file into the current document.
  156.  
  157. RetrieveOutline
  158.  
  159. Syntax
  160.  
  161. ()
  162.  
  163. Description
  164.  
  165. Insert a text outline into the Outliner in the current slide show.
  166.  
  167. RetrieveStyleDlg
  168.  
  169. Syntax
  170.  
  171. ()
  172.  
  173. Description
  174.  
  175. Retrieve a specified chart style and apply it to the current chart.
  176.  
  177. RevealCodes
  178.  
  179. Syntax
  180.  
  181. ()
  182.  
  183. Description
  184.  
  185. Turn on or turn off the display of text codes at the bottom of the screen in the Text Editor.
  186.  
  187. RotateObject
  188.  
  189. Syntax
  190.  
  191. (RotationAngle: numeric; RotationPointX: numeric; RotationPointY: numeric; OffsetX: numeric; OffsetY: numeric; Pretranslate: enumeration; CopyObject: enumeration)
  192.  
  193. Description
  194.  
  195. Rotate the selected objects. Precede with RotateObjects.
  196.  
  197. Parameters
  198.  
  199. RotationAngle: numeric    The angle of rotation.
  200.  
  201. RotationPointX: numeric    The horizontal position of rotation point, in WordPerfect units (1200ths of an inch).
  202.  
  203. RotationPointY: numeric    The vertical position of rotation point, in WordPerfect units.
  204.  
  205. OffsetX: numeric    The horizontal offset, in WordPerfect units.
  206.  
  207. OffsetY: numeric    The vertical offset, in WordPerfect units.
  208.  
  209. Pretranslate: enumeration    No!
  210.  
  211. Yes!
  212.  
  213. CopyObject: enumeration    Rotate a copy of the object.
  214.  
  215. No!
  216.  
  217. Yes!
  218.  
  219. RotateObjects
  220.  
  221. Syntax
  222.  
  223. ()
  224.  
  225. Description
  226.  
  227. Place rotation handles around the selected objects. The handles allow you to rotate objects around the center axis. Follow with RotateObject.
  228.  
  229. RotateObjectsAroundAnchor
  230.  
  231. Syntax
  232.  
  233. (Angle: numeric; Copy: enumeration)
  234.  
  235. Description
  236.  
  237. Rotate the selected objects around the center point.
  238.  
  239. Parameters
  240.  
  241. Angle: numeric    The rotation angle in degrees. Values range from -360 to 360.
  242.  
  243. Copy: enumeration    Copy the selected objects before rotating.
  244.  
  245. No!
  246.  
  247. Yes!
  248.  
  249. RotateObjectsDlg
  250.  
  251. Syntax
  252.  
  253. ()
  254.  
  255. Description
  256.  
  257. Display the Rotate Objects dialog box, which is used to specify a rotation angle.
  258.  
  259. RulerGridOptionsDlg
  260.  
  261. Syntax
  262.  
  263. ()
  264.  
  265. Description
  266.  
  267. Display the Grid/Snap Options dialog box.
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.