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

  1. Undelete
  2.  
  3. Syntax
  4.  
  5.  Undelete(Which As Integer)
  6.  
  7. Description
  8.  
  9. Restore the specified deletion at the insertion point. The first, second, or third most recent deletions can be restored.
  10.  
  11. Parameters
  12.  
  13. Which: numeric    The level to restore (1-3).
  14.  
  15. UndeleteDlg
  16.  
  17. Syntax
  18.  
  19. UndeleteDlg()
  20.  
  21. Description
  22.  
  23. Display the Undelete dialog box, which will allow you to restore one of the last three deletions.
  24.  
  25. UnderlineColor
  26.  
  27. Syntax
  28.  
  29.  UnderlineColor([ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer])
  30.  
  31. Description
  32.  
  33. Lets you specify the underline color.
  34.  
  35. Parameters
  36.  
  37. ColorName: string (optional)    This parameter has been left in for backward compatibility with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
  38.  
  39. Red: numeric (optional)    Value: 0 - 255
  40.  
  41. Green: numeric (optional)    Value: 0 - 255
  42.  
  43. Blue: numeric (optional)    Value: 0 - 255
  44.  
  45. Shade: numeric (optional)    Percent: 0 - 100
  46.  
  47. UnderlineSpaces
  48.  
  49. Syntax
  50.  
  51. UnderlineSpaces(State As _UnderlineSpaces_State_enum)
  52.  
  53. Description
  54.  
  55. Underline spaces.
  56.  
  57. Parameter
  58.  
  59. State: enumeration    No!
  60.  
  61. Yes!
  62.  
  63. UnderlineStyle
  64.  
  65. Syntax
  66.  
  67.  UnderlineStyle(Style As _UnderlineStyle_Style_enum)
  68.  
  69. Description
  70.  
  71. Lets you specify the underline style.
  72.  
  73. Parameter
  74.  
  75. Style: enumeration    Solid!
  76.  
  77. Dotted!
  78.  
  79. Dashed!
  80.  
  81. DashDot!
  82.  
  83. DashDotDot!
  84.  
  85. Wave!
  86.  
  87. Thick!
  88.  
  89. UnderlineTabs
  90.  
  91. Syntax
  92.  
  93. UnderlineTabs(State As _UnderlineTabs_State_enum)
  94.  
  95. Description
  96.  
  97. Underline tabs.
  98.  
  99. Parameters
  100.  
  101. State: enumeration    No!
  102.  
  103. Yes!
  104.  
  105. Undo
  106.  
  107. Syntax
  108.  
  109.  Undo([Number As Integer])
  110.  
  111. Description
  112.  
  113. Restore the last or the specified document change. Choosing Undo a second time restores the last undo.
  114.  
  115. Parameters
  116.  
  117. Number: numeric (optional)    Allow for multi-level undos.
  118.  
  119. UndoRedoDlg
  120.  
  121. Syntax
  122.  
  123. UndoRedoDlg()
  124.  
  125. Description
  126.  
  127. Display the Undo/Redo History dialog box, which allows you to cancel or restore recent changes to a document.
  128.  
  129. UseRegQuotesWithNumbers
  130.  
  131. Syntax
  132.  
  133. UseRegQuotesWithNumbers(State As _UseRegQuotesWithNumbers_State_enum)
  134.  
  135. Description
  136.  
  137. Turn Use Regular Quotes with Numbers on or off.
  138.  
  139. Parameters
  140.  
  141. State: enumeration    Off!
  142.  
  143. On!
  144.  
  145. UserFunction
  146.  
  147. Syntax
  148.  
  149. UserFunction(Action As String, [Data])
  150.  
  151. Description
  152.  
  153. Execute a third-party execution method.
  154.  
  155. Parameters
  156.  
  157. Action: string    The action a third-party program performs. Form: <signature>:<action>. The four-character <signature> identifies a third-party application. The <action> specifies a third-party method.
  158.  
  159. ViewDraft
  160.  
  161. Syntax
  162.  
  163. ViewDraft()
  164.  
  165. Description
  166.  
  167. Display a document without substructures such as headers, footers, and footnotes.
  168.  
  169. ViewOutline
  170.  
  171. Syntax
  172.  
  173. ViewOutline()
  174.  
  175. Description
  176.  
  177. Display the Outline feature bar and insert the first-level heading.
  178.  
  179. ViewPage
  180.  
  181. Syntax
  182.  
  183. ViewPage()
  184.  
  185. Description
  186.  
  187. Display a document with substructures such as headers, footers, and footnotes.
  188.  
  189. ViewToggle
  190.  
  191. Syntax
  192.  
  193. ViewToggle()
  194.  
  195. Description
  196.  
  197. Toggle the view between HTML and Page.
  198.  
  199. ViewToolbarsDlg
  200.  
  201. Syntax
  202.  
  203. ViewToolbarsDlg()
  204.  
  205. Description
  206.  
  207. Display the Toolbars dialog box.
  208.  
  209. ViewTwoPage
  210.  
  211. Syntax
  212.  
  213. ViewTwoPage()
  214.  
  215. Description
  216.  
  217. Display two document pages.
  218.  
  219. VLineCreate
  220.  
  221. Syntax
  222.  
  223. VLineCreate()
  224.  
  225. Description
  226.  
  227. Create a vertical line at the insertion point between the top and bottom margin.
  228.  
  229. VolumeNumber
  230.  
  231. Syntax
  232.  
  233. VolumeNumber(Volume As Integer)
  234.  
  235. Description
  236.  
  237. Specify the active volume number.
  238.  
  239. Parameters
  240.  
  241. Volume: numeric    The number for the current volume.
  242.  
  243. VolumeNumberDecrement
  244.  
  245. Syntax
  246.  
  247. VolumeNumberDecrement()
  248.  
  249. Description
  250.  
  251. Decrease the active volume number by one.
  252.  
  253. VolumeNumberDisplay
  254.  
  255. Syntax
  256.  
  257. VolumeNumberDisplay()
  258.  
  259. Description
  260.  
  261. Insert the active volume number at the insertion point.
  262.  
  263. VolumeNumberIncrement
  264.  
  265. Syntax
  266.  
  267. VolumeNumberIncrement()
  268.  
  269. Description
  270.  
  271. Increase the active volume number by one.
  272.  
  273. VolumeNumberMethod
  274.  
  275. Syntax
  276.  
  277. VolumeNumberMethod(NumberingMethod As _VolumeNumberMethod_NumberingMethod_enum)
  278.  
  279. Description
  280.  
  281. Specify a numbering type to display volume numbers.
  282.  
  283. Parameters
  284.  
  285. NumberingMethod: enumeration    LowerLetters!
  286.  
  287. LowerRoman!
  288.  
  289. Numbers!
  290.  
  291. UpperLetters!
  292.  
  293. UpperRoman!
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.