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

  1. CallCorelWebPage
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Get help from the Corel WordPerfect Office home page.
  10.  
  11. CapBeginSentence
  12.  
  13. Syntax
  14.  
  15. (State: enumeration)
  16.  
  17. Description
  18.  
  19. Turn Capitalize next letter after end-of-sentence punctuation on or off in QuickCorrect.
  20.  
  21. Parameters
  22.  
  23. State: enumeration (optional)    Capitalization correction is on or off.
  24.  
  25. Off!
  26.  
  27. On! 
  28.  
  29. ChartArea
  30.  
  31. Syntax
  32.  
  33. ()
  34.  
  35. Description
  36.  
  37. Change the current chart to an area chart.
  38.  
  39. ChartAttributesDlg
  40.  
  41. Syntax
  42.  
  43. ()
  44.  
  45. Description
  46.  
  47. Display the Fill Attributes dialog box in the Chart Editor.
  48.  
  49. ChartAutoRedraw
  50.  
  51. Syntax
  52.  
  53. ()
  54.  
  55. Description
  56.  
  57. Automatically update a chart when data in the Datasheet changes.
  58.  
  59. ChartBar
  60.  
  61. Syntax
  62.  
  63. ()
  64.  
  65. Description
  66.  
  67. Change the current chart to a bar chart.
  68.  
  69. ChartBoxAttributesDlg
  70.  
  71. Syntax
  72.  
  73. ()
  74.  
  75. Description
  76.  
  77. Display the Box Attributes dialog box, which is used to specify text box options for charts.
  78.  
  79. ChartBoxFields
  80.  
  81. Syntax
  82.  
  83. (Count: numeric; ChangeFlag: enumeration; LabelsOn: numeric; {Label: string})
  84.  
  85. Description
  86.  
  87. Define the labels for an organization chart.
  88.  
  89. Parameters
  90.  
  91. Count: numeric (optional)    The number of labels to define.
  92.  
  93. ChangeFlag: enumeration (optional)    Specify whether changes occur for the whole chart or selected items only.
  94.  
  95. Selected_Subsequent!
  96.  
  97. SelectedItems!
  98.  
  99. SubsequentItem! 
  100.  
  101. LabelsOn: numeric (optional)    Turn labels on.
  102.  
  103. Label: string (optional)    The label definition. Repeat this parameter for each label, and enclose repeating parameters in braces.
  104.  
  105. ChartBoxFieldsDlg
  106.  
  107. Syntax
  108.  
  109. ()
  110.  
  111. Description
  112.  
  113. Display the Define Labels dialog box for organization charts, which is used to specify label options.
  114.  
  115. ChartBubbleChart
  116.  
  117. Syntax
  118.  
  119. ()
  120.  
  121. Description
  122.  
  123. Create a chart that displays x, y, size data.
  124.  
  125. ChartCancelDrop
  126.  
  127. Syntax
  128.  
  129. ()
  130.  
  131. Description
  132.  
  133. Cancel the drop operation in an organization chart.
  134.  
  135. ChartClearAll
  136.  
  137. Syntax
  138.  
  139. ()
  140.  
  141. Description
  142.  
  143. Clear all data or text from the current chart. This command works for both data charts and organization charts.
  144.  
  145. ChartClearDlg
  146.  
  147. Syntax
  148.  
  149. ()
  150.  
  151. Description
  152.  
  153. Display the Clear dialog box, which is used to erase chart data, data format, or both.
  154.  
  155. ChartClearText
  156.  
  157. Syntax
  158.  
  159. ()
  160.  
  161. Description
  162.  
  163. Clear all text from an organization chart.
  164.  
  165. ChartClose
  166.  
  167. Syntax
  168.  
  169. ()
  170.  
  171. Description
  172.  
  173. Close the Chart Editor and insert the chart into the current drawing.
  174.  
  175. ChartCollapseSubordinates
  176.  
  177. Syntax
  178.  
  179. ()
  180.  
  181. Description
  182.  
  183. Hide the subordinate positions on the selected branch.
  184.  
  185. ChartCopy
  186.  
  187. Syntax
  188.  
  189. ()
  190.  
  191. Description
  192.  
  193. Copy selected data or text from a chart to the Clipboard.
  194.  
  195. ChartCopyContents
  196.  
  197. Syntax
  198.  
  199. ()
  200.  
  201. Description
  202.  
  203. Copy the contents of a selected organization chart box.
  204.  
  205. ChartCreate
  206.  
  207. Syntax
  208.  
  209. (Type: enumeration; GalleryStyle: enumeration; SampleData: enumeration; ThreeDChart: enumeration)
  210.  
  211. Description
  212.  
  213. Create a new data chart. Precede with BeginDataChart and ChartSetCreateSize.
  214.  
  215. Parameters
  216.  
  217. Type: enumeration    The type of chart to create.
  218.  
  219. Area!
  220.  
  221. HiLo!
  222.  
  223. HorzBar!
  224.  
  225. Line!
  226.  
  227. Mixed!
  228.  
  229. Pie!
  230.  
  231. Radar!
  232.  
  233. Scatter!
  234.  
  235. Surface!
  236.  
  237. Table!
  238.  
  239. VertBar! 
  240.  
  241. GalleryStyle: enumeration    The button number in the Chart Gallery.
  242.  
  243. Button1!
  244.  
  245. Button2!
  246.  
  247. Button3!
  248.  
  249. Button4!
  250.  
  251. Button5!
  252.  
  253. Button6! 
  254.  
  255. SampleData: enumeration    Use sample data.
  256.  
  257. No!
  258.  
  259. Yes! 
  260.  
  261. ThreeDChart: enumeration    Make the new chart appear three-dimensional.
  262.  
  263. No!
  264.  
  265. Yes! 
  266.  
  267. ChartCreateBullet
  268.  
  269. Syntax
  270.  
  271. ()
  272.  
  273. Description
  274.  
  275. Create a new bulleted list.
  276.  
  277. ChartCreateDlg
  278.  
  279. Syntax
  280.  
  281. ()
  282.  
  283. Description
  284.  
  285. Display the Create Data Chart dialog box, which is used to create a new data chart.
  286.  
  287. ChartCreateOrg
  288.  
  289. Syntax
  290.  
  291. (GalleryStyle: enumeration)
  292.  
  293. Description
  294.  
  295. Create a new organization chart.
  296.  
  297. Parameters
  298.  
  299. GalleryStyle: enumeration    The button number in the Chart Gallery.
  300.  
  301. Button1!
  302.  
  303. Button10!
  304.  
  305. Button11!
  306.  
  307. Button12!
  308.  
  309. Button13!
  310.  
  311. Button14!
  312.  
  313. Button15!
  314.  
  315. Button16!
  316.  
  317. Button17!
  318.  
  319. Button18!
  320.  
  321. Button19!
  322.  
  323. Button2!
  324.  
  325. Button20!
  326.  
  327. Button3!
  328.  
  329. Button4!
  330.  
  331. Button5!
  332.  
  333. Button6!
  334.  
  335. Button7!
  336.  
  337. Button8!
  338.  
  339. Button9! 
  340.  
  341. ChartCreateOrgDlg
  342.  
  343. Syntax
  344.  
  345. ()
  346.  
  347. Description
  348.  
  349. Display the Organization Chart dialog box, which is used to create a new organization chart.
  350.  
  351. ChartCut
  352.  
  353. Syntax
  354.  
  355. ()
  356.  
  357. Description
  358.  
  359. Move selected data or text from a chart to the Clipboard.
  360.  
  361. ChartDataAxisDlg
  362.  
  363. Syntax
  364.  
  365. ()
  366.  
  367. Description
  368.  
  369. Change the scale, values, and tick options of the x-axis.
  370.  
  371. ChartDataColWidthDlg
  372.  
  373. Syntax
  374.  
  375. ()
  376.  
  377. Description
  378.  
  379. Display the Column Width dialog box, which is used to edit the width of a chart's Datasheet columns.
  380.  
  381. ChartDataExcludeDlg
  382.  
  383. Syntax
  384.  
  385. ()
  386.  
  387. Description
  388.  
  389. Display the Exclude dialog box, which is used to exclude specified rows or columns in a chart's Datasheet so the data they contain is not charted.
  390.  
  391. ChartDataFillDlg
  392.  
  393. Syntax
  394.  
  395. ()
  396.  
  397. Description
  398.  
  399. Display the Data Fill dialog box, which is used to fill a chart's Datasheet cells with a series of numbers or dates.
  400.  
  401. ChartDataFormatDlg
  402.  
  403. Syntax
  404.  
  405. ()
  406.  
  407. Description
  408.  
  409. Display the Format dialog box, which is used to change the number format or date format of the selected chart's Datasheet cells.
  410.  
  411. ChartDataFormulasDlg
  412.  
  413. Syntax
  414.  
  415. ()
  416.  
  417. Description
  418.  
  419. Display the Row/Column Formulas dialog box, which is used to enter formulas in a chart's Datasheet.
  420.  
  421. ChartDataFrameDlg
  422.  
  423. Syntax
  424.  
  425. ()
  426.  
  427. Description
  428.  
  429. Display the Frame dialog box, which is used to modify a chart frame and base height.
  430.  
  431. ChartDataGridTickDlg
  432.  
  433. Syntax
  434.  
  435. ()
  436.  
  437. Description
  438.  
  439. Display the Grid and Tick Options dialog box, which is used to modify the display of grids and ticks in a data chart.
  440.  
  441. ChartDataIncludeDlg
  442.  
  443. Syntax
  444.  
  445. ()
  446.  
  447. Description
  448.  
  449. Display the Include dialog box, which is used to chart only the data contained in selected rows or columns of a chart's Datasheet.
  450.  
  451. ChartDataLabelsDlg
  452.  
  453. Syntax
  454.  
  455. ()
  456.  
  457. Description
  458.  
  459. Display the Labels dialog box, which is used to edit axis labels, data labels, or table text in a data chart.
  460.  
  461. ChartDataLayoutDlg
  462.  
  463. Syntax
  464.  
  465. ()
  466.  
  467. Description
  468.  
  469. Display the Layout dialog box, which is used to modify the depth, size, and display of a data chart.
  470.  
  471. ChartDataLegendDlg
  472.  
  473. Syntax
  474.  
  475. ()
  476.  
  477. Description
  478.  
  479. Display the Legend dialog box, which is used to display, hide, or move a chart's legend.
  480.  
  481. ChartDataPerspectiveDlg
  482.  
  483. Syntax
  484.  
  485. ()
  486.  
  487. Description
  488.  
  489. Display the Perspective Options dialog box, which is used to change the angle from which a data chart is viewed.
  490.  
  491. ChartDataRecalc
  492.  
  493. Syntax
  494.  
  495. ()
  496.  
  497. Description
  498.  
  499. Recalculate the current data chart after new data has been entered.
  500.  
  501. ChartDataSeriesDlg
  502.  
  503. Syntax
  504.  
  505. ()
  506.  
  507. Description
  508.  
  509. Display the Series Options dialog box, which is used to change the way a row of data is graphically represented in a chart's Datasheet.
  510.  
  511. ChartDataSortDlg
  512.  
  513. Syntax
  514.  
  515. ()
  516.  
  517. Description
  518.  
  519. Display the Sort Data dialog box, which is used to sort chart data in ascending or descending order.
  520.  
  521. ChartDataStatisticsDlg
  522.  
  523. Syntax
  524.  
  525. ()
  526.  
  527. Description
  528.  
  529. Display the Statistics dialog box, which displays statistical calculations of selected chart data.
  530.  
  531. ChartDataSubtitleDlg
  532.  
  533. Syntax
  534.  
  535. ()
  536.  
  537. Description
  538.  
  539. Display the Subtitle Properties dialog box, which is used to specify chart subtitle options.
  540.  
  541. ChartDataTitlesDlg
  542.  
  543. Syntax
  544.  
  545. ()
  546.  
  547. Description
  548.  
  549. Display the Title Properties dialog box, which is used to define a data chart title.
  550.  
  551. ChartDataY1AxisDlg
  552.  
  553. Syntax
  554.  
  555. ()
  556.  
  557. Description
  558.  
  559. Display the Y1-Axis Properties dialog box, which is used to change scale, value, and tick options for the primary Y axis.
  560.  
  561. ChartDataY2AxisDlg
  562.  
  563. Syntax
  564.  
  565. ()
  566.  
  567. Description
  568.  
  569. Display the Y2-Axis Properties dialog box, which is used to change scale, value, and tick options for the secondary Y axis.
  570.  
  571. ChartDeleteDlg
  572.  
  573. Syntax
  574.  
  575. ()
  576.  
  577. Description
  578.  
  579. Display the Delete dialog box, which is used to remove selected rows or columns from a chart's Datasheet.
  580.  
  581. ChartDrop
  582.  
  583. Syntax
  584.  
  585. ()
  586.  
  587. Description
  588.  
  589. Move the selected organization chart box and drop it onto another box (the drop target).
  590.  
  591. ChartDropCopy
  592.  
  593. Syntax
  594.  
  595. ()
  596.  
  597. Description
  598.  
  599. Drop a copy of the selected organization chart box onto another box (the drop target).
  600.  
  601. ChartDropTarget
  602.  
  603. Syntax
  604.  
  605. (Position: enumeration; {BoxLocation: numeric})
  606.  
  607. Description
  608.  
  609. Drop selected organization chart boxes onto the box you specify.
  610.  
  611. Parameters
  612.  
  613. Position: enumeration    The location of the dropped boxes.
  614.  
  615. After!
  616.  
  617. Before!
  618.  
  619. Beneath!
  620.  
  621. Replace! 
  622.  
  623. BoxLocation: numeric    The location of the box receiving the drop.
  624.  
  625. ChartEdit
  626.  
  627. Syntax
  628.  
  629. (StyleButtonNum: enumeration; ChartType: enumeration; SampleData: enumeration; ThreeD: enumeration)
  630.  
  631. Description
  632.  
  633. Activate editing mode for the current chart.
  634.  
  635. Parameters
  636.  
  637. StyleButtonNum: enumeration (optional)    The Chart Gallery button number. Data charts (1-7), organization charts (1-20).
  638.  
  639. Button1!
  640.  
  641. Button10!
  642.  
  643. Button11!
  644.  
  645. Button12!
  646.  
  647. Button13!
  648.  
  649. Button14!
  650.  
  651. Button15!
  652.  
  653. Button16!
  654.  
  655. Button17!
  656.  
  657. Button18!
  658.  
  659. Button19!
  660.  
  661. Button2!
  662.  
  663. Button20!
  664.  
  665. Button3!
  666.  
  667. Button4!
  668.  
  669. Button5!
  670.  
  671. Button6!
  672.  
  673. Button7!
  674.  
  675. Button8!
  676.  
  677. Button9! 
  678.  
  679. ChartType: enumeration (optional)    The data chart type.
  680.  
  681. Area!
  682.  
  683. HiLo!
  684.  
  685. HorzBar!
  686.  
  687. Line!
  688.  
  689. Mixed!
  690.  
  691. Pie!
  692.  
  693. Radar!
  694.  
  695. Scatter!
  696.  
  697. Surface!
  698.  
  699. Table!
  700.  
  701. VertBar! 
  702.  
  703. SampleData: enumeration (optional)    Use sample data.
  704.  
  705. No!
  706.  
  707. Yes! 
  708.  
  709. ThreeD: enumeration (optional)    Three-dimensional appearance.
  710.  
  711. No!
  712.  
  713. Yes! 
  714.  
  715. ChartEditBox
  716.  
  717. Syntax
  718.  
  719. ()
  720.  
  721. Description
  722.  
  723. Edit the text in the currently selected organization chart box.
  724.  
  725. ChartEditCellDlg
  726.  
  727. Syntax
  728.  
  729. ()
  730.  
  731. Description
  732.  
  733. Display the Edit Current Cell dialog box, which is used to edit chart data.
  734.  
  735. ChartExpandSubordinates
  736.  
  737. Syntax
  738.  
  739. ()
  740.  
  741. Description
  742.  
  743. Display the subordinate positions under the selected box in an organization chart.
  744.  
  745. ChartFillAttributesDlg
  746.  
  747. Syntax
  748.  
  749. ()
  750.  
  751. Description
  752.  
  753. Display the Fill Attributes dialog box, which is used to specify fill options for chart objects.
  754.  
  755. ChartFontAttributesDlg
  756.  
  757. Syntax
  758.  
  759. ()
  760.  
  761. Description
  762.  
  763. Display the Text Attributes dialog box, which is used to specify the appearance of chart text.
  764.  
  765. ChartFontDlg
  766.  
  767. Syntax
  768.  
  769. ()
  770.  
  771. Description
  772.  
  773. Display the Font dialog box, which is used to specify a font for chart text.
  774.  
  775. ChartGallery
  776.  
  777. Syntax
  778.  
  779. (StyleButtonNum: enumeration; GalleryType: enumeration; ThreeD: enumeration)
  780.  
  781. Description
  782.  
  783. Display the Chart Gallery, which is used to view and retrieve chart layouts.
  784.  
  785. Parameters
  786.  
  787. StyleButtonNum: enumeration    The gallery button number. Data charts (1-7), organization charts (1-20).
  788.  
  789. Button1!
  790.  
  791. Button10!
  792.  
  793. Button11!
  794.  
  795. Button12!
  796.  
  797. Button13!
  798.  
  799. Button14!
  800.  
  801. Button15!
  802.  
  803. Button16!
  804.  
  805. Button17!
  806.  
  807. Button18!
  808.  
  809. Button19!
  810.  
  811. Button2!
  812.  
  813. Button20!
  814.  
  815. Button3!
  816.  
  817. Button4!
  818.  
  819. Button5!
  820.  
  821. Button6!
  822.  
  823. Button7!
  824.  
  825. Button8!
  826.  
  827. Button9! 
  828.  
  829. GalleryType: enumeration (optional)    The chart type.
  830.  
  831. Area!
  832.  
  833. HiLo!
  834.  
  835. HorzBar!
  836.  
  837. Line!
  838.  
  839. Mixed!
  840.  
  841. Org!
  842.  
  843. Pie!
  844.  
  845. Radar!
  846.  
  847. Scatter!
  848.  
  849. Surface!
  850.  
  851. Table!
  852.  
  853. VertBar! 
  854.  
  855. ThreeD: enumeration (optional)    Display three-dimensional data charts only.
  856.  
  857. No!
  858.  
  859. Yes! 
  860.  
  861. ChartGalleryDlg
  862.  
  863. Syntax
  864.  
  865. ()
  866.  
  867. Description
  868.  
  869. Display the Data Chart gallery, which shows predefined chart styles.
  870.  
  871. ChartGetAttrs
  872.  
  873. Syntax
  874.  
  875. ()
  876.  
  877. Description
  878.  
  879. Change the default organization chart attributes to those of the selected chart object.
  880.  
  881. ChartGotoCell2
  882.  
  883. Syntax
  884.  
  885. ()
  886.  
  887. Description
  888.  
  889. Place the insertion point in the Datasheet cell corresponding to a selected data chart object.
  890.  
  891. ChartGotoCellDlg
  892.  
  893. Syntax
  894.  
  895. ()
  896.  
  897. Description
  898.  
  899. Display the Go To dialog box, which is used to move the insertion point to a specified cell in a chart's Datasheet.
  900.  
  901. ChartHiLo
  902.  
  903. Syntax
  904.  
  905. ()
  906.  
  907. Description
  908.  
  909. Change the current chart to a high/low chart.
  910.  
  911. ChartInsertCoworker
  912.  
  913. Syntax
  914.  
  915. ()
  916.  
  917. Description
  918.  
  919. Add a coworker box to the current organization chart.
  920.  
  921. ChartInsertDataDlg
  922.  
  923. Syntax
  924.  
  925. ()
  926.  
  927. Description
  928.  
  929. Display the Insert dialog box, which is used to add rows or columns to a chart's Datasheet.
  930.  
  931. ChartInsertManager
  932.  
  933. Syntax
  934.  
  935. ()
  936.  
  937. Description
  938.  
  939. Add a manager box to the current organization chart.
  940.  
  941. ChartInsertNode
  942.  
  943. Syntax
  944.  
  945. (NodeType: enumeration; NumberOfNodes: numeric; Direction: enumeration)
  946.  
  947. Description
  948.  
  949. Add a coworker, subordinate, or staff position to the current organization chart.
  950.  
  951. Parameters
  952.  
  953. NodeType: enumeration (optional)    The type of position to insert.
  954.  
  955. Coworker!
  956.  
  957. Manager!
  958.  
  959. Staff!
  960.  
  961. Subordinate! 
  962.  
  963. NumberOfNodes: numeric (optional)    The number of positions to add.
  964.  
  965. Direction: enumeration (optional)    The direction in which to insert boxes.
  966.  
  967. Down!
  968.  
  969. Left!
  970.  
  971. Right!
  972.  
  973. Up! 
  974.  
  975. ChartInsertStaff
  976.  
  977. Syntax
  978.  
  979. ()
  980.  
  981. Description
  982.  
  983. Add a staff box to the current organization chart.
  984.  
  985. ChartInsertSubordinate
  986.  
  987. Syntax
  988.  
  989. ()
  990.  
  991. Description
  992.  
  993. Add a subordinate box to the current organization chart.
  994.  
  995. ChartLine
  996.  
  997. Syntax
  998.  
  999. ()
  1000.  
  1001. Description
  1002.  
  1003. Change the current chart to a line chart.
  1004.  
  1005. ChartLineAttributesDlg
  1006.  
  1007. Syntax
  1008.  
  1009. ()
  1010.  
  1011. Description
  1012.  
  1013. Display the Line Attributes dialog box in the Chart Editor, which is used to define the appearance of lines used in charts.
  1014.  
  1015. ChartMoveContents
  1016.  
  1017. Syntax
  1018.  
  1019. ()
  1020.  
  1021. Description
  1022.  
  1023. Move the contents of the selected organization chart box to another box (the drop target).
  1024.  
  1025. ChartOpenFileDlg
  1026.  
  1027. Syntax
  1028.  
  1029. ()
  1030.  
  1031. Description
  1032.  
  1033. Display the Import Data dialog box, which is used to retrieve data or text into a chart's Datasheet.
  1034.  
  1035. ChartOrDataWindowNext
  1036.  
  1037. Syntax
  1038.  
  1039. ()
  1040.  
  1041. Description
  1042.  
  1043. Toggle the insertion point between a data chart and its associated Datasheet.
  1044.  
  1045. ChartPaste
  1046.  
  1047. Syntax
  1048.  
  1049. ()
  1050.  
  1051. Description
  1052.  
  1053. Retrieve Clipboard contents into the current chart's Datasheet at the insertion point.
  1054.  
  1055. ChartPasteBranch
  1056.  
  1057. Syntax
  1058.  
  1059. ()
  1060.  
  1061. Description
  1062.  
  1063. Replace the selected branch with data from the Clipboard.
  1064.  
  1065. ChartPasteTranspose
  1066.  
  1067. Syntax
  1068.  
  1069. ()
  1070.  
  1071. Description
  1072.  
  1073. Move chart data from rows to columns or from columns to rows using the Clipboard.
  1074.  
  1075. ChartPie
  1076.  
  1077. Syntax
  1078.  
  1079. ()
  1080.  
  1081. Description
  1082.  
  1083. Change the current chart to a pie chart.
  1084.  
  1085. ChartPromoteBox
  1086.  
  1087. Syntax
  1088.  
  1089. ()
  1090.  
  1091. Description
  1092.  
  1093. Move the contents of the currently selected box up one level, replacing the contents of the manager's box.
  1094.  
  1095. ChartPutAttrs
  1096.  
  1097. Syntax
  1098.  
  1099. ()
  1100.  
  1101. Description
  1102.  
  1103. Apply the current organization chart attributes to selected chart objects.
  1104.  
  1105. ChartRadar
  1106.  
  1107. Syntax
  1108.  
  1109. ()
  1110.  
  1111. Description
  1112.  
  1113. Change the current chart to a radar chart.
  1114.  
  1115. ChartRenameBoxField
  1116.  
  1117. Syntax
  1118.  
  1119. (OldName: string; NewName: string)
  1120.  
  1121. Description
  1122.  
  1123. Change the placeholder text for a box field in an organization chart.
  1124.  
  1125. Parameters
  1126.  
  1127. OldName: string    The old box field name.
  1128.  
  1129. NewName: string    The new box field name.
  1130.  
  1131. ChartResetTextLocation
  1132.  
  1133. Syntax
  1134.  
  1135. ()
  1136.  
  1137. Description
  1138.  
  1139. Reposition text to original position.
  1140.  
  1141. ChartSaveAsDlg
  1142.  
  1143. Syntax
  1144.  
  1145. ()
  1146.  
  1147. Description
  1148.  
  1149. Display the Export Chart Data dialog box, which is used to save chart data in a specified format.
  1150.  
  1151. ChartScatter
  1152.  
  1153. Syntax
  1154.  
  1155. ()
  1156.  
  1157. Description
  1158.  
  1159. Change the current chart to a scatter chart.
  1160.  
  1161. ChartSelectAll
  1162.  
  1163. Syntax
  1164.  
  1165. ()
  1166.  
  1167. Description
  1168.  
  1169. Select all cells in a chart's Datasheet.
  1170.  
  1171. ChartSelectBox
  1172.  
  1173. Syntax
  1174.  
  1175. (BoxType: enumeration)
  1176.  
  1177. Description
  1178.  
  1179. Select a text box in the current data chart.
  1180.  
  1181. Parameters
  1182.  
  1183. BoxType: enumeration    The type of text box.
  1184.  
  1185. DataLabels!
  1186.  
  1187. Legend!
  1188.  
  1189. OBSOLETE!
  1190.  
  1191. PieTitles!
  1192.  
  1193. Subtitle!
  1194.  
  1195. Title! 
  1196.  
  1197. ChartSelectBranch
  1198.  
  1199. Syntax
  1200.  
  1201. ()
  1202.  
  1203. Description
  1204.  
  1205. Select a branch in an organization chart.
  1206.  
  1207. ChartSelectFrameBase
  1208.  
  1209. Syntax
  1210.  
  1211. (Frame: enumeration)
  1212.  
  1213. Description
  1214.  
  1215. Select a frame or base in the current data chart. Not valid for pie charts.
  1216.  
  1217. Parameters
  1218.  
  1219. Frame: enumeration    The position of the frame or base.
  1220.  
  1221. Back!
  1222.  
  1223. Bottom!
  1224.  
  1225. Front!
  1226.  
  1227. Left!
  1228.  
  1229. Right!
  1230.  
  1231. Top! 
  1232.  
  1233. ChartSelectGTA
  1234.  
  1235. Syntax
  1236.  
  1237. (GridTickAxis: enumeration; AxisType: enumeration)
  1238.  
  1239. Description
  1240.  
  1241. Select a grid, tick, or axis in the current data chart.
  1242.  
  1243. Parameters
  1244.  
  1245. GridTickAxis: enumeration    The type of grid, tick, or axis.
  1246.  
  1247. Axis!
  1248.  
  1249. GridMajor!
  1250.  
  1251. GridMinor!
  1252.  
  1253. TickMajor!
  1254.  
  1255. TickMinor! 
  1256.  
  1257. AxisType: enumeration    The type of axis.
  1258.  
  1259. X!
  1260.  
  1261. Y1!
  1262.  
  1263. Y2! 
  1264.  
  1265. ChartSelectLevels
  1266.  
  1267. Syntax
  1268.  
  1269. (StartLevel: numeric; NumberOfLevels: numeric)
  1270.  
  1271. Description
  1272.  
  1273. Select one or more levels in an organization chart.
  1274.  
  1275. Parameters
  1276.  
  1277. StartLevel: numeric (optional)    The beginning level of selection.
  1278.  
  1279. NumberOfLevels: numeric (optional)    The number of levels to select.
  1280.  
  1281. ChartSelectLevelsDlg
  1282.  
  1283. Syntax
  1284.  
  1285. ()
  1286.  
  1287. Description
  1288.  
  1289. Display the Select Levels dialog box for organization charts.
  1290.  
  1291. ChartSelectLines
  1292.  
  1293. Syntax
  1294.  
  1295. ()
  1296.  
  1297. Description
  1298.  
  1299. Select all connecting lines.
  1300.  
  1301. ChartSelectNext
  1302.  
  1303. Syntax
  1304.  
  1305. ()
  1306.  
  1307. Description
  1308.  
  1309. Select the next chart object in the current data chart.
  1310.  
  1311. ChartSelectPieText
  1312.  
  1313. Syntax
  1314.  
  1315. (pie: numeric; text_type: numeric; label_pos: enumeration)
  1316.  
  1317. Description
  1318.  
  1319. Select pie text by pie and text type.
  1320.  
  1321. Parameters
  1322.  
  1323. pie: numeric    The pie belonging to the text you want to select.
  1324.  
  1325. text_type: numeric    The type of text you want to select.
  1326.  
  1327. label_pos: enumeration (optional)    In!
  1328.  
  1329. Out! 
  1330.  
  1331. ChartSelectPieWedge
  1332.  
  1333. Syntax
  1334.  
  1335. (PieNumber: numeric; WedgeNumber: numeric)
  1336.  
  1337. Description
  1338.  
  1339. Select a pie wedge in the current pie chart.
  1340.  
  1341. Parameters
  1342.  
  1343. PieNumber: numeric    The pie number.
  1344.  
  1345. WedgeNumber: numeric    The pie wedge number.
  1346.  
  1347. ChartSelectPrev
  1348.  
  1349. Syntax
  1350.  
  1351. ()
  1352.  
  1353. Description
  1354.  
  1355. Select the previous chart object in the current data chart.
  1356.  
  1357. ChartSelectSeries
  1358.  
  1359. Syntax
  1360.  
  1361. (RowNumber: numeric)
  1362.  
  1363. Description
  1364.  
  1365. Select a specified series (a row of data) in the current data chart.
  1366.  
  1367. Parameters
  1368.  
  1369. RowNumber: numeric    The series row number. 
  1370.  
  1371. ChartSelectText
  1372.  
  1373. Syntax
  1374.  
  1375. (TextType: enumeration)
  1376.  
  1377. Description
  1378.  
  1379. Select the text within a text box in the current data chart.
  1380.  
  1381. Parameters
  1382.  
  1383. TextType: enumeration    The type of chart text.
  1384.  
  1385. DataLabels!
  1386.  
  1387. LegendSeries!
  1388.  
  1389. LegendTitle!
  1390.  
  1391. OBSOLETE!
  1392.  
  1393. PieTitles!
  1394.  
  1395. Subtitle!
  1396.  
  1397. TableCells!
  1398.  
  1399. Title!
  1400.  
  1401. XAxisTitle!
  1402.  
  1403. XLabels!
  1404.  
  1405. Y1AxisTitle!
  1406.  
  1407. Y1Labels!
  1408.  
  1409. Y2AxisTitle!
  1410.  
  1411. Y2Labels! 
  1412.  
  1413. ChartSetAbove
  1414.  
  1415. Syntax
  1416.  
  1417. ()
  1418.  
  1419. Description
  1420.  
  1421. Display labels above data points in the current data chart. Not valid for pie charts.
  1422.  
  1423. ChartSetAxisTitleHorz
  1424.  
  1425. Syntax
  1426.  
  1427. ()
  1428.  
  1429. Description
  1430.  
  1431. Display the axis title horizontally.
  1432.  
  1433. ChartSetAxisTitleVert
  1434.  
  1435. Syntax
  1436.  
  1437. ()
  1438.  
  1439. Description
  1440.  
  1441. Display the axis title vertically.
  1442.  
  1443. ChartSetBack
  1444.  
  1445. Syntax
  1446.  
  1447. ()
  1448.  
  1449. Description
  1450.  
  1451. Toggle display of the back frame in the current data chart.
  1452.  
  1453. ChartSetBelow
  1454.  
  1455. Syntax
  1456.  
  1457. ()
  1458.  
  1459. Description
  1460.  
  1461. Display labels below the data point in the current data chart.
  1462.  
  1463. ChartSetBottom
  1464.  
  1465. Syntax
  1466.  
  1467. ()
  1468.  
  1469. Description
  1470.  
  1471. Toggle display of the back frame in the current data chart.
  1472.  
  1473. ChartSetCenter
  1474.  
  1475. Syntax
  1476.  
  1477. ()
  1478.  
  1479. Description
  1480.  
  1481. Center the current data chart title.
  1482.  
  1483. ChartSetCreateSize
  1484.  
  1485. Syntax
  1486.  
  1487. (Left: numeric; Bottom: numeric; Right: numeric; Top: numeric)
  1488.  
  1489. Description
  1490.  
  1491. Specify the size of a new chart.
  1492.  
  1493. Parameters
  1494.  
  1495. Left: numeric    The left coordinate of a new chart, in WordPerfect units (1200ths of an inch).
  1496.  
  1497. Bottom: numeric    The bottom coordinate of a new chart, in WordPerfect units.
  1498.  
  1499. Right: numeric    The right coordinate of a new chart, in WordPerfect units.
  1500.  
  1501. Top: numeric    The top coordinate of a new chart, in WordPerfect units.
  1502.  
  1503. ChartSetFront
  1504.  
  1505. Syntax
  1506.  
  1507. ()
  1508.  
  1509. Description
  1510.  
  1511. Toggle display of the back frame in the current data chart.
  1512.  
  1513. ChartSetHide
  1514.  
  1515. Syntax
  1516.  
  1517. ()
  1518.  
  1519. Description
  1520.  
  1521. Hide a selected label, grid, tick, or frame in the current data chart.
  1522.  
  1523. ChartSetHorz
  1524.  
  1525. Syntax
  1526.  
  1527. ()
  1528.  
  1529. Description
  1530.  
  1531. Display a legend horizontally in the current data chart.
  1532.  
  1533. ChartSetInside
  1534.  
  1535. Syntax
  1536.  
  1537. ()
  1538.  
  1539. Description
  1540.  
  1541. Display the legend inside the current data chart.
  1542.  
  1543. ChartSetLabels
  1544.  
  1545. Syntax
  1546.  
  1547. ()
  1548.  
  1549. Description
  1550.  
  1551. Toggle display of the back frame in the current data chart.
  1552.  
  1553. ChartSetLeft
  1554.  
  1555. Syntax
  1556.  
  1557. ()
  1558.  
  1559. Description
  1560.  
  1561. Display the left data chart frame.
  1562.  
  1563. ChartSetLegend
  1564.  
  1565. Syntax
  1566.  
  1567. ()
  1568.  
  1569. Description
  1570.  
  1571. Toggle display of the back frame in the current data chart.
  1572.  
  1573. ChartSetLinear
  1574.  
  1575. Syntax
  1576.  
  1577. ()
  1578.  
  1579. Description
  1580.  
  1581. Set the current axis to the linear scale.
  1582.  
  1583. ChartSetLog
  1584.  
  1585. Syntax
  1586.  
  1587. ()
  1588.  
  1589. Description
  1590.  
  1591. Set the current axis to the logarithmic scale.
  1592.  
  1593. ChartSetOutside
  1594.  
  1595. Syntax
  1596.  
  1597. ()
  1598.  
  1599. Description
  1600.  
  1601. Display the legend outside the current data chart.
  1602.  
  1603. ChartSetRight
  1604.  
  1605. Syntax
  1606.  
  1607. ()
  1608.  
  1609. Description
  1610.  
  1611. Toggle display of the back frame in the current data chart.
  1612.  
  1613. ChartSetSpacing
  1614.  
  1615. Syntax
  1616.  
  1617. (VertSpacing: numeric; HorzSpacing: numeric)
  1618.  
  1619. Description
  1620.  
  1621. Set the spacing between boxes in an organization chart.
  1622.  
  1623. Parameters
  1624.  
  1625. VertSpacing: numeric (optional)    The spacing from an organization chart box to its subordinates.
  1626.  
  1627. HorzSpacing: numeric (optional)    The spacing between co-workers on an organization chart.
  1628.  
  1629. ChartSetSpacingDlg
  1630.  
  1631. Syntax
  1632.  
  1633. ()
  1634.  
  1635. Description
  1636.  
  1637. Display the Organization Chart Spacing dialog box, which is used to set spacing between organization chart boxes.
  1638.  
  1639. ChartSetStagger
  1640.  
  1641. Syntax
  1642.  
  1643. ()
  1644.  
  1645. Description
  1646.  
  1647. Stagger the display of X-axis labels in the current data chart.
  1648.  
  1649. ChartSetTitleLeft
  1650.  
  1651. Syntax
  1652.  
  1653. ()
  1654.  
  1655. Description
  1656.  
  1657. Display a chart title or subtitle in the left position.
  1658.  
  1659. ChartSetTitleRight
  1660.  
  1661. Syntax
  1662.  
  1663. ()
  1664.  
  1665. Description
  1666.  
  1667. Display a chart title or subtitle in the right position.
  1668.  
  1669. ChartSetTop
  1670.  
  1671. Syntax
  1672.  
  1673. ()
  1674.  
  1675. Description
  1676.  
  1677. Toggle display of the back frame in the current data chart.
  1678.  
  1679. ChartSetUnStagger
  1680.  
  1681. Syntax
  1682.  
  1683. ()
  1684.  
  1685. Description
  1686.  
  1687. Display X-axis labels so they are not staggered.
  1688.  
  1689. ChartSetVert
  1690.  
  1691. Syntax
  1692.  
  1693. ()
  1694.  
  1695. Description
  1696.  
  1697. Display a legend vertically in the current data chart.
  1698.  
  1699. ChartSetY1
  1700.  
  1701. Syntax
  1702.  
  1703. ()
  1704.  
  1705. Description
  1706.  
  1707. Put the currently selected series on the Primary Y axis.
  1708.  
  1709. ChartSetY2
  1710.  
  1711. Syntax
  1712.  
  1713. ()
  1714.  
  1715. Description
  1716.  
  1717. Put the currently selected series on the Secondary Y axis.
  1718.  
  1719. ChartSubtitleToggle
  1720.  
  1721. Syntax
  1722.  
  1723. ()
  1724.  
  1725. Description
  1726.  
  1727. Toggle a chart subtitle on and off.
  1728.  
  1729. ChartSurface
  1730.  
  1731. Syntax
  1732.  
  1733. ()
  1734.  
  1735. Description
  1736.  
  1737. Change the current chart to a surface chart.
  1738.  
  1739. ChartTextUserPos
  1740.  
  1741. Syntax
  1742.  
  1743. (Type: enumeration; Subtype: numeric; Subtype2: numeric; Subtype3: numeric; X_Value: numeric; Y_value: numeric)
  1744.  
  1745. Description
  1746.  
  1747. Specify an exact location for text in a data chart. You can define separate locations for each text item, such as the title or subtitle.
  1748.  
  1749. Parameters
  1750.  
  1751. Type: enumeration     AxisTitle!
  1752.  
  1753. DataLabel!
  1754.  
  1755. Legend!
  1756.  
  1757. PieLabel!
  1758.  
  1759. PieTitles!
  1760.  
  1761. Subtitle!
  1762.  
  1763. Title! 
  1764.  
  1765. Subtype: numeric     The type of chart text.
  1766.  
  1767. Subtype2: numeric     The type of chart text.
  1768.  
  1769. Subtype3: numeric     The type of chart text.
  1770.  
  1771. X_Value: numeric     The horizontal location.
  1772.  
  1773. Y_value: numeric     The vertical location.
  1774.  
  1775. ChartTitlesDisplay
  1776.  
  1777. Syntax
  1778.  
  1779. (TitleIndex: enumeration; Display: enumeration)
  1780.  
  1781. Description
  1782.  
  1783. Display or hide chart titles or legend titles in a data chart.
  1784.  
  1785. Parameters
  1786.  
  1787. TitleIndex: enumeration    The title type.
  1788.  
  1789. Legend!
  1790.  
  1791. PieTitle!
  1792.  
  1793. Subtitle!
  1794.  
  1795. Title!
  1796.  
  1797. X!
  1798.  
  1799. Y1!
  1800.  
  1801. Y2! 
  1802.  
  1803. Display: enumeration    Display a chart title.
  1804.  
  1805. Off!
  1806.  
  1807. On! 
  1808.  
  1809. ChartTitleToggle
  1810.  
  1811. Syntax
  1812.  
  1813. ()
  1814.  
  1815. Description
  1816.  
  1817. Toggle a chart title on and off.
  1818.  
  1819. ChartToggle3D
  1820.  
  1821. Syntax
  1822.  
  1823. ()
  1824.  
  1825. Description
  1826.  
  1827. Toggle between three-dimensional and two-dimensional data chart views.
  1828.  
  1829. ChartToggleHorzVert
  1830.  
  1831. Syntax
  1832.  
  1833. ()
  1834.  
  1835. Description
  1836.  
  1837. Toggle between horizontal and vertical data chart views.
  1838.  
  1839. ChartToggleTable
  1840.  
  1841. Syntax
  1842.  
  1843. ()
  1844.  
  1845. Description
  1846.  
  1847. Toggle between data chart views that show or hide a corresponding table of data.
  1848.  
  1849. ChartUnselectAll
  1850.  
  1851. Syntax
  1852.  
  1853. ()
  1854.  
  1855. Description
  1856.  
  1857. Unselect all objects in the chart editor.
  1858.  
  1859. ChartViewDatasheet
  1860.  
  1861. Syntax
  1862.  
  1863. (Show: enumeration)
  1864.  
  1865. Description
  1866.  
  1867. Toggle the display of the Datasheet in a data chart.
  1868.  
  1869. Parameters
  1870.  
  1871. Show: enumeration (optional)    Display the Datasheet.
  1872.  
  1873. Off!
  1874.  
  1875. On! 
  1876.  
  1877. ChartViewOrgOutline
  1878.  
  1879. Syntax
  1880.  
  1881. (Show: enumeration)
  1882.  
  1883. Description
  1884.  
  1885. Display or hide the organization chart outline.
  1886.  
  1887. Parameters
  1888.  
  1889. Show: enumeration (optional)     Off!
  1890.  
  1891. On! 
  1892.  
  1893. ChartZeroBaseline
  1894.  
  1895. Syntax
  1896.  
  1897. (Display: enumeration)
  1898.  
  1899. Description
  1900.  
  1901. Toggle the zero baseline.
  1902.  
  1903. Parameters
  1904.  
  1905. Display: enumeration     Off!
  1906.  
  1907. On! 
  1908.  
  1909. ClearBackground
  1910.  
  1911. Syntax
  1912.  
  1913. ()
  1914.  
  1915. Description
  1916.  
  1917. Erase the current background in the Background Editor.
  1918.  
  1919. ClearBitmap
  1920.  
  1921. Syntax
  1922.  
  1923. ()
  1924.  
  1925. Description
  1926.  
  1927. Erase the current bitmap area without closing the Bitmap Editor.
  1928.  
  1929. ClearDocument
  1930.  
  1931. Syntax
  1932.  
  1933. ()
  1934.  
  1935. Description
  1936.  
  1937. Display the Clear dialog box, which is used to remove objects from a drawing, slide, slide show, layout, background, or master. Dialog box options vary according to the current program state. Not recordable.
  1938.  
  1939. Note
  1940.  
  1941.   This command is obsolete.
  1942.   
  1943. ClearDrawing
  1944.  
  1945. Syntax
  1946.  
  1947. ()
  1948.  
  1949. Description
  1950.  
  1951. Display the Clear Drawing dialog box, which is used to delete all items from the current drawing window.
  1952.  
  1953. ClearLayout
  1954.  
  1955. Syntax
  1956.  
  1957. ()
  1958.  
  1959. Description
  1960.  
  1961. Remove all objects from the current layout.
  1962.  
  1963. ClearMaster
  1964.  
  1965. Syntax
  1966.  
  1967. ()
  1968.  
  1969. Description
  1970.  
  1971. Remove all layouts and backgrounds from the current master.
  1972.  
  1973. ClearMasterDlg
  1974.  
  1975. Syntax
  1976.  
  1977. ()
  1978.  
  1979. Description
  1980.  
  1981. Display the Clear dialog box with the options Master and Current Background available.
  1982.  
  1983. ClearPresentation
  1984.  
  1985. Syntax
  1986.  
  1987. ()
  1988.  
  1989. Description
  1990.  
  1991. Clear all slides from the current slide show.
  1992.  
  1993. ClearPresentationDlg
  1994.  
  1995. Syntax
  1996.  
  1997. ()
  1998.  
  1999. Description
  2000.  
  2001. Display the Clear dialog box with the options Slide Show and Slide # available (with # indicating the current slide number).
  2002.  
  2003. ClearSlide
  2004.  
  2005. Syntax
  2006.  
  2007. ()
  2008.  
  2009. Description
  2010.  
  2011. Remove all objects from the current slide.
  2012.  
  2013. ClipArtBrowser
  2014.  
  2015. Syntax
  2016.  
  2017. ()
  2018.  
  2019. Description
  2020.  
  2021. Display the Clipart browser.
  2022.  
  2023. ClipboardCopy
  2024.  
  2025. Syntax
  2026.  
  2027. ()
  2028.  
  2029. Description
  2030.  
  2031. Copy selected objects or text to the Clipboard.
  2032.  
  2033. ClipboardCut
  2034.  
  2035. Syntax
  2036.  
  2037. ()
  2038.  
  2039. Description
  2040.  
  2041. Move selected objects or text to the Clipboard.
  2042.  
  2043. ClipboardPaste
  2044.  
  2045. Syntax
  2046.  
  2047. ()
  2048.  
  2049. Description
  2050.  
  2051. Insert Clipboard contents into the current drawing at the insertion point.
  2052.  
  2053. CombineObjects
  2054.  
  2055. Syntax
  2056.  
  2057. ()
  2058.  
  2059. Description
  2060.  
  2061. Combine the selected objects into a compound polygon.
  2062.  
  2063. ConnectorsDlg
  2064.  
  2065. Syntax
  2066.  
  2067. ()
  2068.  
  2069. Description
  2070.  
  2071. Display the Connectors dialog box, which is used to modify connectors between organization chart levels.
  2072.  
  2073. ContourText
  2074.  
  2075. Syntax
  2076.  
  2077. (VertJust: enumeration; HorzJust: enumeration; ShowPath: enumeration)
  2078.  
  2079. Description
  2080.  
  2081. Shape selected text to the outline of a selected drawing object.
  2082.  
  2083. Parameters
  2084.  
  2085. VertJust: enumeration    The vertical position of text in relation to the curve it follows.
  2086.  
  2087. Bottom!
  2088.  
  2089. Top! 
  2090.  
  2091. HorzJust: enumeration    The horizontal position of text in relation to the curve it follows.
  2092.  
  2093. Center!
  2094.  
  2095. Left!
  2096.  
  2097. Right! 
  2098.  
  2099. ShowPath: enumeration    Show the object as well as the contoured text.
  2100.  
  2101. No!
  2102.  
  2103. Yes! 
  2104.  
  2105. ContourTextAttributesDlg
  2106.  
  2107. Syntax
  2108.  
  2109. ()
  2110.  
  2111. Description
  2112.  
  2113. Display the Contour Text dialog box, which is used to shape text to the outline of a selected drawing object.
  2114.  
  2115. ConvertToBitmap
  2116.  
  2117. Syntax
  2118.  
  2119. ()
  2120.  
  2121. Description
  2122.  
  2123. Convert the selected objects to bitmap format.
  2124.  
  2125. ConvertToPolygon
  2126.  
  2127. Syntax
  2128.  
  2129. ()
  2130.  
  2131. Description
  2132.  
  2133. Convert the selected objects to polygon format.
  2134.  
  2135. Note
  2136.  
  2137. * New command
  2138. CopyMarquee
  2139.  
  2140. Syntax
  2141.  
  2142. ()
  2143.  
  2144. Description
  2145.  
  2146. Copy a selected bitmap area to the Clipboard.
  2147.  
  2148. CopySelectedSlides
  2149.  
  2150. Syntax
  2151.  
  2152. (To: numeric)
  2153.  
  2154. Description
  2155.  
  2156. Copy selected slides to a specified position in the current slide show.
  2157.  
  2158. Parameters
  2159.  
  2160. To: numeric    Specify which slide the copies follow.
  2161.  
  2162. CrosshairCursor
  2163.  
  2164. Syntax
  2165.  
  2166. (State: enumeration)
  2167.  
  2168. Description
  2169.  
  2170. Turn the crosshair pointer on or off. If no parameter is specified, the command toggles the crosshair pointer.
  2171.  
  2172. Parameters
  2173.  
  2174. State: enumeration (optional)    The crosshair cursor is on or off.
  2175.  
  2176. Off!
  2177.  
  2178. On! 
  2179.  
  2180. CutMarquee
  2181.  
  2182. Syntax
  2183.  
  2184. ()
  2185.  
  2186. Description
  2187.  
  2188. Move a selected bitmap area to the Clipboard.
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.