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

  1. DatasheetBlockMode
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Toggle on and off the select mode in a chart's Datasheet.
  10.  
  11. DatasheetColWidth
  12.  
  13. Syntax
  14.  
  15. (Width: numeric)
  16.  
  17. Description
  18.  
  19. Specify a chart's Datasheet column width in number of characters.
  20.  
  21. Parameters
  22.  
  23. Width: numeric    The column width in characters. 
  24.  
  25. DatasheetDateFmt
  26.  
  27. Syntax
  28.  
  29. (Format: enumeration; CustFmtStr: string)
  30.  
  31. Description
  32.  
  33. Format the selected chart's Datasheet cells as dates.
  34.  
  35. Parameters
  36.  
  37. Format: enumeration    The date format.
  38.  
  39. DD_MMM!
  40.  
  41. DD_MMM_YY!
  42.  
  43. General!
  44.  
  45. HH_MM!
  46.  
  47. HH_MM_SS!
  48.  
  49. MM_DD!
  50.  
  51. MM_DD_YY!
  52.  
  53. MM_DD_YY_HH_MM_SS!
  54.  
  55. MM_YY!
  56.  
  57. MMM_DD!
  58.  
  59. MMM_DD_YY!
  60.  
  61. MMM_YY!
  62.  
  63. Q_YY!
  64.  
  65. QTR_YY!
  66.  
  67. UserDef!
  68.  
  69. YYYY!
  70.  
  71. YYYY_MM_DD! 
  72.  
  73. CustFmtStr: string (optional)    The user-defined date format. Contains the date string defining the user-defined date format.
  74.  
  75. DatasheetDelete
  76.  
  77. Syntax
  78.  
  79. (Direction: enumeration; Number: numeric)
  80.  
  81. Description
  82.  
  83. Remove rows or columns from a chart's Datasheet.
  84.  
  85. Parameters
  86.  
  87. Direction: enumeration    Delete rows or columns.
  88.  
  89. Columns!
  90.  
  91. Rows! 
  92.  
  93. Number: numeric    The number of rows or columns to delete.
  94.  
  95. DatasheetDown
  96.  
  97. Syntax
  98.  
  99. (Count: numeric; BlockExtend: enumeration)
  100.  
  101. Description
  102.  
  103. Move the insertion point down a specified number of cells in a chart's Datasheet.
  104.  
  105. Parameters
  106.  
  107. Count: numeric    The number of cells down to move the insertion point.
  108.  
  109. BlockExtend: enumeration    Moving the insertion point selects cells.
  110.  
  111. No!
  112.  
  113. Yes! 
  114.  
  115. DatasheetExclude
  116.  
  117. Syntax
  118.  
  119. (Direction: enumeration)
  120.  
  121. Description
  122.  
  123. Exclude the data in the selected Datasheet rows or columns from a chart.
  124.  
  125. Parameters
  126.  
  127. Direction: enumeration    Exclude columns or rows.
  128.  
  129. Columns!
  130.  
  131. Rows! 
  132.  
  133. DatasheetExport
  134.  
  135. Syntax
  136.  
  137. (Filename: string; Delimiter: numeric; Format: enumeration)
  138.  
  139. Description
  140.  
  141. Export data from a chart's Datasheet to a file.
  142.  
  143. Parameters
  144.  
  145. Filename: string    The name of the file to contain exported data.
  146.  
  147. Delimiter: numeric    The ASCII numeric equivalent of a character to use as a delimiter for each Datasheet cell.
  148.  
  149. Format: enumeration    The file format.
  150.  
  151. Ansi!
  152.  
  153. Ascii! 
  154.  
  155. DatasheetFillDates
  156.  
  157. Syntax
  158.  
  159. (Start: numeric; Step: numeric; StepType: enumeration; Direction: enumeration)
  160.  
  161. Description
  162.  
  163. Fill the current chart's Datasheet with a series of dates.
  164.  
  165. Parameters
  166.  
  167. Start: numeric    The starting date. The date 1/1/1900 12:00 am is represented by a 1. To determine the numeric equivalent of a date, type the date in the Start entry box, then choose Linear or Growth from the Type options. 
  168.  
  169. Step: numeric    Increment between dates.
  170.  
  171. StepType: enumeration    The type of increment.
  172.  
  173. Days!
  174.  
  175. Hours!
  176.  
  177. Minutes!
  178.  
  179. Months!
  180.  
  181. Qtrs!
  182.  
  183. Seconds!
  184.  
  185. Weekdays!
  186.  
  187. Weeks!
  188.  
  189. Years! 
  190.  
  191. Direction: enumeration    Fill a Datasheet by rows or columns.
  192.  
  193. Columns!
  194.  
  195. Rows! 
  196.  
  197. DatasheetFillNumbers
  198.  
  199. Syntax
  200.  
  201. (Start: numeric; Step: numeric; FillType: enumeration; Direction: enumeration)
  202.  
  203. Description
  204.  
  205. Fill a chart's Datasheet with a series of numbers.
  206.  
  207. Parameters
  208.  
  209. Start: numeric    The starting number. 
  210.  
  211. Step: numeric    Increment between numbers.
  212.  
  213. FillType: enumeration    The type of increment.
  214.  
  215. Growth!
  216.  
  217. Linear! 
  218.  
  219. Direction: enumeration    Fill a Datasheet by rows or columns.
  220.  
  221. Columns!
  222.  
  223. Rows! 
  224.  
  225. DatasheetFormula
  226.  
  227. Syntax
  228.  
  229. (Function: enumeration; RowCol: enumeration; Dest: numeric; Arguments: string; MovAveArg: string; PolyFitOrder: numeric; FitForecast: numeric)
  230.  
  231. Description
  232.  
  233. Apply a formula to rows or columns of a chart's Datasheet.
  234.  
  235. Parameters
  236.  
  237. Function: enumeration    The function to perform on selected data.
  238.  
  239. AbsVal!
  240.  
  241. Average!
  242.  
  243. Cosine!
  244.  
  245. CumTotal!
  246.  
  247. Difference!
  248.  
  249. FitExp!
  250.  
  251. FitLin!
  252.  
  253. FitLog!
  254.  
  255. FitPoly!
  256.  
  257. FitPower!
  258.  
  259. Max!
  260.  
  261. Min!
  262.  
  263. MovAve!
  264.  
  265. None!
  266.  
  267. Percent!
  268.  
  269. Sine!
  270.  
  271. Sum! 
  272.  
  273. RowCol: enumeration    Fill by columns or rows.
  274.  
  275. Column!
  276.  
  277. Row! 
  278.  
  279. Dest: numeric    The row or column to contain the formula results.
  280.  
  281. Arguments: string    The beginning and ending row or column numbers, separated by a comma. 
  282.  
  283. MovAveArg: string    The number of values to average before and after each chart item when calculating a moving average.
  284.  
  285. PolyFitOrder: numeric    The number of points in the Order of Curve Fit when charting a fit polynomial curve.
  286.  
  287. FitForecast: numeric    Indicate how far to forecast.
  288.  
  289. DatasheetGoto
  290.  
  291. Syntax
  292.  
  293. (Column: numeric; Row: numeric; BlockExtend: enumeration; MouseClick: enumeration)
  294.  
  295. Description
  296.  
  297. Move the insertion point to a specified cell in a chart's Datasheet.
  298.  
  299. Parameters
  300.  
  301. Column: numeric    The column number.
  302.  
  303. Row: numeric    The row number.
  304.  
  305. BlockExtend: enumeration    Creates a selected block of cells between, and including, the cell specified by the Column and Row parameter, and the cell that was selected prior to the execution of this command.
  306.  
  307. No!
  308.  
  309. Yes! 
  310.  
  311. MouseClick: enumeration    Cells scroll into view, as they do when you click the mouse to select a cell.
  312.  
  313. No!
  314.  
  315. Yes! 
  316.  
  317. DatasheetHome
  318.  
  319. Syntax
  320.  
  321. (ControlKey: enumeration)
  322.  
  323. Description
  324.  
  325. Perform the function of the Home key in a chart's Datasheet. The Home key is used with other keystrokes to move the insertion point in a Datasheet.
  326.  
  327. Parameters
  328.  
  329. ControlKey: enumeration (optional)    Indicate whether the Control key was pressed in addition to the Home key. This parameter will cause the cursor to move to cell 0,0.
  330.  
  331. No!
  332.  
  333. Yes! 
  334.  
  335. DatasheetImport
  336.  
  337. Syntax
  338.  
  339. (Filename: string; Clear: enumeration; Link: enumeration; Transpose: enumeration; Location: enumeration; Range: string)
  340.  
  341. Description
  342.  
  343. Import data from a spreadsheet file into a chart's Datasheet.
  344.  
  345. Parameters
  346.  
  347. Filename: string    The datasheet file to import.
  348.  
  349. Clear: enumeration (optional)    Clear the data chart Datasheet before importing spreadsheet data.
  350.  
  351. Clear!
  352.  
  353. NoClear! 
  354.  
  355. Link: enumeration (optional)    Link the import file to the file containing the data chart.
  356.  
  357. Link!
  358.  
  359. NoLink! 
  360.  
  361. Transpose: enumeration (optional)    Transpose the imported data.
  362.  
  363. NoTranspose!
  364.  
  365. Transpose! 
  366.  
  367. Location: enumeration    Import data to the top left cell (0,0), or the cell containing the insertion point.
  368.  
  369. CurrentCell!
  370.  
  371. TopLeft! 
  372.  
  373. Range: string (optional)    The range of spreadsheet cells from which to import data.
  374.  
  375. DatasheetImportOptions
  376.  
  377. Syntax
  378.  
  379. (Filename: string; Clear: enumeration; Link: enumeration; InsertAt: enumeration)
  380.  
  381. Description
  382.  
  383. Specify default options for the Import Data dialog box, which is used to import data into a chart's Datasheet. This command exists for 0S/2 integration.
  384.  
  385. Parameters
  386.  
  387. Filename: string    The default filename.
  388.  
  389. Clear: enumeration    Clear Current Data is selected.
  390.  
  391. No!
  392.  
  393. Yes! 
  394.  
  395. Link: enumeration    The link to the Datasheet is selected.
  396.  
  397. No!
  398.  
  399. Yes! 
  400.  
  401. InsertAt: enumeration    Specify whether Import at Current Cell is selected. Otherwise, imported data begins at the top left cell.
  402.  
  403. CurrentCell!
  404.  
  405. TopLeft! 
  406.  
  407. DatasheetImportText
  408.  
  409. Syntax
  410.  
  411. (Filename: string; FileFormat: enumeration; FieldDelimiter: string; RecordDelimiter: string; StripChars: string; EncapsulationChar: string; ClearData: enumeration; Link: enumeration; Transpose: enumeration; Location: enumeration)
  412.  
  413. Description
  414.  
  415. Import data from a text file to a chart's Datasheet.
  416.  
  417. Parameters
  418.  
  419. Filename: string    The file from which to import data.
  420.  
  421. FileFormat: enumeration    The format of the data file.
  422.  
  423. Ansi!
  424.  
  425. Ascii! 
  426.  
  427. FieldDelimiter: string (optional)    The field delimiter for imported text.
  428.  
  429. RecordDelimiter: string (optional)    The record delimiter for imported text.
  430.  
  431. StripChars: string (optional)    The characters to strip from imported text.
  432.  
  433. EncapsulationChar: string (optional)    The character used to encapsulate each field.
  434.  
  435. ClearData: enumeration (optional)    Clear the chart's Datasheet before importing data.
  436.  
  437. Clear!
  438.  
  439. NoClear! 
  440.  
  441. Link: enumeration (optional)    Link the data file to the Datasheet.
  442.  
  443. Link!
  444.  
  445. NoLink! 
  446.  
  447. Transpose: enumeration (optional)    Transpose the data before importing.
  448.  
  449. NoTranspose!
  450.  
  451. Transpose! 
  452.  
  453. Location: enumeration    Import data to the top left cell (0,0), or the cell containing the insertion point.
  454.  
  455. CurrentCell!
  456.  
  457. TopLeft! 
  458.  
  459. DatasheetInclude
  460.  
  461. Syntax
  462.  
  463. (Direction: enumeration)
  464.  
  465. Description
  466.  
  467. Include the data in a specified chart's Datasheet rows or columns in a data chart.
  468.  
  469. Parameters
  470.  
  471. Direction: enumeration    Include columns or rows.
  472.  
  473. Columns!
  474.  
  475. Rows! 
  476.  
  477. DatasheetInput
  478.  
  479. Syntax
  480.  
  481. (String: string)
  482.  
  483. Description
  484.  
  485. Insert data into a cell in a chart's Datasheet.
  486.  
  487. Parameters
  488.  
  489. String: string    The data to insert.
  490.  
  491. DatasheetInsert
  492.  
  493. Syntax
  494.  
  495. (Direction: enumeration; Number: numeric)
  496.  
  497. Description
  498.  
  499. Add rows or columns to a chart's Datasheet.
  500.  
  501. Parameters
  502.  
  503. Direction: enumeration    Add columns or rows.
  504.  
  505. Columns!
  506.  
  507. Rows! 
  508.  
  509. Number: numeric    The number of rows or columns to add. 
  510.  
  511. DatasheetLeft
  512.  
  513. Syntax
  514.  
  515. (Count: numeric; BlockExtend: enumeration)
  516.  
  517. Description
  518.  
  519. Move the insertion point a specified number of cells to the left in a chart's Datasheet.
  520.  
  521. Parameters
  522.  
  523. Count: numeric    The number of cells to the left to move the insertion point.
  524.  
  525. BlockExtend: enumeration    Moving the insertion point selects cells.
  526.  
  527. No!
  528.  
  529. Yes! 
  530.  
  531. DatasheetNumericFmt
  532.  
  533. Syntax
  534.  
  535. (FloatingDigits: numeric; Digits: numeric; NegParen: numeric; Currency: numeric; Thousands: numeric; Percent: numeric; Exponential: numeric)
  536.  
  537. Description
  538.  
  539. Specify a numeric format for selected cells of a chart's Datasheet.
  540.  
  541. Parameters
  542.  
  543. FloatingDigits: numeric    Numeric format includes floating digits or a fixed number of digits after the decimal point. Use the Digits parameter to specify a fixed number. Use 0 for fixed and 1 for floating.
  544.  
  545. Digits: numeric    A fixed number of digits. Use only when the value of the FloatingDigits parameter is 0.
  546.  
  547. NegParen: numeric    Show negative numbers with a minus sign or in parentheses. Use 0 for minus sign and 1 for parentheses.
  548.  
  549. Currency: numeric    Format numbers with a currency symbol. Use 0 for no currency symbol and 1 for a currency symbol.
  550.  
  551. Thousands: numeric    Format numbers with a thousands separator. Use 0 for no thousands separator and 1 for a thousands separator.
  552.  
  553. Percent: numeric    Determine whether to format numbers as percentages. Use 0 for no percentage and 1 for a percentage.
  554.  
  555. Exponential: numeric    Determine whether to format numbers as exponents. Use 0 for no exponent and 1 for an exponent.
  556.  
  557. numeric:=DatasheetOneColWidth
  558.  
  559. Syntax
  560.  
  561. (Column: numeric)
  562.  
  563. Description
  564.  
  565. Specify a chart's Datasheet column width in number of characters for one column.
  566.  
  567. Parameters
  568.  
  569. Column: numeric (optional)     The width of the column in characters.
  570.  
  571. DatasheetPgDn
  572.  
  573. Syntax
  574.  
  575. (Count: numeric; BlockExtend: enumeration)
  576.  
  577. Description
  578.  
  579. Move the insertion point down a specified number of pages in a chart's Datasheet.
  580.  
  581. Parameters
  582.  
  583. Count: numeric    The number of pages down to move the insertion point.
  584.  
  585. BlockExtend: enumeration    Moving the insertion point selects cells.
  586.  
  587. No!
  588.  
  589. Yes! 
  590.  
  591. DatasheetPgLeft
  592.  
  593. Syntax
  594.  
  595. (Count: numeric; BlockExtend: enumeration)
  596.  
  597. Description
  598.  
  599. Move the insertion point a specified number of pages to the left in a chart's Datasheet.
  600.  
  601. Parameters
  602.  
  603. Count: numeric    The number of pages left to move the insertion point. 
  604.  
  605. BlockExtend: enumeration    Moving the insertion point selects cells.
  606.  
  607. No!
  608.  
  609. Yes! 
  610.  
  611. DatasheetPgRight
  612.  
  613. Syntax
  614.  
  615. (Count: numeric; BlockExtend: enumeration)
  616.  
  617. Description
  618.  
  619. Move the insertion point a specified number of pages to the right in a chart's Datasheet.
  620.  
  621. Parameters
  622.  
  623. Count: numeric    The number of pages right to move the insertion point.
  624.  
  625. BlockExtend: enumeration    Moving the insertion point selects cells.
  626.  
  627. No!
  628.  
  629. Yes! 
  630.  
  631. DatasheetPgUp
  632.  
  633. Syntax
  634.  
  635. (Count: numeric; BlockExtend: enumeration)
  636.  
  637. Description
  638.  
  639. Move the insertion point up a specified number of cells in a chart's Datasheet.
  640.  
  641. Parameters
  642.  
  643. Count: numeric    The number of pages up to move the insertion point.
  644.  
  645. BlockExtend: enumeration    Moving the insertion point selects cells.
  646.  
  647. No!
  648.  
  649. Yes! 
  650.  
  651. DatasheetRight
  652.  
  653. Syntax
  654.  
  655. (Count: numeric; BlockExtend: enumeration)
  656.  
  657. Description
  658.  
  659. Move the insertion point a specified number of cells to the right in a chart's Datasheet.
  660.  
  661. Parameters
  662.  
  663. Count: numeric    The number of cells right to move the insertion point.
  664.  
  665. BlockExtend: enumeration    Moving the insertion point selects cells.
  666.  
  667. No!
  668.  
  669. Yes! 
  670.  
  671. DatasheetUp
  672.  
  673. Syntax
  674.  
  675. (Count: numeric; BlockExtend: enumeration)
  676.  
  677. Description
  678.  
  679. Move the insertion point up a specified number of cells in a chart's Datasheet.
  680.  
  681. Parameters
  682.  
  683. Count: numeric    The number of cells up to move the insertion point.
  684.  
  685. BlockExtend: enumeration    Moving the insertion point selects cells.
  686.  
  687. No!
  688.  
  689. Yes! 
  690.  
  691. DateCode
  692.  
  693. Syntax
  694.  
  695. ()
  696.  
  697. Description
  698.  
  699. Insert a date code into a text area or text line at the insertion point.
  700.  
  701. DateFormat
  702.  
  703. Syntax
  704.  
  705. (DateFormatString: string)
  706.  
  707. Description
  708.  
  709. Specify a date format when inserting a date in the Text Editor.
  710.  
  711. Parameters
  712.  
  713. DateFormatString: string    Specify a date format.
  714.  
  715. DateFormatDlg
  716.  
  717. Syntax
  718.  
  719. ()
  720.  
  721. Description
  722.  
  723. Display the Date/Time Format dialog box, which is used to specify the appearance of the date and time when they are inserted into a text line or text area.
  724.  
  725. DateText
  726.  
  727. Syntax
  728.  
  729. ()
  730.  
  731. Description
  732.  
  733. Insert the current date at the insertion point in the Text Editor.
  734.  
  735. DefineBulletsDlg
  736.  
  737. Syntax
  738.  
  739. ()
  740.  
  741. Description
  742.  
  743. Display the Define Bullets/Fonts dialog box, which is used to set bullets options, font options, and box/frame options in a bullet chart.
  744.  
  745. DefineSubTitleDlg
  746.  
  747. Syntax
  748.  
  749. ()
  750.  
  751. Description
  752.  
  753. Change subtitle attibutes.
  754.  
  755. DefineTitleDlg
  756.  
  757. Syntax
  758.  
  759. ()
  760.  
  761. Description
  762.  
  763. Change title attributes.
  764.  
  765. Delete
  766.  
  767. Syntax
  768.  
  769. ()
  770.  
  771. Description
  772.  
  773. Remove the character to the right of the insertion point in a text area or text line.
  774.  
  775. DeleteAlignBars
  776.  
  777. Syntax
  778.  
  779. ()
  780.  
  781. Description
  782.  
  783. Remove the alignment guides.
  784.  
  785. DeleteAlignmentBar
  786.  
  787. Syntax
  788.  
  789. ()
  790.  
  791. Description
  792.  
  793. Remove the alignment guide.
  794.  
  795. DeleteBackground
  796.  
  797. Syntax
  798.  
  799. ()
  800.  
  801. Description
  802.  
  803. Delete the current background.
  804.  
  805. DeleteKeyboard
  806.  
  807. Syntax
  808.  
  809. (KeyboardName: string)
  810.  
  811. Description
  812.  
  813. Delete a keyboard.
  814.  
  815. Parameters
  816.  
  817. KeyboardName: string (optional)    The name of the keyboard to delete.
  818.  
  819. DeleteLayout
  820.  
  821. Syntax
  822.  
  823. ()
  824.  
  825. Description
  826.  
  827. Delete the current layout from the slide show master.
  828.  
  829. DeleteMenu
  830.  
  831. Syntax
  832.  
  833. (MenuName: string)
  834.  
  835. Delete a menu bar.
  836.  
  837. Description
  838.  
  839. Parameters
  840.  
  841. MenuName: string (optional)    The name of the menu bar to delete.
  842.  
  843. DeleteObjects
  844.  
  845. Syntax
  846.  
  847. ()
  848.  
  849. Description
  850.  
  851. Delete the selected items when editing an object. You can delete an entire object, or selected points only.
  852.  
  853. DeleteSelectedSlides
  854.  
  855. Syntax
  856.  
  857. (PromptToDelete: enumeration)
  858.  
  859. Description
  860.  
  861. Remove the selected slides from the current slide show.
  862.  
  863. Parameters
  864.  
  865. PromptToDelete: enumeration (optional)    Determine whether to prompt the user before deleting slides.
  866.  
  867. No!
  868.  
  869. Yes! 
  870.  
  871. DeleteToBegOfWord
  872.  
  873. Syntax
  874.  
  875. ()
  876.  
  877. Description
  878.  
  879. Erase text from the insertion point to the beginning of the word containing the insertion point.
  880.  
  881. DeleteToEndOfWord
  882.  
  883. Syntax
  884.  
  885. ()
  886.  
  887. Description
  888.  
  889. Erase text from the insertion point to the end of the word containing the insertion point.
  890.  
  891. DeleteWord
  892.  
  893. Syntax
  894.  
  895. ()
  896.  
  897. Description
  898.  
  899. Delete the word containing the insertion point.
  900.  
  901. DelToDocBottom
  902.  
  903. Syntax
  904.  
  905. ()
  906.  
  907. Description
  908.  
  909. Delete all text from the insertion point to the end of the current text window.
  910.  
  911. DelToEndOfLine
  912.  
  913. Syntax
  914.  
  915. ()
  916.  
  917. Description
  918.  
  919. Delete text from the insertion point to the end of the current line.
  920.  
  921. DisplaySettingsDlg
  922.  
  923. Syntax
  924.  
  925. ()
  926.  
  927. Description
  928.  
  929. Display the Display dialog box, which is used to specify display preferences.
  930.  
  931. DocPrevious
  932.  
  933. Syntax
  934.  
  935. ()
  936.  
  937. Description
  938.  
  939. Display the previous open document in the editing window.
  940.  
  941. DocumentBottom
  942.  
  943. Syntax
  944.  
  945. ()
  946.  
  947. Description
  948.  
  949. Move the insertion point to the end of the text in the current text line or text area.
  950.  
  951. DocumentFormSettings
  952.  
  953. Syntax
  954.  
  955. (FormWidth: measurement; FormHeight: measurement; MarginLeft: measurement; MarginBottom: measurement; MarginRight: measurement; MarginTop: measurement; Orientation: enumeration; ObjectFit: enumeration; IsPosterMode: enumeration; PosterColumns: numeric; PosterRows: numeric)
  956.  
  957. Description
  958.  
  959. Specify page size, margins, and poster options for the current drawing or slide show.
  960.  
  961. Parameters
  962.  
  963. FormWidth: measurement    The paper width in WordPerfect units (1200ths of an inch).
  964.  
  965. FormHeight: measurement    The paper height in WordPerfect units.
  966.  
  967. MarginLeft: measurement    The size of the left margin in WordPerfect units.
  968.  
  969. MarginBottom: measurement    The size of the bottom margin in WordPerfect units.
  970.  
  971. MarginRight: measurement    The size of the right margin, in WordPerfect units.
  972.  
  973. MarginTop: measurement    The size of the top margin, in WordPerfect units.
  974.  
  975. Orientation: enumeration    The page orientation.
  976.  
  977. Landscape!
  978.  
  979. Portrait! 
  980.  
  981. ObjectFit: enumeration (optional)    Specify how to move or size objects to conform to the new page size.
  982.  
  983. Center!
  984.  
  985. LowerLeft!
  986.  
  987. LowerRight!
  988.  
  989. MatchMarginsCenter!
  990.  
  991. MatchMarginsExact!
  992.  
  993. MatchMarginsLowerLeft!
  994.  
  995. MatchMarginsLowerRight!
  996.  
  997. MatchMarginsUpperLeft!
  998.  
  999. MatchMarginsUpperRight!
  1000.  
  1001. NoModify!
  1002.  
  1003. ObjectsToMarginsCenter!
  1004.  
  1005. ObjectsToMarginsExact!
  1006.  
  1007. ObjectsToMarginsLowerLeft!
  1008.  
  1009. ObjectsToMarginsLowerRight!
  1010.  
  1011. ObjectsToMarginsUpperLeft!
  1012.  
  1013. ObjectsToMarginsUpperRight!
  1014.  
  1015. UpperLeft!
  1016.  
  1017. UpperRight! 
  1018.  
  1019. IsPosterMode: enumeration (optional)    Poster mode is active.
  1020.  
  1021. No!
  1022.  
  1023. Yes! 
  1024.  
  1025. PosterColumns: numeric (optional)    In poster mode, the number of columns that overlay the form. 
  1026.  
  1027. PosterRows: numeric (optional)    In poster mode, the number of rows that overlay the form.
  1028.  
  1029. DocumentMaximize
  1030.  
  1031. Syntax
  1032.  
  1033. ()
  1034.  
  1035. Description
  1036.  
  1037. Expand the current document window to its maximum size. If the window is already maximized, this command terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  1038.  
  1039. DocumentMinimize
  1040.  
  1041. Syntax
  1042.  
  1043. ()
  1044.  
  1045. Description
  1046.  
  1047. Reduce the current document window to an icon. If the window is already minimized, this command terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  1048.  
  1049. DocumentMove
  1050.  
  1051. Syntax
  1052.  
  1053. ()
  1054.  
  1055. Description
  1056.  
  1057. Pause the macro to allow a user to move the current document window. Click the mouse or press Enter to continue playing the macro.
  1058.  
  1059. DocumentNext
  1060.  
  1061. Syntax
  1062.  
  1063. ()
  1064.  
  1065. Description
  1066.  
  1067. Display the next open document in the editing window.
  1068.  
  1069. DocumentPageColor
  1070.  
  1071. Syntax
  1072.  
  1073. (FillType: enumeration; SolidColorRed: numeric; SolidColorGreen: numeric; SolidColorBlue: numeric; GradientColorRed: numeric; GradientColorGreen: numeric; GradientColorBlue: numeric; GradientType: enumeration; GradientAngle: numeric; GradientSteps: numeric; GradientRefX: numeric; GradientRefY: numeric; BrushPattern: numeric; TextureFit: numeric; TextureFileName: string)
  1074.  
  1075. Description
  1076.  
  1077. Set the page color for the current document.
  1078.  
  1079. Parameters
  1080.  
  1081. FillType: enumeration    The type of page color.
  1082.  
  1083. Gradient!
  1084.  
  1085. Pattern!
  1086.  
  1087. Picture!
  1088.  
  1089. Texture! 
  1090.  
  1091. SolidColorRed: numeric    The amount of red (0-255) in a solid page color, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
  1092.  
  1093. SolidColorGreen: numeric    The amount of green (0-255) in a solid page color, the top color of a linear gradient, or the center color of a circular or rectangular gradient. 
  1094.  
  1095. SolidColorBlue: numeric    The amount of blue (0-255) in a solid page color, the top color of a linear gradient, or the center color of a circular or rectangular gradient. 
  1096.  
  1097. GradientColorRed: numeric (optional)    The amount of red (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient. 
  1098.  
  1099. GradientColorGreen: numeric (optional)    The amount of green (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient. 
  1100.  
  1101. GradientColorBlue: numeric (optional)    The amount of blue (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient. 
  1102.  
  1103. GradientType: enumeration (optional)    The linear, circular, or rectangular gradient.
  1104.  
  1105. Grad_CCircles!
  1106.  
  1107. Grad_Linear!
  1108.  
  1109. Grad_None!
  1110.  
  1111. Grad_VRects! 
  1112.  
  1113. GradientAngle: numeric (optional)    Specify a rotation angle for a gradient page color. The top of the gradient is rotated counter-clockwise. For example, a 90-degree angle places the top of the gradient along the left margin of the page. 
  1114.  
  1115. GradientSteps: numeric (optional)    The number of steps between colors in a gradient page color. A value of 0 represents the greatest possible number of steps. 
  1116.  
  1117. GradientRefX: numeric (optional)    The horizontal center of a circular or rectangular gradient relative to the page. Flush left is 0, center is 50, and flush right is 100.
  1118.  
  1119. GradientRefY: numeric (optional)    The vertical center of a circular or rectangular gradient, or the top of a linear gradient relative to the page. Top is 0, center is 50, and bottom is 100.
  1120.  
  1121. BrushPattern: numeric (optional)    The fill pattern.
  1122.  
  1123. TextureFit: numeric (optional)    How the texture fills the page.
  1124.  
  1125. TextureFileName: string (optional)    The filename of texture bitmap.
  1126.  
  1127. DocumentRestore
  1128.  
  1129. Syntax
  1130.  
  1131. ()
  1132.  
  1133. Description
  1134.  
  1135. Restore a document window to its previous size. If the window has already been restored, this command will terminate the macro or redirect the macro to the LABEL specified by ONERROR.
  1136.  
  1137. DocumentSize
  1138.  
  1139. Syntax
  1140.  
  1141. ()
  1142.  
  1143. Description
  1144.  
  1145. Pause macro execution to allow the user to size the document window. Click the mouse or press Enter to continue playing the macro.
  1146.  
  1147. DocumentTop
  1148.  
  1149. Syntax
  1150.  
  1151. ()
  1152.  
  1153. Description
  1154.  
  1155. Move the insertion point to the top of the current text area or text line.
  1156.  
  1157. DoubleSmartQuote
  1158.  
  1159. Syntax
  1160.  
  1161. (State: enumeration; OpenQuote: string; CloseQuote: string)
  1162.  
  1163. Description
  1164.  
  1165. Turn double SmartQuotes on or off and specify quote characters in QuickCorrect.
  1166.  
  1167. Parameters
  1168.  
  1169. State: enumeration (optional)    Double smart quotes are on or off.
  1170.  
  1171. Off!
  1172.  
  1173. On! 
  1174.  
  1175. OpenQuote: string (optional)    The character to use for double open quote.
  1176.  
  1177. CloseQuote: string (optional)    The character to use for double close quote.
  1178.  
  1179. DraftMode
  1180.  
  1181. Syntax
  1182.  
  1183. ()
  1184.  
  1185. Description
  1186.  
  1187. Turn Draft Mode on. In Draft Mode, images in a drawing window are displayed as outlines. To turn Draft Mode off, use PageMode.
  1188.  
  1189. DrawingSizeDlg
  1190.  
  1191. Syntax
  1192.  
  1193. ()
  1194.  
  1195. Description
  1196.  
  1197. Display the Drawing Size dialog box, which is used to set the frame size for an OLE graphic.
  1198.  
  1199. DrawingSizeSettings
  1200.  
  1201. Syntax
  1202.  
  1203. (Left: measurement; Bottom: measurement; Right: measurement; Top: measurement; UseEvenBorders: enumeration; BorderSize: numeric)
  1204.  
  1205. Description
  1206.  
  1207. Change the size of a drawing area when Corel Presentations is running as an OLE client.
  1208.  
  1209. Parameters
  1210.  
  1211. Left: measurement    The left coordinate of a drawing area, in WordPerfect units (1200ths of an inch).
  1212.  
  1213. Bottom: measurement    The bottom coordinate of a drawing area, in WordPerfect units.
  1214.  
  1215. Right: measurement    The right coordinate of a drawing area, in WordPerfect units.
  1216.  
  1217. Top: measurement    The top coordinate of a drawing area, in WordPerfect units.
  1218.  
  1219. UseEvenBorders: enumeration (optional)    Move the borders to conform to drawing.
  1220.  
  1221. No!
  1222.  
  1223. Yes! 
  1224.  
  1225. BorderSize: numeric (optional)    A percentage of the drawing size. Values (0-100). Default (5).
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.