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

  1. boolean:=?QuickCorrect
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return True if QuickCorrect will replace words as you type, False if not.
  10.  
  11. numeric:=?Random
  12.  
  13. Syntax
  14.  
  15. ()
  16.  
  17. Description
  18.  
  19. Return a random number between 0 and 32767.
  20.  
  21. numeric:=?RedlineCharacter
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Return the ASCII numeric equivalent of the redline character.
  30.  
  31. numeric:=?RedlineMethod
  32.  
  33. Syntax
  34.  
  35. ()
  36.  
  37. Description
  38.  
  39. Return the redline method of the current document.
  40.  
  41. Return Value
  42.  
  43. 0    Printer dependent
  44.  
  45. 1    Left margin
  46.  
  47. 2    Alternating
  48.  
  49. 3    Right margin
  50.  
  51. boolean:=?RevealCodesActive
  52.  
  53. Syntax
  54.  
  55. ()
  56.  
  57. Description
  58.  
  59. Return True if Reveal Codes is on, False if not.
  60.  
  61. string:=?RightChar
  62.  
  63. Syntax
  64.  
  65. ()
  66.  
  67. Description
  68.  
  69. Return the character at the insertion point.
  70.  
  71. numeric:=?RightCode
  72.  
  73. Syntax
  74.  
  75. ()
  76.  
  77. Description
  78.  
  79. Return the numeric equivalent of the code at the insertion point.
  80.  
  81. numeric:=?RightHyphZone
  82.  
  83. Syntax
  84.  
  85. ()
  86.  
  87. Description
  88.  
  89. Return the upper limit of a hyphenation zone as a percent of a word.
  90.  
  91. numeric:=?Row
  92.  
  93. Syntax
  94.  
  95. ()
  96.  
  97. Description
  98.  
  99. Return the current row number in a table.
  100.  
  101. numeric:=?RowHeader
  102.  
  103. Syntax
  104.  
  105. ()
  106.  
  107. Description
  108.  
  109. Return whether the current table row is a header row.
  110.  
  111. Return Value
  112.  
  113. 0    Not a header
  114.  
  115. 1    Header
  116.  
  117. measurement:=?RowHeight
  118.  
  119. Syntax
  120.  
  121. ()
  122.  
  123. Description
  124.  
  125. Return the current table-row height in WordPerfect units (1200ths of an inch).
  126.  
  127. boolean:=?RulerBarActive
  128.  
  129. Syntax
  130.  
  131. ()
  132.  
  133. Description
  134.  
  135. Return True if the Ruler is active, False if not.
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.