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

  1. Tab
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Insert a tab.
  10.  
  11. TabAdd
  12.  
  13. Syntax
  14.  
  15. (Position: measurement; Type: enumeration; SpaceBetweenTabs: measurement)
  16.  
  17. Description
  18.  
  19. Add one or more tab sets to the current tab setting. If the parameter SpaceBetweenTabs is included, all tabs following an added tab reset to the new type and spacing.
  20.  
  21. Parameters
  22.  
  23. Position: measurement    The tab position relative to left edge of the page.
  24.  
  25. Type: enumeration    TabCenter!
  26.  
  27. TabCenterDot!
  28.  
  29. TabDecimal!
  30.  
  31. TabDecimalDot!
  32.  
  33. TabLeft!
  34.  
  35. TabLeftDot!
  36.  
  37. TabRight!
  38.  
  39. TabRightDot!
  40.  
  41. SpaceBetweenTabs: measurement (optional)    The amount of space between tab settings.
  42.  
  43. boolean:=TabBarIconShow
  44.  
  45. Syntax
  46.  
  47. (State: enumeration)
  48.  
  49. Description
  50.  
  51. Turn Tab Bar Icons on or off for the current session and return the current state. This command does not change display preferences for Tab Bar Icons.
  52.  
  53. Return Value
  54.  
  55. Returns True if Tab Bar Icons are on, False if not. The current state is returned before the new state specified in the State parameter is set.
  56.  
  57. Parameters
  58.  
  59. State: enumeration    Off!
  60.  
  61. On!
  62.  
  63. TabCenter
  64.  
  65. Syntax
  66.  
  67. (Type: enumeration)
  68.  
  69. Description
  70.  
  71. Insert a Hard Centered Tab code.
  72.  
  73. Parameters
  74.  
  75. Type: enumeration (optional)    DotLeader!
  76.  
  77. Normal!
  78.  
  79. TabCenterDot
  80.  
  81. Syntax
  82.  
  83. ()
  84.  
  85. Description
  86.  
  87. Insert a Hard Centered Tab code with a dot leader. Recordable substitute: TabCenter.
  88.  
  89. TabClearAll
  90.  
  91. Syntax
  92.  
  93. ()
  94.  
  95. Description
  96.  
  97. Clear all tab settings.
  98.  
  99. TabDecimal
  100.  
  101. Syntax
  102.  
  103. (Type: enumeration)
  104.  
  105. Description
  106.  
  107. Insert a hard decimal-aligned tab.
  108.  
  109. Parameters
  110.  
  111. Type: enumeration (optional)    DotLeader!
  112.  
  113. Normal!
  114.  
  115. TabDecimalDot
  116.  
  117. Syntax
  118.  
  119. ()
  120.  
  121. Description
  122.  
  123. Insert a Hard Decimal Tab code with a dot leader. Recordable substitute: TabDecimal.
  124.  
  125. TabDelete
  126.  
  127. Syntax
  128.  
  129. (Position: measurement)
  130.  
  131. Description
  132.  
  133. Delete one tab setting without affecting any other tab settings.
  134.  
  135. Parameters
  136.  
  137. Position: measurement    
  138.  
  139. TabForced
  140.  
  141. Syntax
  142.  
  143. ()
  144.  
  145. Description
  146.  
  147. Insert a forced tab. Forced tabs cannot be replaced by the QuickIndent feature. Recordable substitute: TabInsert.
  148.  
  149. TabInsert
  150.  
  151. Syntax
  152.  
  153. ()
  154.  
  155. Description
  156.  
  157. Insert a tab into the document.
  158.  
  159. TabKey
  160.  
  161. Syntax
  162.  
  163. ()
  164.  
  165. Description
  166.  
  167. Perform the functions of Tab: insert a tab, go to the next table cell, or go to the next outline level, depending on the location of the insertion point.
  168.  
  169. TableAdjustBegin
  170.  
  171. Syntax
  172.  
  173. ()
  174.  
  175. Description
  176.  
  177. Begin table adjustments from the Ruler. Follow with commands such as TableAdjustColumnWidth and TableAdjustPosition, and end with TableAdjustEnd.
  178.  
  179. TableAdjustColumnWidth
  180.  
  181. Syntax
  182.  
  183. (Column: numeric; Width: measurement)
  184.  
  185. Description
  186.  
  187. Specify a column width in WordPerfect units when adjusting columns from the Ruler. Use with TableAdjustBegin and TableAdjustEnd.
  188.  
  189. Parameters
  190.  
  191. Column: numeric    The leftmost column is 0.
  192.  
  193. Width: measurement    
  194.  
  195. TableAdjustEnd
  196.  
  197. Syntax
  198.  
  199. ()
  200.  
  201. Description
  202.  
  203. End table adjustments from the Ruler. Precede with TableAdjustBegin and commands such as TableAdjustColumnWidth and TableAdjustPosition.
  204.  
  205. TableAdjustPosition
  206.  
  207. Syntax
  208.  
  209. (Position: measurement)
  210.  
  211. Description
  212.  
  213. Specify the number of WordPerfect units from the left margin to the left edge of a table when adjusting table position from the Ruler.
  214.  
  215. Parameters
  216.  
  217. Position: measurement    The distance from the left margin to the left edge of the table.
  218.  
  219. TableAlternateFillSet
  220.  
  221. Syntax
  222.  
  223. (State: enumeration; Span: numeric; AlternateSpan: numeric)
  224.  
  225. Description
  226.  
  227. Specify the type of alternating table fill and the cell range to which the fill is applied.
  228.  
  229. Parameters
  230.  
  231. State: enumeration    CheckerBoard!
  232.  
  233. Column!
  234.  
  235. Off!
  236.  
  237. Row!
  238.  
  239. Span: numeric (optional)    The cells to automatically fill.
  240.  
  241. AlternateSpan: numeric (optional)    The cells to automatically fill.
  242.  
  243. TableAppendRow
  244.  
  245. Syntax
  246.  
  247. ()
  248.  
  249. Description
  250.  
  251. Insert a new row below the current row.
  252.  
  253. TableApplyStyle
  254.  
  255. Syntax
  256.  
  257. (Style: any; ResetAttributes: enumeration; ShowIn60: enumeration)
  258.  
  259. Description
  260.  
  261. Apply a table style using Table SpeedFormat.
  262.  
  263. Parameters
  264.  
  265. Style: any    NoTableStyle!
  266.  
  267. TableStyle1!
  268.  
  269. TableStyle10!
  270.  
  271. TableStyle11!
  272.  
  273. TableStyle12!
  274.  
  275. TableStyle13!
  276.  
  277. TableStyle14!
  278.  
  279. TableStyle15!
  280.  
  281. TableStyle16!
  282.  
  283. TableStyle17!
  284.  
  285. TableStyle18!
  286.  
  287. TableStyle19!
  288.  
  289. TableStyle2!
  290.  
  291. TableStyle20!
  292.  
  293. TableStyle21!
  294.  
  295. TableStyle22!
  296.  
  297. TableStyle23!
  298.  
  299. TableStyle24!
  300.  
  301. TableStyle25!
  302.  
  303. TableStyle26!
  304.  
  305. TableStyle27!
  306.  
  307. TableStyle28!
  308.  
  309. TableStyle29!
  310.  
  311. TableStyle3!
  312.  
  313. TableStyle30!
  314.  
  315. TableStyle31!
  316.  
  317. TableStyle32!
  318.  
  319. TableStyle33!
  320.  
  321. TableStyle34!
  322.  
  323. TableStyle35!
  324.  
  325. TableStyle36!
  326.  
  327. TableStyle37!
  328.  
  329. TableStyle38!
  330.  
  331. TableStyle39!
  332.  
  333. TableStyle4!
  334.  
  335. TableStyle40!
  336.  
  337. TableStyle5!
  338.  
  339. TableStyle6!
  340.  
  341. TableStyle7!
  342.  
  343. TableStyle8!
  344.  
  345. TableStyle9!
  346.  
  347. ResetAttributes: enumeration (optional)    Clear the current table settings.
  348.  
  349. No!
  350.  
  351. Yes!
  352.  
  353. ShowIn60: enumeration (optional)    Apply a style on a cell-by-cell basis.
  354.  
  355. No!
  356.  
  357. Yes!
  358.  
  359. TableAttributeOff
  360.  
  361. Syntax
  362.  
  363. ({Attribute: enumeration})
  364.  
  365. Description
  366.  
  367. Turn off the specified font attributes and relative font size attributes in a table.
  368.  
  369. Parameters
  370.  
  371. Attribute: enumeration (optional)    Bold!
  372.  
  373. DoubleUnderline!
  374.  
  375. Every!
  376.  
  377. ExtraLarge!
  378.  
  379. Fine!
  380.  
  381. Italics!
  382.  
  383. Large!
  384.  
  385. Outline!
  386.  
  387. Redline!
  388.  
  389. Shadow!
  390.  
  391. Small!
  392.  
  393. SmallCaps!
  394.  
  395. Strikeout!
  396.  
  397. Subscript!
  398.  
  399. Superscript!
  400.  
  401. Underline!
  402.  
  403. VeryLarge!
  404.  
  405. TableAttributeOn
  406.  
  407. Syntax
  408.  
  409. ({Attribute: enumeration})
  410.  
  411. Description
  412.  
  413. Turn on the specified character attributes in a table.
  414.  
  415. Parameters
  416.  
  417. Attribute: enumeration (optional)    Bold!
  418.  
  419. DoubleUnderline!
  420.  
  421. ExtraLarge!
  422.  
  423. Fine!
  424.  
  425. Italics!
  426.  
  427. Large!
  428.  
  429. Outline!
  430.  
  431. Redline!
  432.  
  433. Shadow!
  434.  
  435. Small!
  436.  
  437. SmallCaps!
  438.  
  439. Strikeout!
  440.  
  441. Subscript!
  442.  
  443. Superscript!
  444.  
  445. Underline!
  446.  
  447. VeryLarge!
  448.  
  449. TableAutoCalc
  450.  
  451. Syntax
  452.  
  453. (State: enumeration)
  454.  
  455. Description
  456.  
  457. Specify automatic calculation for tables.
  458.  
  459. Parameters
  460.  
  461. State: enumeration    AutoDoc!
  462.  
  463. AutoTbl!
  464.  
  465. Off!
  466.  
  467. TableAutoFill
  468.  
  469. Syntax
  470.  
  471. ()
  472.  
  473. Description
  474.  
  475. Use TableDataFill to increment values across a row or down a column.
  476.  
  477. TableBlockOff
  478.  
  479. Syntax
  480.  
  481. ()
  482.  
  483. Description
  484.  
  485. Turn off Select in a table.
  486.  
  487. TableBlockOn
  488.  
  489. Syntax
  490.  
  491. ()
  492.  
  493. Description
  494.  
  495. Turn on Select in a table.
  496.  
  497. TableBorder
  498.  
  499. Syntax
  500.  
  501. (Style: any)
  502.  
  503. Description
  504.  
  505. Specify a table border type. Use with commands such as TableBorderEditBegin and TableBorderEditEnd.
  506.  
  507. Parameters
  508.  
  509. Style: any    ButtonBorder!
  510.  
  511. ColumnBorderAll!
  512.  
  513. ColumnBorderBetween!
  514.  
  515. DashedBorder!
  516.  
  517. DottedBorder!
  518.  
  519. DoubleBorder!
  520.  
  521. ExtraThickBorder!
  522.  
  523. HeavyDoubleBorder!
  524.  
  525. HeavySingleBorder!
  526.  
  527. NoBorder!
  528.  
  529. SingleBorder!
  530.  
  531. SpacingOnly!
  532.  
  533. ThickBorder!
  534.  
  535. ThickThinBorder!
  536.  
  537. ThickTopBottomBorder!
  538.  
  539. ThinThickBorder!
  540.  
  541. TableBorderEditBegin
  542.  
  543. Syntax
  544.  
  545. ()
  546.  
  547. Description
  548.  
  549. Begin table border editing. Follow with editing commands and TableBorderEditEnd.
  550.  
  551. TableBorderEditEnd
  552.  
  553. Syntax
  554.  
  555. (State: enumeration)
  556.  
  557. Description
  558.  
  559. Save table border editing changes. Precede with TableBorderEditBegin and editing commands.
  560.  
  561. Parameters
  562.  
  563. State: enumeration    Cancel!
  564.  
  565. Save!
  566.  
  567. TableCalculate
  568.  
  569. Syntax
  570.  
  571. ()
  572.  
  573. Description
  574.  
  575. Calculate the formula values in the current table or selected cells.
  576.  
  577. TableCalculateAll
  578.  
  579. Syntax
  580.  
  581. ()
  582.  
  583. Description
  584.  
  585. Calculate the formula values for all tables and floating cells in the current document.
  586.  
  587. TableCalculateDlg
  588.  
  589. Syntax
  590.  
  591. ()
  592.  
  593. Description
  594.  
  595. Display the Calculate dialog box.
  596.  
  597. TableCellAttributeOff
  598.  
  599. Syntax
  600.  
  601. ({Attribute: enumeration})
  602.  
  603. Description
  604.  
  605. Turn off the specified font appearance, position, and relative size attributes in the selected cells.
  606.  
  607. Parameters
  608.  
  609. Attribute: enumeration (optional)    Bold!
  610.  
  611. DoubleUnderline!
  612.  
  613. Every!
  614.  
  615. ExtraLarge!
  616.  
  617. Fine!
  618.  
  619. Italics!
  620.  
  621. Large!
  622.  
  623. Outline!
  624.  
  625. Redline!
  626.  
  627. Shadow!
  628.  
  629. Small!
  630.  
  631. SmallCaps!
  632.  
  633. Strikeout!
  634.  
  635. Subscript!
  636.  
  637. Superscript!
  638.  
  639. Underline!
  640.  
  641. VeryLarge!
  642.  
  643. TableCellAttributeOn
  644.  
  645. Syntax
  646.  
  647. ({Attribute: enumeration})
  648.  
  649. Description
  650.  
  651. Apply the specified font appearance, position, and relative size attributes of the selected cells.
  652.  
  653. Parameters
  654.  
  655. Attribute: enumeration (optional)    Bold!
  656.  
  657. DoubleUnderline!
  658.  
  659. ExtraLarge!
  660.  
  661. Fine!
  662.  
  663. Italics!
  664.  
  665. Large!
  666.  
  667. Outline!
  668.  
  669. Redline!
  670.  
  671. Shadow!
  672.  
  673. Small!
  674.  
  675. SmallCaps!
  676.  
  677. Strikeout!
  678.  
  679. Subscript!
  680.  
  681. Superscript!
  682.  
  683. Underline!
  684.  
  685. VeryLarge!
  686.  
  687. TableCellCopy
  688.  
  689. Syntax
  690.  
  691. (CopyType: enumeration; Count: numeric)
  692.  
  693. Description
  694.  
  695. Copy the content of the specified cell(s) to the Clipboard, and paste it in the cell(s) specified by the CopyType parameter.
  696.  
  697. Parameters
  698.  
  699. CopyType: enumeration    Cell!
  700.  
  701. Down!
  702.  
  703. Right!
  704.  
  705. Count: numeric (optional)    The number of cells to paste the copied cell into. Use when the CopyType parameter is Down! or Right!.
  706.  
  707. TableCellDiagonalLine
  708.  
  709. Syntax
  710.  
  711. (Diagonal: enumeration)
  712.  
  713. Description
  714.  
  715. Add diagonal lines to a table cell.
  716.  
  717. Parameters
  718.  
  719. Diagonal: enumeration    BotLeftToTopRight!
  720.  
  721. None!
  722.  
  723. TopLeftToBotRight!
  724.  
  725. TwoDiagonals!
  726.  
  727. numeric:=TableCellDiagonalLineQry
  728.  
  729. Syntax
  730.  
  731. ()
  732.  
  733. Description
  734.  
  735. Return the diagonal lines options to active in the current table selection.
  736.  
  737. Return Value
  738.  
  739. 0    None
  740.  
  741. 1    Bottom Left to Top Right
  742.  
  743. 2    Top Left to Bottom Right
  744.  
  745. 3    Two Diagonals
  746.  
  747. TableCellFillColors
  748.  
  749. Syntax
  750.  
  751. (ForeColorName: string; ForeColorRed: numeric; ForeColorGreen: numeric; ForeColorBlue: numeric; ForeColorShade: numeric; BackColorName: string; BackColorRed: numeric; BackColorGreen: numeric; BackColorBlue: numeric; BackColorShade: numeric)
  752.  
  753. Description
  754.  
  755. Specify the foreground and background colors for the current cell or selected cells.
  756.  
  757. Parameters
  758.  
  759. ForeColorName: string (optional)    The name of the foreground color.
  760.  
  761. ForeColorRed: numeric (optional)    Value: 0-255.
  762.  
  763. ForeColorGreen: numeric (optional)    Value: 0-255.
  764.  
  765. ForeColorBlue: numeric (optional)    Value: 0-255.
  766.  
  767. ForeColorShade: numeric (optional)    Percent: 0-100.
  768.  
  769. BackColorName: string (optional)    The name of the background color.
  770.  
  771. BackColorRed: numeric (optional)    Value: 0-255.
  772.  
  773. BackColorGreen: numeric (optional)    Value: 0-255.
  774.  
  775. BackColorBlue: numeric (optional)    Value: 0-255.
  776.  
  777. BackColorShade: numeric (optional)    Percent: 0-100.
  778.  
  779. TableCellFillStyle
  780.  
  781. Syntax
  782.  
  783. (FillPattern: any)
  784.  
  785. Description
  786.  
  787. Specify a shading style for the current cell or selected cells.
  788.  
  789. Parameters
  790.  
  791. FillPattern: any    Fill10!
  792.  
  793. Fill100!
  794.  
  795. Fill20!
  796.  
  797. Fill30!
  798.  
  799. Fill40!
  800.  
  801. Fill5!
  802.  
  803. Fill50!
  804.  
  805. Fill60!
  806.  
  807. Fill70!
  808.  
  809. Fill80!
  810.  
  811. Fill90!
  812.  
  813. FillButton!
  814.  
  815. NoFill!
  816.  
  817. TableCellIgnoreCalculation
  818.  
  819. Syntax
  820.  
  821. (State: enumeration)
  822.  
  823. Description
  824.  
  825. Specify one or more selected cells to ignore when calculating formulas.
  826.  
  827. Parameters
  828.  
  829. State: enumeration    No!
  830.  
  831. Yes!
  832.  
  833. TableCellJustification
  834.  
  835. Syntax
  836.  
  837. (Mode: enumeration)
  838.  
  839. Description
  840.  
  841. Justify the current cell or selected cells.
  842.  
  843. Parameters
  844.  
  845. Mode: enumeration    Center!
  846.  
  847. DecAlign!
  848.  
  849. Full!
  850.  
  851. FullAll!
  852.  
  853. Left!
  854.  
  855. Right!
  856.  
  857. TableCellLine
  858.  
  859. Syntax
  860.  
  861. (Position: enumeration; Style: any)
  862.  
  863. Description
  864.  
  865. Change the specified lines around a cell or selected cells, or between selected cells.
  866.  
  867. Parameters
  868.  
  869. Position: enumeration    Bottom!
  870.  
  871. Inside!
  872.  
  873. Left!
  874.  
  875. Outside!
  876.  
  877. Right!
  878.  
  879. Top!
  880.  
  881. Style: any    ButtonBottomRightLine!
  882.  
  883. ButtonTopLeftLine!
  884.  
  885. DashedLine!
  886.  
  887. DottedLine!
  888.  
  889. DoubleLine!
  890.  
  891. ExtraThickLine!
  892.  
  893. HeavyDoubleLine!
  894.  
  895. HeavySingleLine!
  896.  
  897. NoLine!
  898.  
  899. SingleLine!
  900.  
  901. TableDefaultLine!
  902.  
  903. ThickLine!
  904.  
  905. ThickThinLine!
  906.  
  907. ThinThickLine!
  908.  
  909. TableCellLineColor
  910.  
  911. Syntax
  912.  
  913. (ColorName: string; Red: numeric; Green: numeric; Blue: numeric; Shade: numeric)
  914.  
  915. Description
  916.  
  917. Specify the line color of the current cell or selected cells.
  918.  
  919. Parameters
  920.  
  921. ColorName: string (optional)    This parameter has been left in for backward compatability with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
  922.  
  923. Red: numeric (optional)    Value: 0-255.
  924.  
  925. Green: numeric (optional)    Value: 0-255.
  926.  
  927. Blue: numeric (optional)    Value: 0-255.
  928.  
  929. Shade: numeric (optional)    Percent: 0-100.
  930.  
  931. TableCellLock
  932.  
  933. Syntax
  934.  
  935. (State: enumeration)
  936.  
  937. Description
  938.  
  939. Lock the current cell or selected cells.
  940.  
  941. Parameters
  942.  
  943. State: enumeration    No!
  944.  
  945. Yes!
  946.  
  947. TableCellLockToggle
  948.  
  949. Syntax
  950.  
  951. ()
  952.  
  953. Description
  954.  
  955. Lock or unlock the current cell or selected cells.
  956.  
  957. TableCellNumberAlignCurrency
  958.  
  959. Syntax
  960.  
  961. (State: enumeration)
  962.  
  963. Description
  964.  
  965. Align the currency symbols in the current cell or selected cells.
  966.  
  967. Parameters
  968.  
  969. State: enumeration    No!
  970.  
  971. Yes!
  972.  
  973. TableCellNumberDateFormat
  974.  
  975. Syntax
  976.  
  977. (DateFormatNumber: numeric)
  978.  
  979. Description
  980.  
  981. Specify a date format for one or more selected cells.
  982.  
  983. Parameters
  984.  
  985. DateFormatNumber: numeric    1 July 5, 1959
  986.  
  987. 2 7/5/59
  988.  
  989. 3 Jul 5, 1959
  990.  
  991. 4 5 July 1959
  992.  
  993. 5 Sunday, July 5, 1959
  994.  
  995. 6 12:00 pm
  996.  
  997. 7 05Jul59
  998.  
  999. 8 July 5, 1959 (12:00pm)
  1000.  
  1001. 9 1959-07-05
  1002.  
  1003. 10 7/5
  1004.  
  1005. 11 Jul 5
  1006.  
  1007. 12 12:00:00
  1008.  
  1009. TableCellNumberDecimalDigits
  1010.  
  1011. Syntax
  1012.  
  1013. (NumDigits: numeric)
  1014.  
  1015. Description
  1016.  
  1017. Specify how many digits appear after the decimal. Use when the FormatType parameter of TableCellNumberFormat is Fixed2!.
  1018.  
  1019. Parameters
  1020.  
  1021. NumDigits: numeric    The number of digits appearing after the decimal.
  1022.  
  1023. TableCellNumberFormat
  1024.  
  1025. Syntax
  1026.  
  1027. (FormatType: enumeration)
  1028.  
  1029. Description
  1030.  
  1031. Specify a number format for the current cell or selected cells.
  1032.  
  1033. Parameters
  1034.  
  1035. FormatType: enumeration    Accounting!
  1036.  
  1037. Commas!
  1038.  
  1039. Currency!
  1040.  
  1041. DateFormat!
  1042.  
  1043. Fixed2!
  1044.  
  1045. General!
  1046.  
  1047. Integer!
  1048.  
  1049. Percent!
  1050.  
  1051. Scientific!
  1052.  
  1053. TextOnly!
  1054.  
  1055. TableCellNumberNegativeNumber
  1056.  
  1057. Syntax
  1058.  
  1059. (NegDisplayType: enumeration)
  1060.  
  1061. Description
  1062.  
  1063. Specify how to display negative numbers in the current cell or selected cells.
  1064.  
  1065. Parameters
  1066.  
  1067. NegDisplayType: enumeration    CRDR!
  1068.  
  1069. Minus!
  1070.  
  1071. Parentheses!
  1072.  
  1073. TableCellNumberRound
  1074.  
  1075. Syntax
  1076.  
  1077. (State: enumeration)
  1078.  
  1079. Description
  1080.  
  1081. Convert round numbers entered as decimals to integers. Use when the FormatType parameter of TableCellNumberFormat is Integer!.
  1082.  
  1083. Parameters
  1084.  
  1085. State: enumeration    No!
  1086.  
  1087. Yes!
  1088.  
  1089. TableCellNumberSelectCurrency
  1090.  
  1091. Syntax
  1092.  
  1093. (IntlCurrency: enumeration)
  1094.  
  1095. Description
  1096.  
  1097. Specify an international currency type for the current cell or selected cells.
  1098.  
  1099. Parameters
  1100.  
  1101. IntlCurrency: enumeration    DefaultCurrency!
  1102.  
  1103. Dollar!
  1104.  
  1105. Peso!
  1106.  
  1107. FrenchCanada!
  1108.  
  1109. Canada!
  1110.  
  1111. Brazil!
  1112.  
  1113. Denmark!
  1114.  
  1115. Peseta!
  1116.  
  1117. Croatia!
  1118.  
  1119. CzechRepublic!
  1120.  
  1121. SlovakRepublic!
  1122.  
  1123. Finland!
  1124.  
  1125. FinlandIntl!
  1126.  
  1127. France!
  1128.  
  1129. Germany!
  1130.  
  1131. Greece!
  1132.  
  1133. Hungary!
  1134.  
  1135. Iceland!
  1136.  
  1137. Italy!
  1138.  
  1139. Japan!
  1140.  
  1141. Netherlands!
  1142.  
  1143. Norway!
  1144.  
  1145. NorwayIntl!
  1146.  
  1147. Ruble!
  1148.  
  1149. RussianRuble!
  1150.  
  1151. SouthAfrica!
  1152.  
  1153. Sweden!
  1154.  
  1155. Turkey!
  1156.  
  1157. UnitedKingdom!
  1158.  
  1159. Switzerland!
  1160.  
  1161. Austria!
  1162.  
  1163. Belgium!
  1164.  
  1165. Ecuador!
  1166.  
  1167. ElSalvador!
  1168.  
  1169. Guatemala!
  1170.  
  1171. Honduras!
  1172.  
  1173. Paraguay!
  1174.  
  1175. Venezuela!
  1176.  
  1177. Poland!
  1178.  
  1179. Slovenia!
  1180.  
  1181. Israel!
  1182.  
  1183. Korea!
  1184.  
  1185. China!
  1186.  
  1187. Taiwan!
  1188.  
  1189. HongKong!
  1190.  
  1191. Singapore!
  1192.  
  1193. Portugal!
  1194.  
  1195. BelgiumFrench!
  1196.  
  1197. Euro!
  1198.  
  1199. TableCellNumberUseCommas
  1200.  
  1201. Syntax
  1202.  
  1203. (State: enumeration)
  1204.  
  1205. Description
  1206.  
  1207. Display commas in numbers with more than three digits to the left of the decimal.
  1208.  
  1209. Parameters
  1210.  
  1211. State: enumeration    No!
  1212.  
  1213. Yes!
  1214.  
  1215. TableCellNumberUseCurrency
  1216.  
  1217. Syntax
  1218.  
  1219. (IntlCurrency: enumeration)
  1220.  
  1221. Description
  1222.  
  1223. Display a currency symbol with numbers.
  1224.  
  1225. Parameters
  1226.  
  1227. State: enumeration    No!
  1228.  
  1229. Yes!
  1230.  
  1231. TableCellRotateContents
  1232.  
  1233. Syntax
  1234.  
  1235. (Angle: enumeration)
  1236.  
  1237. Description
  1238.  
  1239. Rotate the contents of the selected table cell(s).
  1240.  
  1241. Parameters
  1242.  
  1243. Angle: enumeration    Degrees180!
  1244.  
  1245. Degrees270!
  1246.  
  1247. Degrees90!
  1248.  
  1249. None!
  1250.  
  1251. TableCellUseColumnAttribute
  1252.  
  1253. Syntax
  1254.  
  1255. (State: enumeration)
  1256.  
  1257. Description
  1258.  
  1259. Apply a specified column attribute to the current cell or selected cells.
  1260.  
  1261. Parameters
  1262.  
  1263. State: enumeration    No!
  1264.  
  1265. Yes!
  1266.  
  1267. TableCellUseColumnJust
  1268.  
  1269. Syntax
  1270.  
  1271. (State: enumeration)
  1272.  
  1273. Description
  1274.  
  1275. Turn column justification on or off in the current cell.
  1276.  
  1277. Parameters
  1278.  
  1279. State: enumeration    No!
  1280.  
  1281. Yes!
  1282.  
  1283. TableCellUseColumnNumberType
  1284.  
  1285. Syntax
  1286.  
  1287. (State: enumeration)
  1288.  
  1289. Description
  1290.  
  1291. Turn the current column number type on or off in the current cell or selected cells.
  1292.  
  1293. Parameters
  1294.  
  1295. State: enumeration    No!
  1296.  
  1297. Yes!
  1298.  
  1299. TableCellUseLineColor
  1300.  
  1301. Syntax
  1302.  
  1303. ()
  1304.  
  1305. Description
  1306.  
  1307. Turn on table line color for the current cell or selected cells.
  1308.  
  1309. TableCellVerticalAlignment
  1310.  
  1311. Syntax
  1312.  
  1313. (Alignment: enumeration)
  1314.  
  1315. Description
  1316.  
  1317. Align the current cell or selected cells vertically.
  1318.  
  1319. Parameters
  1320.  
  1321. Alignment: enumeration    Bottom!
  1322.  
  1323. Center!
  1324.  
  1325. Top!
  1326.  
  1327. TableCellsJoin
  1328.  
  1329. Syntax
  1330.  
  1331. ()
  1332.  
  1333. Description
  1334.  
  1335. Join the selected table cells to form one cell. Recordable substitute: TableJoinCells.
  1336.  
  1337. TableColumnAttributeOff
  1338.  
  1339. Syntax
  1340.  
  1341. ({Attribute: enumeration})
  1342.  
  1343. Description
  1344.  
  1345. Turn off the specified character attributes in a table column. Not recordable.
  1346.  
  1347. Parameters
  1348.  
  1349. Attribute: enumeration (optional)    Bold!
  1350.  
  1351. DoubleUnderline!
  1352.  
  1353. Every!
  1354.  
  1355. ExtraLarge!
  1356.  
  1357. Fine!
  1358.  
  1359. Italics!
  1360.  
  1361. Large!
  1362.  
  1363. Outline!
  1364.  
  1365. Redline!
  1366.  
  1367. Shadow!
  1368.  
  1369. Small!
  1370.  
  1371. SmallCaps!
  1372.  
  1373. Strikeout!
  1374.  
  1375. Subscript!
  1376.  
  1377. Superscript!
  1378.  
  1379. Underline!
  1380.  
  1381. VeryLarge!
  1382.  
  1383. TableColumnAttributeOn
  1384.  
  1385. Syntax
  1386.  
  1387. ({Attribute: enumeration})
  1388.  
  1389. Description
  1390.  
  1391. Turn on the specified character attributes in a table column. Not recordable.
  1392.  
  1393. Parameters
  1394.  
  1395. Attribute: enumeration (optional)    Bold!
  1396.  
  1397. DoubleUnderline!
  1398.  
  1399. ExtraLarge!
  1400.  
  1401. Fine!
  1402.  
  1403. Italics!
  1404.  
  1405. Large!
  1406.  
  1407. Outline!
  1408.  
  1409. Redline!
  1410.  
  1411. Shadow!
  1412.  
  1413. Small!
  1414.  
  1415. SmallCaps!
  1416.  
  1417. Strikeout!
  1418.  
  1419. Subscript!
  1420.  
  1421. Superscript!
  1422.  
  1423. Underline!
  1424.  
  1425. VeryLarge!
  1426.  
  1427. TableColumnDecimalAlignDigits
  1428.  
  1429. Syntax
  1430.  
  1431. (Digits: numeric)
  1432.  
  1433. Description
  1434.  
  1435. Specify the number of digits to display between the decimal point and the right edge of cells with decimal align justification in the current column.
  1436.  
  1437. Parameters
  1438.  
  1439. Digits: numeric    The number of digits to display between the decimal point and right edge of the cell.
  1440.  
  1441. TableColumnDecimalAlignDist
  1442.  
  1443. Syntax
  1444.  
  1445. (Distance: measurement)
  1446.  
  1447. Description
  1448.  
  1449. Specify the distance between the decimal and the right edge of cells with decimal align justification in the current column.
  1450.  
  1451. Parameters
  1452.  
  1453. Distance: measurement    The distance between the decimal and the right edge of the cell.
  1454.  
  1455. TableColumnFixedWidth
  1456.  
  1457. Syntax
  1458.  
  1459. (State: enumeration)
  1460.  
  1461. Description
  1462.  
  1463. Specify a fixed column width.
  1464.  
  1465. Parameters
  1466.  
  1467. State: enumeration    No!
  1468.  
  1469. Yes!
  1470.  
  1471. TableColumnJustification
  1472.  
  1473. Syntax
  1474.  
  1475. (Mode: enumeration)
  1476.  
  1477. Description
  1478.  
  1479. Specify column justification.
  1480.  
  1481. Parameters
  1482.  
  1483. Mode: enumeration    Center!
  1484.  
  1485. DecAlign!
  1486.  
  1487. Full!
  1488.  
  1489. FullAll!
  1490.  
  1491. Left!
  1492.  
  1493. Right!
  1494.  
  1495. TableColumnMarginLeft
  1496.  
  1497. Syntax
  1498.  
  1499. (Margin: measurement)
  1500.  
  1501. Description
  1502.  
  1503. Specify the distance between the left edge of a column and the text in the column.
  1504.  
  1505. Parameters
  1506.  
  1507. Margin: measurement    The amount of space for the left margin.
  1508.  
  1509. TableColumnMarginRight
  1510.  
  1511. Syntax
  1512.  
  1513. (Margin: measurement)
  1514.  
  1515. Description
  1516.  
  1517. Specify the distance between the right edge of a column and the text in the column.
  1518.  
  1519. Parameters
  1520.  
  1521. Margin: measurement    The amount of space for the right margin.
  1522.  
  1523. TableColumnNumberAlignCurrency
  1524.  
  1525. Syntax
  1526.  
  1527. (State: enumeration)
  1528.  
  1529. Description
  1530.  
  1531. Align the currency symbols in a column.
  1532.  
  1533. Parameters
  1534.  
  1535. State: enumeration    No!
  1536.  
  1537. Yes!
  1538.  
  1539. TableColumnNumberDateFormat
  1540.  
  1541. Syntax
  1542.  
  1543. (DateFmtNum: numeric)
  1544.  
  1545. Description
  1546.  
  1547. Specify a date format for the current column.
  1548.  
  1549. Parameters
  1550.  
  1551. DateFmtNum: numeric    1 July 5, 1959
  1552.  
  1553. 2 7/5/59
  1554.  
  1555. 3 Jul 5, 1959
  1556.  
  1557. 4 5 July 1959
  1558.  
  1559. 5 Sunday, July 5, 1959
  1560.  
  1561. 6 12:00 pm
  1562.  
  1563. 7 5Jul59
  1564.  
  1565. 8 July 5, 1959 (12:00pm)
  1566.  
  1567. 9 1959-07-05
  1568.  
  1569. 10 7/5
  1570.  
  1571. 11 Jul 5
  1572.  
  1573. 12 15:02:02
  1574.  
  1575. TableColumnNumberDecimalDigits
  1576.  
  1577. Syntax
  1578.  
  1579. (NumDigits: numeric)
  1580.  
  1581. Description
  1582.  
  1583. Specify the number of digits after the decimal when TableColumnNumberFormat is Fixed2!. Precede with TableColumnNumberFormat.
  1584.  
  1585. Parameters
  1586.  
  1587. NumDigits: numeric    The number of digits after the decimal.
  1588.  
  1589. TableColumnNumberFormat
  1590.  
  1591. Syntax
  1592.  
  1593. (FormatType: enumeration)
  1594.  
  1595. Description
  1596.  
  1597. Specify a number format for the current column.
  1598.  
  1599. Parameters
  1600.  
  1601. FormatType: enumeration    Accounting!
  1602.  
  1603. Commas!
  1604.  
  1605. Currency!
  1606.  
  1607. DateFormat!
  1608.  
  1609. Fixed2!
  1610.  
  1611. General!
  1612.  
  1613. Integer!
  1614.  
  1615. Percent!
  1616.  
  1617. Scientific!
  1618.  
  1619. TextOnly!
  1620.  
  1621. TableColumnNumberNegNumber
  1622.  
  1623. Syntax
  1624.  
  1625. (NegDisplayType: enumeration)
  1626.  
  1627. Description
  1628.  
  1629. Specify how to display negative numbers in the current column.
  1630.  
  1631. Parameters
  1632.  
  1633. NegDisplayType: enumeration    CRDR!
  1634.  
  1635. Minus!
  1636.  
  1637. Parentheses!
  1638.  
  1639. TableColumnNumberRound
  1640.  
  1641. Syntax
  1642.  
  1643. (State: enumeration)
  1644.  
  1645. Description
  1646.  
  1647. Round numbers entered as decimals to integers in the current column when TableColumnNumberFormat is set to Integer!.
  1648.  
  1649. Parameters
  1650.  
  1651. State: enumeration    No!
  1652.  
  1653. Yes!
  1654.  
  1655. TableColumnNumberSelCurrency
  1656.  
  1657. Syntax
  1658.  
  1659. (IntlCurrency: enumeration)
  1660.  
  1661. Description
  1662.  
  1663. Specify a currency type for the current column.
  1664.  
  1665. Parameters
  1666.  
  1667. IntlCurrency: enumeration    DefaultCurrency!
  1668.  
  1669. Dollar!
  1670.  
  1671. Peso!
  1672.  
  1673. FrenchCanada!
  1674.  
  1675. Canada!
  1676.  
  1677. Brazil!
  1678.  
  1679. Denmark!
  1680.  
  1681. Peseta!
  1682.  
  1683. Croatia!
  1684.  
  1685. CzechRepublic!
  1686.  
  1687. SlovakRepublic!
  1688.  
  1689. Finland!
  1690.  
  1691. FinlandIntl!
  1692.  
  1693. France!
  1694.  
  1695. Germany!
  1696.  
  1697. Greece!
  1698.  
  1699. Hungary!
  1700.  
  1701. Iceland!
  1702.  
  1703. Italy!
  1704.  
  1705. Japan!
  1706.  
  1707. Netherlands!
  1708.  
  1709. Norway!
  1710.  
  1711. NorwayIntl!
  1712.  
  1713. Ruble!
  1714.  
  1715. RussianRuble!
  1716.  
  1717. SouthAfrica!
  1718.  
  1719. Sweden!
  1720.  
  1721. Turkey!
  1722.  
  1723. UnitedKingdom!
  1724.  
  1725. Switzerland!
  1726.  
  1727. Austria!
  1728.  
  1729. Belgium!
  1730.  
  1731. Ecuador!
  1732.  
  1733. ElSalvador!
  1734.  
  1735. Guatemala!
  1736.  
  1737. Honduras!
  1738.  
  1739. Paraguay!
  1740.  
  1741. Venezuela!
  1742.  
  1743. Poland!
  1744.  
  1745. Slovenia!
  1746.  
  1747. Israel!
  1748.  
  1749. Korea!
  1750.  
  1751. China!
  1752.  
  1753. Taiwan!
  1754.  
  1755. HongKong!
  1756.  
  1757. Singapore!
  1758.  
  1759. Portugal!
  1760.  
  1761. BelgiumFrench!
  1762.  
  1763. Euro!
  1764.  
  1765. TableColumnNumberUseCommas
  1766.  
  1767. Syntax
  1768.  
  1769. (State: enumeration)
  1770.  
  1771. Description
  1772.  
  1773. Display commas in numbers with three or more digits to the left of the decimal.
  1774.  
  1775. Parameters
  1776.  
  1777. State: enumeration    No!
  1778.  
  1779. Yes!
  1780.  
  1781. TableColumnNumberUseCurrency
  1782.  
  1783. Syntax
  1784.  
  1785. (State: enumeration)
  1786.  
  1787. Description
  1788.  
  1789. Display a currency symbol with numbers.
  1790.  
  1791. Parameters
  1792.  
  1793. State: enumeration    No!
  1794.  
  1795. Yes!
  1796.  
  1797. TableColumnsFixedWidth
  1798.  
  1799. Syntax
  1800.  
  1801. (State: enumeration)
  1802.  
  1803. Description
  1804.  
  1805. Turn on the fixed-width option for all columns in the current table.
  1806.  
  1807. Parameters
  1808.  
  1809. State: enumeration    No!
  1810.  
  1811. Yes!
  1812.  
  1813. TableColumnSize2Fit
  1814.  
  1815. Syntax
  1816.  
  1817. ()
  1818.  
  1819. Description
  1820.  
  1821. Adjust the table-column width to the width of a selected cell or to fit data.
  1822.  
  1823. TableColumnWidth
  1824.  
  1825. Syntax
  1826.  
  1827. (ColumnWidth: measurement)
  1828.  
  1829. Description
  1830.  
  1831. Specify the width of the current column.
  1832.  
  1833. Parameters
  1834.  
  1835. ColumnWidth: measurement    The width of the column.
  1836.  
  1837. TableColumnWidthEqualize
  1838.  
  1839. Syntax
  1840.  
  1841. ()
  1842.  
  1843. Description
  1844.  
  1845. Make the widths of all the selected columns equal. This command sums the widths of the selected columns, finds the average, and applies it to each of the selected columns.
  1846.  
  1847. TableColumnWidthGrow
  1848.  
  1849. Syntax
  1850.  
  1851. ()
  1852.  
  1853. Description
  1854.  
  1855. Increase the width of a table column.
  1856.  
  1857. TableColumnWidthShrink
  1858.  
  1859. Syntax
  1860.  
  1861. ()
  1862.  
  1863. Description
  1864.  
  1865. Decrease the width of a table column.
  1866.  
  1867. TableConvertDlg
  1868.  
  1869. Syntax
  1870.  
  1871. ()
  1872.  
  1873. Description
  1874.  
  1875. Display the Convert Table dialog box. If no text is selected, the macro ends or goes to the ONERROR label.
  1876.  
  1877. TableConvertFrom
  1878.  
  1879. Syntax
  1880.  
  1881. (Type: enumeration)
  1882.  
  1883. Description
  1884.  
  1885. Convert the selected text in tabular or parallel columns to a table.
  1886.  
  1887. Parameters
  1888.  
  1889. Type: enumeration    TabularColumns!
  1890.  
  1891. ParallelColumns!
  1892.  
  1893. MergeDataFile!
  1894.  
  1895. TableCopy
  1896.  
  1897. Syntax
  1898.  
  1899. (Copy: enumeration)
  1900.  
  1901. Description
  1902.  
  1903. Copy the contents of the selected cells to the current column or the current row using (Block!). TableMoveModeEnd inserts selected cells into the table. To record, first select two or more cells.
  1904.  
  1905. Parameters
  1906.  
  1907. Copy: enumeration    Block!
  1908.  
  1909. Column!
  1910.  
  1911. Row!
  1912.  
  1913. TableCopyFormula
  1914.  
  1915. Syntax
  1916.  
  1917. (CellIDCntToCell: enumeration; Where: any)
  1918.  
  1919. Description
  1920.  
  1921. Copy a formula from the current cell to another cell.
  1922.  
  1923. Parameters
  1924.  
  1925. CellIDCntToCell: enumeration    Cell!
  1926.  
  1927. Down!
  1928.  
  1929. Right!
  1930.  
  1931. Where: any (optional)    The cell address if CellIDCntToCell is Cell! or Right!
  1932.  
  1933. TableCreate
  1934.  
  1935. Syntax
  1936.  
  1937. (Columns: numeric; Rows: numeric)
  1938.  
  1939. Description
  1940.  
  1941. Create a table.
  1942.  
  1943. Parameters
  1944.  
  1945. Columns: numeric    The number of columns in the new table.
  1946.  
  1947. Rows: numeric    The number of rows in the new table.
  1948.  
  1949. TableCreateDlg
  1950.  
  1951. Syntax
  1952.  
  1953. ()
  1954.  
  1955. Description
  1956.  
  1957. Display the Create Table dialog box.
  1958.  
  1959. TableCreateNewDlg
  1960.  
  1961. Syntax
  1962.  
  1963. ()
  1964.  
  1965. Description
  1966.  
  1967. Display the Create Table dialog box. Recordable equivalent: TableCreateDlg
  1968.  
  1969. TableDataFill
  1970.  
  1971. Syntax
  1972.  
  1973. ()
  1974.  
  1975. Description
  1976.  
  1977. Fill a cell with a formula or data. Select at least two cells. The first must contain data or a formula. At least one other selected cell must be empty.
  1978.  
  1979. TableDecimalAlignmentDigits
  1980.  
  1981. Syntax
  1982.  
  1983. (Number: numeric)
  1984.  
  1985. Description
  1986.  
  1987. Specify the number of digits between the decimal point and the right edge of cells.
  1988.  
  1989. Parameters
  1990.  
  1991. Number: numeric (optional)    The number of digits between the decimal and the right edge of the cell.
  1992.  
  1993. TableDecimalAlignmentDistance
  1994.  
  1995. Syntax
  1996.  
  1997. (Position: measurement)
  1998.  
  1999. Description
  2000.  
  2001. Specify the distance between the decimal and the right edge of cells.
  2002.  
  2003. Parameters
  2004.  
  2005. Position: measurement (optional)    The space between the decimal and the right edge of the cell.
  2006.  
  2007. TableDefaultLine
  2008.  
  2009. Syntax
  2010.  
  2011. (Style: any)
  2012.  
  2013. Description
  2014.  
  2015. Specify the default line style of a table.
  2016.  
  2017. Parameters
  2018.  
  2019. Style: any    Enclose user-defined graphics line styles in quotation marks.
  2020.  
  2021. ButtonBottomRightLine!
  2022.  
  2023. ButtonTopLeftLine!
  2024.  
  2025. DashedLine!
  2026.  
  2027. DottedLine!
  2028.  
  2029. DoubleLine!
  2030.  
  2031. ExtraThickLine!
  2032.  
  2033. HeavyDoubleLine!
  2034.  
  2035. HeavySingleLine!
  2036.  
  2037. NoLine!
  2038.  
  2039. SingleLine!
  2040.  
  2041. TableDefaultLine!
  2042.  
  2043. ThickLine!
  2044.  
  2045. ThickThinLine!
  2046.  
  2047. ThinThickLine!
  2048.  
  2049. TableDefaultLineColor
  2050.  
  2051. Syntax
  2052.  
  2053. (ColorName: string; Red: numeric; Green: numeric; Blue: numeric; Shade: numeric)
  2054.  
  2055. Description
  2056.  
  2057. Specify the default line color for a table.
  2058.  
  2059. Parameters
  2060.  
  2061. ColorName: string (optional)    This parameter has been left in for backward compatability with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
  2062.  
  2063. Red: numeric (optional)    Value: 0-255.
  2064.  
  2065. Green: numeric (optional)    Value: 0-255.
  2066.  
  2067. Blue: numeric (optional)    Value: 0-255.
  2068.  
  2069. Shade: numeric (optional)    Percent: 0-100.
  2070.  
  2071. TableDeleteBlock
  2072.  
  2073. Syntax
  2074.  
  2075. ()
  2076.  
  2077. Description
  2078.  
  2079. Delete the contents of selected cells.
  2080.  
  2081. TableDeleteCellFormula
  2082.  
  2083. Syntax
  2084.  
  2085. ()
  2086.  
  2087. Description
  2088.  
  2089. Delete the formulas in the current cell.
  2090.  
  2091. TableDeleteColumn
  2092.  
  2093. Syntax
  2094.  
  2095. (Number: numeric)
  2096.  
  2097. Description
  2098.  
  2099. Delete table columns.
  2100.  
  2101. Parameters
  2102.  
  2103. Number: numeric    The number of columns to delete, beginning with the current column and moving left. Default: current column or selected columns.
  2104.  
  2105. TableDeleteDlg
  2106.  
  2107. Syntax
  2108.  
  2109. ()
  2110.  
  2111. Description
  2112.  
  2113. Display the Delete dialog box.
  2114.  
  2115. TableDeleteRow
  2116.  
  2117. Syntax
  2118.  
  2119. (Number: numeric)
  2120.  
  2121. Description
  2122.  
  2123. Delete table rows.
  2124.  
  2125. Parameters
  2126.  
  2127. Number: numeric (optional)    The number of rows to delete, beginning with the current row and moving down.
  2128.  
  2129. TableDeleteTable
  2130.  
  2131. Syntax
  2132.  
  2133. (DelWhat: enumeration)
  2134.  
  2135. Description
  2136.  
  2137. Delete a table and/or its contents, or convert the table data to tabbed text or merge fields.
  2138.  
  2139. Parameters
  2140.  
  2141. DelWhat: enumeration    ConvertOnly! Deletes table contents only.
  2142.  
  2143. ConvertToMerge! Converts cells of each row to ENDFIELD codes.
  2144.  
  2145. ConvertToMergeNames! Converts first row cells to FIELDNAMES, and cells in remaining rows to ENDFIELD codes.
  2146.  
  2147. ConvertToTabs! Deletes table structure and converts contents to tabbed text.
  2148.  
  2149. EntireTable!
  2150.  
  2151. TableDeleteTableDlg
  2152.  
  2153. Syntax
  2154.  
  2155. ()
  2156.  
  2157. Description
  2158.  
  2159. Display the Delete Table dialog box.
  2160.  
  2161. TableDisableCellLocks
  2162.  
  2163. Syntax
  2164.  
  2165. (State: enumeration)
  2166.  
  2167. Description
  2168.  
  2169. Turn off cell locks.
  2170.  
  2171. Parameters
  2172.  
  2173. State: enumeration    No!
  2174.  
  2175. Yes!
  2176.  
  2177. TableDragToCreate
  2178.  
  2179. Syntax
  2180.  
  2181. (State: enumeration)
  2182.  
  2183. Description
  2184.  
  2185. Turn the Drag to Create Tables option on or off.
  2186.  
  2187. Parameters
  2188.  
  2189. State: enumeration (optional)    Off!
  2190.  
  2191. On!
  2192.  
  2193. TableEdit
  2194.  
  2195. Syntax
  2196.  
  2197. ()
  2198.  
  2199. Description
  2200.  
  2201. Begin a table-editing command sequence. If not in a table, the macro searches backward for a table to edit. If no table is found, it searches forward.
  2202.  
  2203. TableExpertDlg
  2204.  
  2205. Syntax
  2206.  
  2207. ()
  2208.  
  2209. Description
  2210.  
  2211. Display the Table SpeedFormat dialog box.
  2212.  
  2213. TableFill
  2214.  
  2215. Syntax
  2216.  
  2217. (Pattern: any)
  2218.  
  2219. Description
  2220.  
  2221. Specify a table fill pattern. Precede with TableBorderEditBegin and follow TableBorderEditEnd.
  2222.  
  2223. Parameters
  2224.  
  2225. Pattern: any    Fill10!
  2226.  
  2227. Fill100!
  2228.  
  2229. Fill20!
  2230.  
  2231. Fill30!
  2232.  
  2233. Fill40!
  2234.  
  2235. Fill5!
  2236.  
  2237. Fill50!
  2238.  
  2239. Fill60!
  2240.  
  2241. Fill70!
  2242.  
  2243. Fill80!
  2244.  
  2245. Fill90!
  2246.  
  2247. FillButton!
  2248.  
  2249. NoFill!
  2250.  
  2251. TableFormatDlg
  2252.  
  2253. Syntax
  2254.  
  2255. ()
  2256.  
  2257. Description
  2258.  
  2259. Display the Properties for Table Format tab.
  2260.  
  2261. TableFormatJustification
  2262.  
  2263. Syntax
  2264.  
  2265. (Justification: enumeration)
  2266.  
  2267. Description
  2268.  
  2269. Specify table justification.
  2270.  
  2271. Parameters
  2272.  
  2273. Justification: enumeration    Center!
  2274.  
  2275. DecAlign!
  2276.  
  2277. Full!
  2278.  
  2279. FullAll!
  2280.  
  2281. Left!
  2282.  
  2283. Right!
  2284.  
  2285. TableFormatWidths
  2286.  
  2287. Syntax
  2288.  
  2289. (Width: measurement)
  2290.  
  2291. Description
  2292.  
  2293. Set table column width.
  2294.  
  2295. Parameters
  2296.  
  2297. Width: measurement    The width for columns in the table.
  2298.  
  2299. TableFormula
  2300.  
  2301. Syntax
  2302.  
  2303. (Formula: string)
  2304.  
  2305. Description
  2306.  
  2307. Specify a formula for the current cell.
  2308.  
  2309. Parameters
  2310.  
  2311. Formula: string    The formula for the current cell.
  2312.  
  2313. TableFormulaCBar
  2314.  
  2315. Syntax
  2316.  
  2317. ()
  2318.  
  2319. Description
  2320.  
  2321. Display the Table Formula feature bar, which helps you view and edit formulas in a table.
  2322.  
  2323. TabLeft
  2324.  
  2325. Syntax
  2326.  
  2327. (Type: enumeration)
  2328.  
  2329. Description
  2330.  
  2331. Insert a Hard Left Tab with or without a dot leader.
  2332.  
  2333. Parameters
  2334.  
  2335. Type: enumeration (optional)    DotLeader!
  2336.  
  2337. Normal!
  2338.  
  2339. TabLeftDot
  2340.  
  2341. Syntax
  2342.  
  2343. ()
  2344.  
  2345. Description
  2346.  
  2347. Insert a Hard Left Tab code with a dot leader. Recordable substitute: TabLeft.
  2348.  
  2349. TableGridLinesToggle
  2350.  
  2351. Syntax
  2352.  
  2353. ()
  2354.  
  2355. Description
  2356.  
  2357. Display or hide table grid lines.
  2358.  
  2359. TableGuides
  2360.  
  2361. Syntax
  2362.  
  2363. (State: enumeration)
  2364.  
  2365. Description
  2366.  
  2367. Turn Table Guides on or off.
  2368.  
  2369. Parameters
  2370.  
  2371. State: enumeration    Off!
  2372.  
  2373. On!
  2374.  
  2375. TableHardColumnBreak
  2376.  
  2377. Syntax
  2378.  
  2379. ()
  2380.  
  2381. Description
  2382.  
  2383. Insert a column break and continue the table in the next column. Cannot be in the first row. In the last column, the table continues on the next page.
  2384.  
  2385. TableHardRow
  2386.  
  2387. Syntax
  2388.  
  2389. ()
  2390.  
  2391. Description
  2392.  
  2393. Insert a page break and continue the table on the next page.
  2394.  
  2395. TableHeader
  2396.  
  2397. Syntax
  2398.  
  2399. (State: enumeration)
  2400.  
  2401. Description
  2402.  
  2403. Specify the current row as a header row.
  2404.  
  2405. Parameters
  2406.  
  2407. State: enumeration    No!
  2408.  
  2409. Yes!
  2410.  
  2411. TableInsertAutoRow
  2412.  
  2413. Syntax
  2414.  
  2415. (State: enumeration)
  2416.  
  2417. Description
  2418.  
  2419. Turn Auto Row Insert on or off.
  2420.  
  2421. Parameters
  2422.  
  2423. State: enumeration    No!
  2424.  
  2425. Yes!
  2426.  
  2427. TableInsertColumn
  2428.  
  2429. Syntax
  2430.  
  2431. (Number: numeric; InsertPos: enumeration; PreserveWidths: enumeration)
  2432.  
  2433. Description
  2434.  
  2435. Insert table columns before or after the insertion point.
  2436.  
  2437. Parameters
  2438.  
  2439. Number: numeric    The number of columns to insert.
  2440.  
  2441. InsertPos: enumeration    After!
  2442.  
  2443. Before!
  2444.  
  2445. PreserveWidths: enumeration (optional)    No!
  2446.  
  2447. Yes!
  2448.  
  2449. TableInsertDlg
  2450.  
  2451. Syntax
  2452.  
  2453. ()
  2454.  
  2455. Description
  2456.  
  2457. Display the Insert Columns/Rows dialog box.
  2458.  
  2459. TableInsertOneRow
  2460.  
  2461. Syntax
  2462.  
  2463. ()
  2464.  
  2465. Description
  2466.  
  2467. Insert a new row above the current row.
  2468.  
  2469. TableInsertRow
  2470.  
  2471. Syntax
  2472.  
  2473. (NumberOfRows: numeric; InsertPosition: enumeration)
  2474.  
  2475. Description
  2476.  
  2477. Insert rows before or after the insertion point.
  2478.  
  2479. Parameters
  2480.  
  2481. NumberOfRows: numeric    The number of rows to insert.
  2482.  
  2483. InsertPosition: enumeration    After!
  2484.  
  2485. Before!
  2486.  
  2487. TableJoin
  2488.  
  2489. Syntax
  2490.  
  2491. ()
  2492.  
  2493. Description
  2494.  
  2495. Join the current and following tables. The tables must have the same number of columns.
  2496.  
  2497. TableJoinCells
  2498.  
  2499. Syntax
  2500.  
  2501. ()
  2502.  
  2503. Description
  2504.  
  2505. Join the selected table cells.
  2506.  
  2507. TableJoinCellTool
  2508.  
  2509. Syntax
  2510.  
  2511. ()
  2512.  
  2513. Description
  2514.  
  2515. Turn on or off the join cells tools.
  2516.  
  2517. TableLineFillDlg
  2518.  
  2519. Syntax
  2520.  
  2521. ()
  2522.  
  2523. Description
  2524.  
  2525. Display the Table Lines/Fill dialog box. The insertion point must be in a table.
  2526.  
  2527. TableMarginLeft
  2528.  
  2529. Syntax
  2530.  
  2531. (Margin: measurement)
  2532.  
  2533. Description
  2534.  
  2535. Specify the distance from the left edge of all cells in a table to the cell text.
  2536.  
  2537. Parameters
  2538.  
  2539. Margin: measurement    The left margin in a cell.
  2540.  
  2541. TableMarginRight
  2542.  
  2543. Syntax
  2544.  
  2545. (Margin: measurement)
  2546.  
  2547. Description
  2548.  
  2549. Specify the distance from the right edge of all cells in a table to the cell text.
  2550.  
  2551. Parameters
  2552.  
  2553. Margin: measurement    The right margin in a cell.
  2554.  
  2555. TableMove
  2556.  
  2557. Syntax
  2558.  
  2559. (Move: enumeration)
  2560.  
  2561. Description
  2562.  
  2563. Move the contents of the current cell, selected cells, current column, or current row. At least two cells must be selected. Follow with TableMoveModeEnd to insert contents.
  2564.  
  2565. Parameters
  2566.  
  2567. Move: enumeration    Block!
  2568.  
  2569. Cell!
  2570.  
  2571. Column!
  2572.  
  2573. Row!
  2574.  
  2575. TableMoveCopyDlg
  2576.  
  2577. Syntax
  2578.  
  2579. ()
  2580.  
  2581. Description
  2582.  
  2583. Display the Copy Formula dialog box.
  2584.  
  2585. TableMoveModeCancel
  2586.  
  2587. Syntax
  2588.  
  2589. ()
  2590.  
  2591. Description
  2592.  
  2593. Cancel TableMove or TableCopy.
  2594.  
  2595. TableMoveModeEnd
  2596.  
  2597. Syntax
  2598.  
  2599. ()
  2600.  
  2601. Description
  2602.  
  2603. Paste the contents moved or copied with TableMove or TableCopy into a table at the insertion point.
  2604.  
  2605. TableNameAdd
  2606.  
  2607. Syntax
  2608.  
  2609. (RefType: enumeration; Name: string)
  2610.  
  2611. Description
  2612.  
  2613. Name a cell, block of cells, row, column, or table.
  2614.  
  2615. Parameters
  2616.  
  2617. RefType: enumeration    Block!
  2618.  
  2619. Cell!
  2620.  
  2621. CellsDown!
  2622.  
  2623. CellsRight!
  2624.  
  2625. Column!
  2626.  
  2627. FloatingCell!
  2628.  
  2629. Row!
  2630.  
  2631. Table!
  2632.  
  2633. Name: string (optional)    The name for the table cells.
  2634.  
  2635. TableNameChange
  2636.  
  2637. Syntax
  2638.  
  2639. (OldName: string; NewName: string; NewRef: string)
  2640.  
  2641. Description
  2642.  
  2643. Rename an existing table.
  2644.  
  2645. Parameters
  2646.  
  2647. OldName: string    The original name.
  2648.  
  2649. NewName: string (optional)    The new name.
  2650.  
  2651. NewRef: string (optional)    The new reference cells.
  2652.  
  2653. TableNameCreateDlg
  2654.  
  2655. Syntax
  2656.  
  2657. ()
  2658.  
  2659. Description
  2660.  
  2661. Display the Create Name dialog box.
  2662.  
  2663. TableNameDelete
  2664.  
  2665. Syntax
  2666.  
  2667. (TableName: string)
  2668.  
  2669. Description
  2670.  
  2671. Delete a table name.
  2672.  
  2673. Parameters
  2674.  
  2675. TableName: string    The table name to delete.
  2676.  
  2677. TableNameListDlg
  2678.  
  2679. Syntax
  2680.  
  2681. ()
  2682.  
  2683. Description
  2684.  
  2685. Display the Table Names in Current Document dialog box.
  2686.  
  2687. TableNumberAlignCurrency
  2688.  
  2689. Syntax
  2690.  
  2691. (State: enumeration)
  2692.  
  2693. Description
  2694.  
  2695. Align the currency symbols in a table.
  2696.  
  2697. Parameters
  2698.  
  2699. State: enumeration    No!
  2700.  
  2701. Yes!
  2702.  
  2703. TableNumberDateFormat
  2704.  
  2705. Syntax
  2706.  
  2707. (DateFmtNum: numeric)
  2708.  
  2709. Description
  2710.  
  2711. Specify a date format for the current table.
  2712.  
  2713. Parameters
  2714.  
  2715. DateFmtNum: numeric    1 July 5, 1959
  2716.  
  2717. 2 7/5/59
  2718.  
  2719. 3 Jul 5, 1959
  2720.  
  2721. 4 5 July 1959
  2722.  
  2723. 5 Sunday, July 5, 1959
  2724.  
  2725. 6 12:00 pm
  2726.  
  2727. 7 05Jul59
  2728.  
  2729. 8 July 5, 1959 (12:00pm)
  2730.  
  2731. TableNumberDecimalDigits
  2732.  
  2733. Syntax
  2734.  
  2735. (NumDigits: numeric)
  2736.  
  2737. Description
  2738.  
  2739. Specify the number of digits after the decimal.
  2740.  
  2741. Parameters
  2742.  
  2743. NumDigits: numeric    The number of digits to display after the decimal.
  2744.  
  2745. TableNumberFormat
  2746.  
  2747. Syntax
  2748.  
  2749. (FormatType: enumeration)
  2750.  
  2751. Description
  2752.  
  2753. Specify a numbering type for the current table.
  2754.  
  2755. Parameters
  2756.  
  2757. FormatType: enumeration    Accounting!
  2758.  
  2759. Commas!
  2760.  
  2761. Currency!
  2762.  
  2763. DateFormat!
  2764.  
  2765. Fixed2!
  2766.  
  2767. General!
  2768.  
  2769. Integer!
  2770.  
  2771. Percent!
  2772.  
  2773. Scientific!
  2774.  
  2775. TextOnly!
  2776.  
  2777. TableNumberNegativeNumber
  2778.  
  2779. Syntax
  2780.  
  2781. (NegDisplay: enumeration)
  2782.  
  2783. Description
  2784.  
  2785. Specify the display of negative numbers in the current table.
  2786.  
  2787. Parameters
  2788.  
  2789. NegDisplay: enumeration    CRDR!
  2790.  
  2791. Minus!
  2792.  
  2793. Parentheses!
  2794.  
  2795. TableNumberRound
  2796.  
  2797. Syntax
  2798.  
  2799. (State: enumeration)
  2800.  
  2801. Description
  2802.  
  2803. Round decimal numbers to integers when the FormatType parameter of TableNumberFormat is Integer!.
  2804.  
  2805. Parameters
  2806.  
  2807. State: enumeration    No!
  2808.  
  2809. Yes!
  2810.  
  2811. TableNumberSelectCurrency
  2812.  
  2813. Syntax
  2814.  
  2815. (IntlCurrency: enumeration)
  2816.  
  2817. Description
  2818.  
  2819. Specify a currency type for the current table.
  2820.  
  2821. Parameters
  2822.  
  2823. IntlCurrency: enumeration    DefaultCurrency!
  2824.  
  2825. Dollar!
  2826.  
  2827. Peso!
  2828.  
  2829. FrenchCanada!
  2830.  
  2831. Canada!
  2832.  
  2833. Brazil!
  2834.  
  2835. Denmark!
  2836.  
  2837. Peseta!
  2838.  
  2839. Croatia!
  2840.  
  2841. CzechRepublic!
  2842.  
  2843. SlovakRepublic!
  2844.  
  2845. Finland!
  2846.  
  2847. FinlandIntl!
  2848.  
  2849. France!
  2850.  
  2851. Germany!
  2852.  
  2853. Greece!
  2854.  
  2855. Hungary!
  2856.  
  2857. Iceland!
  2858.  
  2859. Italy!
  2860.  
  2861. Japan!
  2862.  
  2863. Netherlands!
  2864.  
  2865. Norway!
  2866.  
  2867. NorwayIntl!
  2868.  
  2869. Ruble!
  2870.  
  2871. RussianRuble!
  2872.  
  2873. SouthAfrica!
  2874.  
  2875. Sweden!
  2876.  
  2877. Turkey!
  2878.  
  2879. UnitedKingdom!
  2880.  
  2881. Switzerland!
  2882.  
  2883. Austria!
  2884.  
  2885. Belgium!
  2886.  
  2887. Ecuador!
  2888.  
  2889. ElSalvador!
  2890.  
  2891. Guatemala!
  2892.  
  2893. Honduras!
  2894.  
  2895. Paraguay!
  2896.  
  2897. Venezuela!
  2898.  
  2899. Poland!
  2900.  
  2901. Slovenia!
  2902.  
  2903. Israel!
  2904.  
  2905. Korea!
  2906.  
  2907. China!
  2908.  
  2909. Taiwan!
  2910.  
  2911. HongKong!
  2912.  
  2913. Singapore!
  2914.  
  2915. Portugal!
  2916.  
  2917. BelgiumFrench!
  2918.  
  2919. Euro!
  2920.  
  2921. TableNumberTypeDlg
  2922.  
  2923. Syntax
  2924.  
  2925. ()
  2926.  
  2927. Description
  2928.  
  2929. Display the Properties for Table Numeric Format tab.
  2930.  
  2931. TableNumberUseCommas
  2932.  
  2933. Syntax
  2934.  
  2935. (State: enumeration)
  2936.  
  2937. Description
  2938.  
  2939. Display commas in numbers with more than three digits to the left of the decimal.
  2940.  
  2941. Parameters
  2942.  
  2943. State: enumeration    No!
  2944.  
  2945. Yes!
  2946.  
  2947. TableNumberUseCurrency
  2948.  
  2949. Syntax
  2950.  
  2951. (State: enumeration)
  2952.  
  2953. Description
  2954.  
  2955. Display a currency symbol with numbers.
  2956.  
  2957. Parameters
  2958.  
  2959. State: enumeration    No!
  2960.  
  2961. Yes!
  2962.  
  2963. TablePointMode
  2964.  
  2965. Syntax
  2966.  
  2967. (State: enumeration)
  2968.  
  2969. Description
  2970.  
  2971. Toggle Formula Edit in a table.
  2972.  
  2973. Parameters
  2974.  
  2975. State: enumeration    Off!
  2976.  
  2977. On!
  2978.  
  2979. TablePosition
  2980.  
  2981. Syntax
  2982.  
  2983. (PositionVal: enumeration; SetAbsPos: measurement)
  2984.  
  2985. Description
  2986.  
  2987. Specify table position.
  2988.  
  2989. Parameters
  2990.  
  2991. PositionVal: enumeration    AlignAbsolute!
  2992.  
  2993. AlignCenter!
  2994.  
  2995. AlignFull!
  2996.  
  2997. AlignLeft!
  2998.  
  2999. AlignRight!
  3000.  
  3001. SetAbsPos: measurement (optional)    The absolute position from the left edge of the paper when PositionVal is AlignAbsolute!.
  3002.  
  3003. TablePosNextTable
  3004.  
  3005. Syntax
  3006.  
  3007. ()
  3008.  
  3009. Description
  3010.  
  3011. Move the insertion point to the beginning of the next table.
  3012.  
  3013. TablePosPreviousTable
  3014.  
  3015. Syntax
  3016.  
  3017. ()
  3018.  
  3019. Description
  3020.  
  3021. Move the insertion point to the beginning of the previous table.
  3022.  
  3023. TableQuickSum
  3024.  
  3025. Syntax
  3026.  
  3027. ()
  3028.  
  3029. Description
  3030.  
  3031. Calculate the sum of cells above the current cell in the current column. Or, if the cell immediately above the current cell is blank, calculates the sum of cells left of the current cell in the current row. Cells above or to the left of a blank cell are not included in the calculation.
  3032.  
  3033. TableReformatAll
  3034.  
  3035. Syntax
  3036.  
  3037. ()
  3038.  
  3039. Description
  3040.  
  3041. Reformat all tables in the current document. Used particularly to reformat floating cell numbers and currency symbols if the language is changed.
  3042.  
  3043. TableRetrieve
  3044.  
  3045. Syntax
  3046.  
  3047. (Reference: enumeration)
  3048.  
  3049. Description
  3050.  
  3051. Retrieve the last item moved or copied in a table.
  3052.  
  3053. Parameters
  3054.  
  3055. Reference: enumeration    Block!
  3056.  
  3057. Cell!
  3058.  
  3059. Column!
  3060.  
  3061. Row!
  3062.  
  3063. TableRotateCell
  3064.  
  3065. Syntax
  3066.  
  3067. ()
  3068.  
  3069. Description
  3070.  
  3071. Rotate the contents of the current cell by 90 degrees.
  3072.  
  3073. TableRowCanSpanPages
  3074.  
  3075. Syntax
  3076.  
  3077. (State: enumeration)
  3078.  
  3079. Description
  3080.  
  3081. Allow a table row to span two or more pages.
  3082.  
  3083. Parameters
  3084.  
  3085. State: enumeration    No!
  3086.  
  3087. Yes!
  3088.  
  3089. TableRowColIndicators
  3090.  
  3091. Syntax
  3092.  
  3093. ()
  3094.  
  3095. Description
  3096.  
  3097. Turn row and column indicators on or off.
  3098.  
  3099. TableRowHeight
  3100.  
  3101. Syntax
  3102.  
  3103. (RowHeight: enumeration; Amount: measurement)
  3104.  
  3105. Description
  3106.  
  3107. Specify whether row height is automatic or fixed, and if fixed, specify the height.
  3108.  
  3109. Parameters
  3110.  
  3111. RowHeight: enumeration    Auto!
  3112.  
  3113. Fixed!
  3114.  
  3115. Amount: measurement (optional)    The row height when the Type parameter is Fixed!.
  3116.  
  3117. TableRowMarginBottom
  3118.  
  3119. Syntax
  3120.  
  3121. (Margin: measurement)
  3122.  
  3123. Description
  3124.  
  3125. Specify the distance between the last line of text and the bottom of the cell.
  3126.  
  3127. Parameters
  3128.  
  3129. Margin: measurement    The bottom margin in a cell.
  3130.  
  3131. TableRowMarginTop
  3132.  
  3133. Syntax
  3134.  
  3135. (Margin: measurement)
  3136.  
  3137. Description
  3138.  
  3139. Specify the distance between the top of a cell and the first line of text in the cell.
  3140.  
  3141. Parameters
  3142.  
  3143. Margin: measurement    The top margin in a cell.
  3144.  
  3145. TableRowNumberOfLines
  3146.  
  3147. Syntax
  3148.  
  3149. (RowLines: enumeration)
  3150.  
  3151. Description
  3152.  
  3153. Specify single or multiple lines in the cells of a row.
  3154.  
  3155. Parameters
  3156.  
  3157. RowLines: enumeration    Multiple!
  3158.  
  3159. Single!
  3160.  
  3161. TableSecondFill
  3162.  
  3163. Syntax
  3164.  
  3165. (FillStyle: any)
  3166.  
  3167. Description
  3168.  
  3169. Specify an alternating fill style for a table.
  3170.  
  3171. Parameters
  3172.  
  3173. FillStyle: any    Fill10!
  3174.  
  3175. Fill100!
  3176.  
  3177. Fill20!
  3178.  
  3179. Fill30!
  3180.  
  3181. Fill40!
  3182.  
  3183. Fill5!
  3184.  
  3185. Fill50!
  3186.  
  3187. Fill60!
  3188.  
  3189. Fill70!
  3190.  
  3191. Fill80!
  3192.  
  3193. Fill90!
  3194.  
  3195. FillButton!
  3196.  
  3197. NoFill!
  3198.  
  3199. TableSecondFillColors
  3200.  
  3201. Syntax
  3202.  
  3203. (ForeColorName: string; ForeRed: numeric; ForeGreen: numeric; ForeBlue: numeric; ForeShade: numeric; BackColorName: string; BackRed: numeric; BackGreen: numeric; BackBlue: numeric; BackShade: numeric)
  3204.  
  3205. Description
  3206.  
  3207. Specify the color of a table alternating fill. Use TableBorderEditBegin before this command and follow with TableBorderEditEnd.
  3208.  
  3209. Parameters
  3210.  
  3211. ForeColorName: string (optional)    The name of the foreground color.
  3212.  
  3213. ForeRed: numeric (optional)    Value: 0-225.
  3214.  
  3215. ForeGreen: numeric (optional)    Value: 0-225.
  3216.  
  3217. ForeBlue: numeric (optional)    Value: 0-225.
  3218.  
  3219. ForeShade: numeric (optional)    Percent: 0-100.
  3220.  
  3221. BackColorName: string (optional)    The name of the background color.
  3222.  
  3223. BackRed: numeric (optional)    Value: 0-225.
  3224.  
  3225. BackGreen: numeric (optional)    Value: 0-225.
  3226.  
  3227. BackBlue: numeric (optional)    Value: 0-225.
  3228.  
  3229. BackShade: numeric (optional)    Percent: 0-100.
  3230.  
  3231. TableSelectOff
  3232.  
  3233. Syntax
  3234.  
  3235. ()
  3236.  
  3237. Description
  3238.  
  3239. Turn off Select.
  3240.  
  3241. TableSelectOn
  3242.  
  3243. Syntax
  3244.  
  3245. (SelectionMode: enumeration)
  3246.  
  3247. Description
  3248.  
  3249. Select a row, column, cell, or table.
  3250.  
  3251. Parameters
  3252.  
  3253. SelectionMode: enumeration    Cell!
  3254.  
  3255. Column!
  3256.  
  3257. Row!
  3258.  
  3259. Table!
  3260.  
  3261. TableSize
  3262.  
  3263. Syntax
  3264.  
  3265. (Rows: numeric; Columns: numeric)
  3266.  
  3267. Description
  3268.  
  3269. Change the number of rows or columns in an existing table. Rows are added or deleted from the bottom of the existing table. Columns are added or deleted from the right of the existing table.
  3270.  
  3271. Parameters
  3272.  
  3273. Rows: numeric (optional)    The number of rows in the resulting table.
  3274.  
  3275. Columns: numeric (optional)    The number of columns in the resulting table.
  3276.  
  3277. TableSkewColumn
  3278.  
  3279. Syntax
  3280.  
  3281. (Column: enumeration; SkewValue: numeric)
  3282.  
  3283. Description
  3284.  
  3285. Lets you specify a skew value for the first or last column of the current table.
  3286.  
  3287. Parameter
  3288.  
  3289. Column: enumeration    FirstColumn!
  3290.  
  3291. LastColumn!
  3292.  
  3293. SkewValue: numeric    The skew value
  3294.  
  3295. Note
  3296.  
  3297.   New command
  3298.   
  3299. TableSkewColumnText
  3300.  
  3301. Syntax
  3302.  
  3303. (State: enumeration)
  3304.  
  3305. Description
  3306.  
  3307. Lets you specify whether you want to skew or to unskew the text in a skewed table column.
  3308.  
  3309. Parameter
  3310.  
  3311. State: enumeration    No!
  3312.  
  3313. Yes!
  3314.  
  3315. Note
  3316.  
  3317.   New command
  3318.   
  3319. TableSkewJoinCorners
  3320.  
  3321. Syntax
  3322.  
  3323. (State: enumeration)
  3324.  
  3325. Description
  3326.  
  3327. Lets you specify whether or not you want to join the corners in a skewed table. The TableSkewJoinCorners command adjusts the row height or the column width.
  3328.  
  3329. Parameter
  3330.  
  3331. State: enumeration    No!
  3332.  
  3333. Yes!
  3334.  
  3335. Note
  3336.  
  3337.   New command
  3338.   
  3339. TableSkewRow
  3340.  
  3341. Syntax
  3342.  
  3343. (SkewValue: numeric)
  3344.  
  3345. Description
  3346.  
  3347. Lets you specify a skew value for the top row of the current table.
  3348.  
  3349. Parameter
  3350.  
  3351. SkewValue: numeric    The skew value
  3352.  
  3353. Note
  3354.  
  3355.   New command
  3356.   
  3357. TableSkewRowText
  3358.  
  3359. Syntax
  3360.  
  3361. (State: enumeration)
  3362.  
  3363. Description
  3364.  
  3365. Lets you specify whether to skew or to unskew the text in a skewed table row.
  3366.  
  3367. Parameters
  3368.  
  3369. State: enumeration    No!
  3370.  
  3371. Yes!
  3372.  
  3373. Note
  3374.  
  3375.   New command
  3376.   
  3377. TableSortTable
  3378.  
  3379. Syntax
  3380.  
  3381. ({SortType: enumeration; SortOrder: enumeration})
  3382.  
  3383. Description
  3384.  
  3385. Sort a table by the contents of a selected cell.
  3386.  
  3387. Parameters
  3388.  
  3389. SortType: enumeration (optional)    Alphanumeric!
  3390.  
  3391. Numeric!
  3392.  
  3393. SortOrder: enumeration (optional)    Ascending!
  3394.  
  3395. Descending!
  3396.  
  3397. TableSplit
  3398.  
  3399. Syntax
  3400.  
  3401. ()
  3402.  
  3403. Description
  3404.  
  3405. Split a table into two tables. A table cannot be split on the first row. The second table begins with the current row.
  3406.  
  3407. TableSplitCellsDlg
  3408.  
  3409. Syntax
  3410.  
  3411. ()
  3412.  
  3413. Description
  3414.  
  3415. Display the Split Cell dialog box.
  3416.  
  3417. TableSplitColumn
  3418.  
  3419. Syntax
  3420.  
  3421. (ColumnCount: numeric; ColumnPos: measurement)
  3422.  
  3423. Description
  3424.  
  3425. Split the current cell into two columns.
  3426.  
  3427. Parameters
  3428.  
  3429. ColumnCount: numeric    The number of columns to create.
  3430.  
  3431. ColumnPos: measurement (optional)    The width of the new columns.
  3432.  
  3433. TableSplitColumnTool
  3434.  
  3435. Syntax
  3436.  
  3437. (State: enumeration)
  3438.  
  3439. Description
  3440.  
  3441. Turn the split column tool on or off.
  3442.  
  3443. Parameters
  3444.  
  3445. State: enumeration (optional)    Off!
  3446.  
  3447. On!
  3448.  
  3449. TableSplitRow
  3450.  
  3451. Syntax
  3452.  
  3453. (RowCount: numeric; RowPos: numeric)
  3454.  
  3455. Description
  3456.  
  3457. Split the current cell into multiple rows.
  3458.  
  3459. Parameters
  3460.  
  3461. RowCount: numeric    The number of rows to create.
  3462.  
  3463. RowPos: numeric (optional)    The position of the new rows.
  3464.  
  3465. TableSplitRowTool
  3466.  
  3467. Syntax
  3468.  
  3469. (State: enumeration)
  3470.  
  3471. Description
  3472.  
  3473. Turn the split row tool on or off.
  3474.  
  3475. Parameters
  3476.  
  3477. State: enumeration (optional)    Off!
  3478.  
  3479. On!
  3480.  
  3481. TableSquareSkewedRow
  3482.  
  3483. Syntax
  3484.  
  3485. (Column: enumeration; State: enumeration)
  3486.  
  3487. Description
  3488.  
  3489. Lets you square the first or last column of a skewed table row.
  3490.  
  3491. Parameters
  3492.  
  3493. Column: enumeration    FirstColumn!
  3494.  
  3495. LastColumn!
  3496.  
  3497. State: enumeration    No!
  3498.  
  3499. Yes!
  3500.  
  3501. Note
  3502.  
  3503.   New command
  3504.   
  3505. TableStyleCreate
  3506.  
  3507. Syntax
  3508.  
  3509. (Style: string; Library: enumeration)
  3510.  
  3511. Description
  3512.  
  3513. Create a table style.
  3514.  
  3515. Parameters
  3516.  
  3517. Style: string    The name of the style.
  3518.  
  3519. Library: enumeration (optional)    CurrentDoc!
  3520.  
  3521. PersonalLibrary!
  3522.  
  3523. SharedLibrary!
  3524.  
  3525. TableStyleDelete
  3526.  
  3527. Syntax
  3528.  
  3529. (Style: string; Library: enumeration)
  3530.  
  3531. Description
  3532.  
  3533. Delete a table style.
  3534.  
  3535. Parameters
  3536.  
  3537. Style: string    The name of the style to delete.
  3538.  
  3539. Library: enumeration (optional)    CurrentDoc!
  3540.  
  3541. PersonalLibrary!
  3542.  
  3543. SharedLibrary!
  3544.  
  3545. TableStyleEdit
  3546.  
  3547. Syntax
  3548.  
  3549. (Style: any; Library: enumeration)
  3550.  
  3551. Description
  3552.  
  3553. Edit a table style. Use with TableStyleName and TableStyleReplace.
  3554.  
  3555. Parameters
  3556.  
  3557. Style: any    NoTableStyle!
  3558.  
  3559. TableStyle1!
  3560.  
  3561. TableStyle10!
  3562.  
  3563. TableStyle11!
  3564.  
  3565. TableStyle12!
  3566.  
  3567. TableStyle13!
  3568.  
  3569. TableStyle14!
  3570.  
  3571. TableStyle15!
  3572.  
  3573. TableStyle16!
  3574.  
  3575. TableStyle17!
  3576.  
  3577. TableStyle18!
  3578.  
  3579. TableStyle19!
  3580.  
  3581. TableStyle2!
  3582.  
  3583. TableStyle20!
  3584.  
  3585. TableStyle21!
  3586.  
  3587. TableStyle22!
  3588.  
  3589. TableStyle23!
  3590.  
  3591. TableStyle24!
  3592.  
  3593. TableStyle25!
  3594.  
  3595. TableStyle26!
  3596.  
  3597. TableStyle27!
  3598.  
  3599. TableStyle28!
  3600.  
  3601. TableStyle29!
  3602.  
  3603. TableStyle3!
  3604.  
  3605. TableStyle30!
  3606.  
  3607. TableStyle31!
  3608.  
  3609. TableStyle32!
  3610.  
  3611. TableStyle33!
  3612.  
  3613. TableStyle34!
  3614.  
  3615. TableStyle35!
  3616.  
  3617. TableStyle36!
  3618.  
  3619. TableStyle37!
  3620.  
  3621. TableStyle38!
  3622.  
  3623. TableStyle39!
  3624.  
  3625. TableStyle4!
  3626.  
  3627. TableStyle40!
  3628.  
  3629. TableStyle5!
  3630.  
  3631. TableStyle6!
  3632.  
  3633. TableStyle7!
  3634.  
  3635. TableStyle8!
  3636.  
  3637. TableStyle9!
  3638.  
  3639. Library: enumeration (optional)    CurrentDoc!
  3640.  
  3641. PersonalLibrary!
  3642.  
  3643. SharedLibrary!
  3644.  
  3645. TableStyleEnd
  3646.  
  3647. Syntax
  3648.  
  3649. (State: enumeration)
  3650.  
  3651. Description
  3652.  
  3653. Save or cancel table style settings.
  3654.  
  3655. Parameters
  3656.  
  3657. State: enumeration    Cancel!
  3658.  
  3659. Save!
  3660.  
  3661. TableStyleName
  3662.  
  3663. Syntax
  3664.  
  3665. (Style: string)
  3666.  
  3667. Description
  3668.  
  3669. Specify the name of a new table style. Use with TableStyleEdit.
  3670.  
  3671. Parameters
  3672.  
  3673. Style: string    The name for the table style.
  3674.  
  3675. TableStyleReplace
  3676.  
  3677. Syntax
  3678.  
  3679. (Style: string; Library: enumeration)
  3680.  
  3681. Description
  3682.  
  3683. Specify a user-defined table style to replace the current table style. Use with TableStyleEdit.
  3684.  
  3685. Parameters
  3686.  
  3687. Style: string    The name of the table style.
  3688.  
  3689. Library: enumeration (optional)    CurrentDoc!
  3690.  
  3691. PersonalLibrary!
  3692.  
  3693. SharedLibrary!
  3694.  
  3695. TableStyleRetrieve
  3696.  
  3697. Syntax
  3698.  
  3699. (Filename: string; Library: enumeration)
  3700.  
  3701. Description
  3702.  
  3703. Retrieve a table style from the specified style library.
  3704.  
  3705. Parameters
  3706.  
  3707. Filename: string    The filename of the style library file.
  3708.  
  3709. Library: enumeration    CurrentDoc!
  3710.  
  3711. PersonalLibrary!
  3712.  
  3713. SharedLibrary!
  3714.  
  3715. TableStyleSave
  3716.  
  3717. Syntax
  3718.  
  3719. (Filename: string; Library: enumeration)
  3720.  
  3721. Description
  3722.  
  3723. Save a table style to the specified style library.
  3724.  
  3725. Parameters
  3726.  
  3727. Filename: string    The filename for the style library file.
  3728.  
  3729. Library: enumeration    CurrentDoc!
  3730.  
  3731. PersonalLibrary!
  3732.  
  3733. SharedLibrary!
  3734.  
  3735. TableTextBoxCreate
  3736.  
  3737. Syntax
  3738.  
  3739. (Columns: numeric; Rows: numeric)
  3740.  
  3741. Description
  3742.  
  3743. Create a table in a text box.
  3744.  
  3745. Parameters
  3746.  
  3747. Columns: numeric    The number of columns.
  3748.  
  3749. Rows: numeric    The number of rows.
  3750.  
  3751. TableTextToFormula
  3752.  
  3753. Syntax
  3754.  
  3755. ()
  3756.  
  3757. Description
  3758.  
  3759. Convert the contents of the current cell to a formula. Not recordable.
  3760.  
  3761. TableToolsDlg
  3762.  
  3763. Syntax
  3764.  
  3765. ()
  3766.  
  3767. Description
  3768.  
  3769. Display the Tools dialog box for editing a table. If the insertion point is not in a table when this command is executed, nothing happens.
  3770.  
  3771. TableUndelete
  3772.  
  3773. Syntax
  3774.  
  3775. ()
  3776.  
  3777. Description
  3778.  
  3779. Insert the last deleted item. Available only in table editing mode.
  3780.  
  3781. TableUpdateAssociatedCharts
  3782.  
  3783. Syntax
  3784.  
  3785. (State: enumeration)
  3786.  
  3787. Description
  3788.  
  3789. Turn the Update associated charts option on or off.
  3790.  
  3791. Parameters
  3792.  
  3793. State: enumeration    Off!
  3794.  
  3795. On!
  3796.  
  3797. TableUseDefaultLinesColor
  3798.  
  3799. Syntax
  3800.  
  3801. ()
  3802.  
  3803. Description
  3804.  
  3805. Specify the Line Style line color as the default line color for a table.
  3806.  
  3807. TabRight
  3808.  
  3809. Syntax
  3810.  
  3811. (Type: enumeration)
  3812.  
  3813. Description
  3814.  
  3815. Insert a right-aligned tab (with or without a dot leader) at the insertion point.
  3816.  
  3817. Parameters
  3818.  
  3819. Type: enumeration (optional)    DotLeader!
  3820.  
  3821. Normal!
  3822.  
  3823. TabRightDot
  3824.  
  3825. Syntax
  3826.  
  3827. ()
  3828.  
  3829. Description
  3830.  
  3831. Insert a Hard Right Tab code with a dot leader. Recordable substitute: TabRight.
  3832.  
  3833. TabSet
  3834.  
  3835. Syntax
  3836.  
  3837. (Origin: enumeration; {Position: measurement; TabType: enumeration})
  3838.  
  3839. Description
  3840.  
  3841. Specify tab settings.
  3842.  
  3843. Parameters
  3844.  
  3845. Origin: enumeration    Set tabs relative to the left edge of the paper (absolute) or the left margin setting (relative).
  3846.  
  3847. Absolute!
  3848.  
  3849. Relative!
  3850.  
  3851. Position: measurement (optional)    The position of the tabs.
  3852.  
  3853. TabType: enumeration (optional)    TabCenter!
  3854.  
  3855. TabCenterDot!
  3856.  
  3857. TabDecimal!
  3858.  
  3859. TabDecimalDot!
  3860.  
  3861. TabLeft!
  3862.  
  3863. TabLeftDot!
  3864.  
  3865. TabRight!
  3866.  
  3867. TabRightDot!
  3868.  
  3869. TabSetDlg
  3870.  
  3871. Syntax
  3872.  
  3873. ()
  3874.  
  3875. Description
  3876.  
  3877. Display the Tab Set dialog box.
  3878.  
  3879.  
  3880.  
  3881.  
  3882.  
  3883.  
  3884.