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

  1. TableLayoutDlg
  2.  
  3. Syntax
  4.  
  5. TableLayoutDlg()
  6.  
  7. Description
  8.  
  9. Display the Table Layout dialog.
  10.  
  11. TemplateChartCreateDlg
  12.  
  13. Syntax
  14.  
  15. TemplateChartCreateDlg()
  16.  
  17. Description
  18.  
  19. Display the Create Chart Template dialog box.
  20.  
  21. TextAttributesDlg
  22.  
  23. Syntax
  24.  
  25. TextAttributesDlg()
  26.  
  27. Description
  28.  
  29. Display the Text Attributes dialog box, which is used to specify colors, pattern, and outline width for text.
  30.  
  31. TextBlock
  32.  
  33. Syntax
  34.  
  35. TextBlock()
  36.  
  37. Description
  38.  
  39. Toggle the text tool between select and insert mode. Not recordable.
  40.  
  41. TextBold
  42.  
  43. Syntax
  44.  
  45.  TextBold([Set As _TextBold_Set_enum])
  46.  
  47. Description
  48.  
  49. Turn Bold on or off in the Text Editor.
  50.  
  51. Parameters
  52.  
  53. Set: enumeration (optional)    Off
  54.  
  55. On
  56.  
  57. Toggle
  58.  
  59. TextBoxCreate
  60.  
  61. Syntax
  62.  
  63.  TextBoxCreate()
  64.  
  65. Description
  66.  
  67. Create a new text area.
  68.  
  69. TextChartNext
  70.  
  71. Syntax
  72.  
  73. TextChartNext()
  74.  
  75. Description
  76.  
  77. Move the insertion point down one level in a bulleted list.
  78.  
  79. TextChartPrevious
  80.  
  81. Syntax
  82.  
  83. TextChartPrevious()
  84.  
  85. Description
  86.  
  87. Move the insertion point up one level in a bulleted list.
  88.  
  89. TextDown
  90.  
  91. Syntax
  92.  
  93. TextDown()
  94.  
  95. Description
  96.  
  97. Move the insertion point down one line in a text area.
  98.  
  99. TextEditExit
  100.  
  101. Syntax
  102.  
  103. TextEditExit()
  104.  
  105. Description
  106.  
  107. Close the Text Editor.
  108.  
  109. TextFontDlg
  110.  
  111. Syntax
  112.  
  113. TextFontDlg()
  114.  
  115. Description
  116.  
  117. Display the Font dialog box, which is used to change the current font.
  118.  
  119. TextInsertMode
  120.  
  121. Syntax
  122.  
  123. TextInsertMode()
  124.  
  125. Description
  126.  
  127. Toggle the text tool between typeover mode and insert mode.
  128.  
  129. TextItalic
  130.  
  131. Syntax
  132.  
  133. TextItalic([Set As _TextItalic_Set_enum])
  134.  
  135. Description
  136.  
  137. Turn italics on or off.
  138.  
  139. Parameters
  140.  
  141. Set: enumeration (optional)    Off
  142.  
  143. On
  144.  
  145. Toggle
  146.  
  147. TextKerning
  148.  
  149. Syntax
  150.  
  151.  TextKerning(Distance As Integer)
  152.  
  153. Description
  154.  
  155. Specify how far to advance text to the right or left.
  156.  
  157. Parameters
  158.  
  159. Distance: measurement    The distance to advance text, in WordPerfect units (1200ths of an inch). Use positive values for right advance, negative values for left advance.
  160.  
  161. TextLayoutBackTab
  162.  
  163. Syntax
  164.  
  165. TextLayoutBackTab()
  166.  
  167. Description
  168.  
  169. Move the selected text or the current line of text one tab stop to the left.
  170.  
  171. TextLayoutCenter
  172.  
  173. Syntax
  174.  
  175. TextLayoutCenter()
  176.  
  177. Description
  178.  
  179. Center the selected text or the current line of text.
  180.  
  181. TextLayoutDoubleIndent
  182.  
  183. Syntax
  184.  
  185. TextLayoutDoubleIndent()
  186.  
  187. Description
  188.  
  189. Move the left and right margins of the current paragraph inward one tab stop.
  190.  
  191. TextLayoutFlushRight
  192.  
  193. Syntax
  194.  
  195. TextLayoutFlushRight()
  196.  
  197. Description
  198.  
  199. Align the selected text or the current line of text at the right margin.
  200.  
  201. TextLayoutHangingIndent
  202.  
  203. Syntax
  204.  
  205. TextLayoutHangingIndent()
  206.  
  207. Description
  208.  
  209. Move all but the first line of the current paragraph one tab stop to the right.
  210.  
  211. TextLayoutIndent
  212.  
  213. Syntax
  214.  
  215. TextLayoutIndent()
  216.  
  217. Description
  218.  
  219. Move the left margin of the current paragraph one tab stop to the right.
  220.  
  221. TextLeft
  222.  
  223. Syntax
  224.  
  225. TextLeft()
  226.  
  227. Description
  228.  
  229. Move the insertion point one character to the left.
  230.  
  231. TextLineCreate
  232.  
  233. Syntax
  234.  
  235. TextLineCreate()
  236.  
  237. Description
  238.  
  239. Create a new text line.
  240.  
  241. TextReplace
  242.  
  243. Syntax
  244.  
  245. TextReplace([SearchString As String], [SearchDirection As _TextReplace_SearchDirection_enum], [SearchBeep As _TextReplace_SearchBeep_enum], [ReplaceString As String], [ReplaceType As _TextReplace_ReplaceType_enum])
  246.  
  247. Description
  248.  
  249. Search for and replace specified text.
  250.  
  251. Parameters
  252.  
  253. SearchString: string (optional)    The text to search for.
  254.  
  255. SearchDirection: enumeration (optional)    Search forward or backward.
  256.  
  257. Backward
  258.  
  259. Forward
  260.  
  261. SearchBeep: enumeration (optional)    Beep when a word is not found. When recording this parameter, the Search Failure setting in the Environment dialog box determines the value.
  262.  
  263. Off
  264.  
  265. On
  266.  
  267. ReplaceString: string (optional)    The text to replace the text in the SearchString parameter.
  268.  
  269. ReplaceType: enumeration (optional)    Replace all occurrences or one occurrence of the character string specified in the SearchString parameter.
  270.  
  271. Global
  272.  
  273. ReplaceOne
  274.  
  275. TextRight
  276.  
  277. Syntax
  278.  
  279. TextRight()
  280.  
  281. Description
  282.  
  283. Move the insertion point one character to the right.
  284.  
  285. TextScreenTop
  286.  
  287. Syntax
  288.  
  289. TextScreenTop()
  290.  
  291. Description
  292.  
  293. Move the insertion point to the top of the current text window.
  294.  
  295. TextSearch
  296.  
  297. Syntax
  298.  
  299. TextSearch([SearchString As String], [SearchDirection As _TextSearch_SearchDirection_enum], [SearchBeep As _TextSearch_SearchBeep_enum])
  300.  
  301. Description
  302.  
  303. Locate the specified text in the current text area.
  304.  
  305. Parameters
  306.  
  307. SearchString: string (optional)    The text string to search for.
  308.  
  309. SearchDirection: enumeration (optional)    Search forward or backward through the text.
  310.  
  311. Backward
  312.  
  313. Forward
  314.  
  315. SearchBeep: enumeration (optional)    Beep when a word is not found. When recording this parameter, the Search Failure setting in the Environment dialog box determines the value.
  316.  
  317. Off
  318.  
  319. On
  320.  
  321. TextTab
  322.  
  323. Syntax
  324.  
  325. TextTab()
  326.  
  327. Description
  328.  
  329. Insert a tab at the insertion point in a text area.
  330.  
  331. TextToCurvesCmd
  332.  
  333. Syntax
  334.  
  335. TextToCurvesCmd()
  336.  
  337. Description
  338.  
  339. Explode the selected text into lines and curves, so the text becomes a graphic object.
  340.  
  341. TextUnderline
  342.  
  343. Syntax
  344.  
  345. TextUnderline([Set As _TextUnderline_Set_enum])
  346.  
  347. Description
  348.  
  349. Turn underlining on or off.
  350.  
  351. Parameters
  352.  
  353. Set: enumeration (optional)    Off
  354.  
  355. On
  356.  
  357. Toggle
  358.  
  359. TextUp
  360.  
  361. Syntax
  362.  
  363. TextUp()
  364.  
  365. Description
  366.  
  367. Move the insertion point up one line in a text area.
  368.  
  369. Thesaurus
  370.  
  371. Syntax
  372.  
  373. Thesaurus()
  374.  
  375. Description
  376.  
  377. Open the Thesaurus, which displays synonyms and antonyms for a specified word. You must call this method when you have focus on text you want to edit. If there is no text in focus, then a run time error will result.
  378.  
  379. Note - When you are working in Corel Presentation's interface, the Thesaurus menu option is disabled, until you select 'Edit Text'. You should only call this method when the 'Thesaurus' menu option is enabled.
  380.  
  381. ToolbarCopy
  382.  
  383. Syntax
  384.  
  385. ToolbarCopy([ToolbarName As String], [DestName As String])
  386.  
  387. Description
  388.  
  389. Copy a selected toolbar.
  390.  
  391. Parameters
  392.  
  393. ToolbarName: string (optional)    The name of the toolbar to copy.
  394.  
  395. DestName: string (optional)    The new name for the copy.
  396.  
  397. ToolbarCreate
  398.  
  399. Syntax
  400.  
  401. ToolbarCreate([ToolbarName As String])
  402.  
  403. Description
  404.  
  405. Create a new toolbar.
  406.  
  407. Parameters
  408.  
  409. ToolbarName: string (optional)    The name for the new toolbar.
  410.  
  411. ToolbarDelete
  412.  
  413. Syntax
  414.  
  415. ToolbarDelete([ToolbarName As String])
  416.  
  417. Description
  418.  
  419. Delete a specified toolbar.
  420.  
  421. Parameters
  422.  
  423. ToolbarName: string (optional)    The name of the toolbar to delete.
  424.  
  425. ToolbarEdit
  426.  
  427. Syntax
  428.  
  429. ToolbarEdit([ToolbarName As String])
  430.  
  431. Description
  432.  
  433. Display the Toolbar Editor dialog box, which is used to add, move, or delete buttons on the current toolbar.
  434.  
  435. Parameters
  436.  
  437. ToolbarName: string (optional)    The name of the toolbar to edit.
  438.  
  439. ToolbarRename
  440.  
  441. Syntax
  442.  
  443. ToolbarRename([ToolbarName As String], [NewName As String])
  444.  
  445. Description
  446.  
  447. Rename a specified toolbar.
  448.  
  449. Parameters
  450.  
  451. ToolbarName: string (optional)    The original name of the toolbar.
  452.  
  453. NewName: string (optional)    The new name for the toolbar.
  454.  
  455. ToolbarSelect
  456.  
  457. Syntax
  458.  
  459. ToolbarSelect([ToolbarName As String])
  460.  
  461. Description
  462.  
  463. Specify a toolbar to display. If no parameter is specified, the default toolbar is displayed.
  464.  
  465. Parameters
  466.  
  467. ToolbarName: string (optional)    The name of the toolbar to display.
  468.  
  469. ToolPaletteEdit
  470.  
  471. Syntax
  472.  
  473. ToolPaletteEdit([ToolPaletteName As String])
  474.  
  475. Description
  476.  
  477. Display the Tool Palette editor dialog box.
  478.  
  479. Parameters
  480.  
  481. ToolPaletteName: string (optional)    The name of the tool palette to edit.
  482.  
  483. TransparentColorDlg
  484.  
  485. Syntax
  486.  
  487. TransparentColorDlg()
  488.  
  489. Description
  490.  
  491. Specify a transparent color for bitmaps.
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.