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

  1. DatasheetBlockMode
  2.  
  3. Syntax
  4.  
  5. DatasheetBlockMode()
  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.  DatasheetColWidth(Width As Integer)
  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. DatasheetDateFmt(Format As _DatasheetDateFmt_Format_enum, [CustFmtStr As 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. DatasheetDelete(Direction As _DatasheetDelete_Direction_enum, Number As Integer)
  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. DatasheetDown(Count As Integer, BlockExtend As _DatasheetDown_BlockExtend_enum)
  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. DatasheetExclude(Direction As _DatasheetExclude_Direction_enum)
  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. DatasheetExport(Filename As String, Delimiter As Integer, Format As _DatasheetExport_Format_enum)
  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. DatasheetFillDates(Start As Double, Step As Double, StepType As _DatasheetFillDates_StepType_enum, Direction As _DatasheetFillDates_Direction_enum)
  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. DatasheetFillNumbers(Start As Double, Step As Double, FillType As _DatasheetFillNumbers_FillType_enum, Direction As _DatasheetFillNumbers_Direction_enum)
  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. DatasheetFormula(Function As _DatasheetFormula_Function_enum, RowCol As _DatasheetFormula_RowCol_enum, Dest As Integer, Arguments As String, MovAveArg As String, PolyFitOrder As Integer, FitForecast As Integer)
  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. DatasheetGoto(Column As Integer, Row As Integer, BlockExtend As _DatasheetGoto_BlockExtend_enum, MouseClick As _DatasheetGoto_MouseClick_enum)
  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 method.
  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.  DatasheetHome([ControlKey As _DatasheetHome_ControlKey_enum])
  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. DatasheetImport(Filename As String, Clear As _DatasheetImport_Clear_enum, Link As _DatasheetImport_Link_enum, Transpose As _DatasheetImport_Transpose_enum, Location As _DatasheetImport_Location_enum, [Range As 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.  DatasheetImportOptions(Filename As String, Clear As _DatasheetImportOptions_Clear_enum, Link As _DatasheetImportOptions_Link_enum, InsertAt As _DatasheetImportOptions_InsertAt_enum)
  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 method 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. DatasheetImportText(Filename As String, FileFormat As _DatasheetImportText_FileFormat_enum, FieldDelimiter As String, RecordDelimiter As String, StripChars As String, EncapsulationChar As String, ClearData As _DatasheetImportText_ClearData_enum, Link As _DatasheetImportText_Link_enum, Transpose As _DatasheetImportText_Transpose_enum, Location As _DatasheetImportText_Location_enum)
  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. DatasheetInclude(Direction As _DatasheetInclude_Direction_enum)
  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.  DatasheetInput(String As 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. DatasheetInsert(Direction As _DatasheetInsert_Direction_enum, Number As Integer)
  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. DatasheetLeft(Count As Integer, BlockExtend As _DatasheetLeft_BlockExtend_enum)
  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. DatasheetNumericFmt(FloatingDigits As Integer, Digits As Integer, NegParen As Integer, Currency As Integer, Thousands As Integer, Percent As Integer, Exponential As Integer)
  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. DatasheetOneColWidth
  558.  
  559. Syntax
  560.  
  561. DatasheetOneColWidth([Column As Integer]) As Integer
  562.  
  563. Description
  564.  
  565. Specify a chart's Datasheet column width in number of characters for one column.
  566.  
  567. Return Value
  568.  
  569. Returns the width of the specified column.
  570.  
  571. Parameters
  572.  
  573. Column: numeric (optional)     The width of the column in characters.
  574.  
  575. DatasheetPgDn
  576.  
  577. Syntax
  578.  
  579. DatasheetPgDn(Count As Integer, BlockExtend As _DatasheetPgDn_BlockExtend_enum)
  580.  
  581. Description
  582.  
  583. Move the insertion point down a specified number of pages in a chart's Datasheet.
  584.  
  585. Parameters
  586.  
  587. Count: numeric    The number of pages down to move the insertion point.
  588.  
  589. BlockExtend: enumeration    Moving the insertion point selects cells.
  590.  
  591. No
  592.  
  593. Yes 
  594.  
  595. DatasheetPgLeft
  596.  
  597. Syntax
  598.  
  599.  DatasheetPgLeft(Count As Integer, BlockExtend As _DatasheetPgLeft_BlockExtend_enum)
  600.  
  601. Description
  602.  
  603. Move the insertion point a specified number of pages to the left in a chart's Datasheet.
  604.  
  605. Parameters
  606.  
  607. Count: numeric    The number of pages left to move the insertion point. 
  608.  
  609. BlockExtend: enumeration    Moving the insertion point selects cells.
  610.  
  611. No
  612.  
  613. Yes 
  614.  
  615. DatasheetPgRight
  616.  
  617. Syntax
  618.  
  619. DatasheetPgRight(Count As Integer, BlockExtend As _DatasheetPgRight_BlockExtend_enum)
  620.  
  621. Description
  622.  
  623. Move the insertion point a specified number of pages to the right in a chart's Datasheet.
  624.  
  625. Parameters
  626.  
  627. Count: numeric    The number of pages right to move the insertion point.
  628.  
  629. BlockExtend: enumeration    Moving the insertion point selects cells.
  630.  
  631. No
  632.  
  633. Yes 
  634.  
  635. DatasheetPgUp
  636.  
  637. Syntax
  638.  
  639. DatasheetPgUp(Count As Integer, BlockExtend As _DatasheetPgUp_BlockExtend_enum)
  640.  
  641. Description
  642.  
  643. Move the insertion point up a specified number of cells in a chart's Datasheet.
  644.  
  645. Parameters
  646.  
  647. Count: numeric    The number of pages up to move the insertion point.
  648.  
  649. BlockExtend: enumeration    Moving the insertion point selects cells.
  650.  
  651. No
  652.  
  653. Yes 
  654.  
  655. DatasheetRight
  656.  
  657. Syntax
  658.  
  659. DatasheetRight(Count As Integer, BlockExtend As _DatasheetRight_BlockExtend_enum)
  660.  
  661. Description
  662.  
  663. Move the insertion point a specified number of cells to the right in a chart's Datasheet.
  664.  
  665. Parameters
  666.  
  667. Count: numeric    The number of cells right to move the insertion point.
  668.  
  669. BlockExtend: enumeration    Moving the insertion point selects cells.
  670.  
  671. No
  672.  
  673. Yes 
  674.  
  675. DatasheetUp
  676.  
  677. Syntax
  678.  
  679. DatasheetUp(Count As Integer, BlockExtend As _DatasheetUp_BlockExtend_enum)
  680.  
  681. Description
  682.  
  683. Move the insertion point up a specified number of cells in a chart's Datasheet.
  684.  
  685. Parameters
  686.  
  687. Count: numeric    The number of cells up to move the insertion point.
  688.  
  689. BlockExtend: enumeration    Moving the insertion point selects cells.
  690.  
  691. No
  692.  
  693. Yes 
  694.  
  695. DateCode
  696.  
  697. Syntax
  698.  
  699. DateCode()
  700.  
  701. Description
  702.  
  703. Insert a date code into a text area or text line at the insertion point.
  704.  
  705. DateFormat
  706.  
  707. Syntax
  708.  
  709.  DateFormat(DateFormatString As String)
  710.  
  711. Description
  712.  
  713. Specify a date format when inserting a date in the Text Editor.
  714.  
  715. Parameters
  716.  
  717. DateFormatString: string    Specify a date format.
  718.  
  719. DateFormatDlg
  720.  
  721. Syntax
  722.  
  723. DateFormatDlg()
  724.  
  725. Description
  726.  
  727. 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.
  728.  
  729. DateText
  730.  
  731. Syntax
  732.  
  733. DateText()
  734.  
  735. Description
  736.  
  737. Insert the current date at the insertion point in the Text Editor.
  738.  
  739. DefineBulletsDlg
  740.  
  741. Syntax
  742.  
  743. DefineBulletsDlg()
  744.  
  745. Description
  746.  
  747. Display the Define Bullets/Fonts dialog box, which is used to set bullets options, font options, and box/frame options in a bullet chart.
  748.  
  749. DefineSubTitleDlg
  750.  
  751. Syntax
  752.  
  753. DefineSubTitleDlg()
  754.  
  755. Description
  756.  
  757. Change subtitle attibutes.
  758.  
  759. DefineTitleDlg
  760.  
  761. Syntax
  762.  
  763. DefineTitleDlg()
  764.  
  765. Description
  766.  
  767. Change title attributes.
  768.  
  769. Delete
  770.  
  771. Syntax
  772.  
  773. Delete()
  774.  
  775. Description
  776.  
  777. Remove the character to the right of the insertion point in a text area or text line.
  778.  
  779. DeleteAlignBars
  780.  
  781. Syntax
  782.  
  783. DeleteAlignBars()
  784.  
  785. Description
  786.  
  787. Remove the alignment guides.
  788.  
  789. DeleteAlignmentBar
  790.  
  791. Syntax
  792.  
  793. DeleteAlignmentBar()
  794.  
  795. Description
  796.  
  797. Remove the alignment guide.
  798.  
  799. DeleteBackground
  800.  
  801. Syntax
  802.  
  803. DeleteBackground()
  804.  
  805. Description
  806.  
  807. Delete the current background.
  808.  
  809. DeleteKeyboard
  810.  
  811. Syntax
  812.  
  813. DeleteKeyboard([KeyboardName As String])
  814.  
  815. Description
  816.  
  817. Delete a keyboard.
  818.  
  819. Parameters
  820.  
  821. KeyboardName: string (optional)    The name of the keyboard to delete.
  822.  
  823. DeleteLayout
  824.  
  825. Syntax
  826.  
  827. DeleteLayout()
  828.  
  829. Description
  830.  
  831. Delete the current layout from the slide show master.
  832.  
  833. DeleteMenu
  834.  
  835. Syntax
  836.  
  837. DeleteMenu([MenuName As String])
  838.  
  839. Delete a menu bar.
  840.  
  841. Description
  842.  
  843. Parameters
  844.  
  845. MenuName: string (optional)    The name of the menu bar to delete.
  846.  
  847. DeleteObjects
  848.  
  849. Syntax
  850.  
  851. DeleteObjects()
  852.  
  853. Description
  854.  
  855. Delete the selected items when editing an object. You can delete an entire object, or selected points only.
  856.  
  857. DeleteSelectedSlides
  858.  
  859. Syntax
  860.  
  861. DeleteSelectedSlides([PromptToDelete As _DeleteSelectedSlides_PromptToDelete_enum])
  862.  
  863. Description
  864.  
  865. Remove the selected slides from the current slide show.
  866.  
  867. Parameters
  868.  
  869. PromptToDelete: enumeration (optional)    Determine whether to prompt the user before deleting slides.
  870.  
  871. No
  872.  
  873. Yes 
  874.  
  875. DeleteToBegOfWord
  876.  
  877. Syntax
  878.  
  879.  DeleteToBegOfWord()
  880.  
  881. Description
  882.  
  883. Erase text from the insertion point to the beginning of the word containing the insertion point.
  884.  
  885. DeleteToEndOfWord
  886.  
  887. Syntax
  888.  
  889. DeleteToEndOfWord()
  890.  
  891. Description
  892.  
  893. Erase text from the insertion point to the end of the word containing the insertion point.
  894.  
  895. DeleteWord
  896.  
  897. Syntax
  898.  
  899. DeleteWord()
  900.  
  901. Description
  902.  
  903. Delete the word containing the insertion point.
  904.  
  905. DelToDocBottom
  906.  
  907. Syntax
  908.  
  909. DelToDocBottom()
  910.  
  911. Description
  912.  
  913. Delete all text from the insertion point to the end of the current text window.
  914.  
  915. DelToEndOfLine
  916.  
  917. Syntax
  918.  
  919. DelToEndOfLine()
  920.  
  921. Description
  922.  
  923. Delete text from the insertion point to the end of the current line.
  924.  
  925. DisplaySettingsDlg
  926.  
  927. Syntax
  928.  
  929. DisplaySettingsDlg()
  930.  
  931. Description
  932.  
  933. Display the Display dialog box, which is used to specify display preferences.
  934.  
  935. DocPrevious
  936.  
  937. Syntax
  938.  
  939. DocPrevious()
  940.  
  941. Description
  942.  
  943. Display the previous open document in the editing window.
  944.  
  945. DocumentBottom
  946.  
  947. Syntax
  948.  
  949. DocumentBottom()
  950.  
  951. Description
  952.  
  953. Move the insertion point to the end of the text in the current text line or text area.
  954.  
  955. DocumentFormSettings
  956.  
  957. Syntax
  958.  
  959. DocumentFormSettings(FormWidth As Integer, FormHeight As Integer, MarginLeft As Integer, MarginBottom As Integer, MarginRight As Integer, MarginTop As Integer, Orientation As _DocumentFormSettings_Orientation_enum, [ObjectFit As _DocumentFormSettings_ObjectFit_enum], [IsPosterMode As _DocumentFormSettings_IsPosterMode_enum], [PosterColumns As Integer], [PosterRows As Integer])
  960.  
  961. Description
  962.  
  963. Specify page size, margins, and poster options for the current drawing or slide show.
  964.  
  965. Parameters
  966.  
  967. FormWidth: measurement    The paper width in WordPerfect units (1200ths of an inch).
  968.  
  969. FormHeight: measurement    The paper height in WordPerfect units.
  970.  
  971. MarginLeft: measurement    The size of the left margin in WordPerfect units.
  972.  
  973. MarginBottom: measurement    The size of the bottom margin in WordPerfect units.
  974.  
  975. MarginRight: measurement    The size of the right margin, in WordPerfect units.
  976.  
  977. MarginTop: measurement    The size of the top margin, in WordPerfect units.
  978.  
  979. Orientation: enumeration    The page orientation.
  980.  
  981. Landscape
  982.  
  983. Portrait 
  984.  
  985. ObjectFit: enumeration (optional)    Specify how to move or size objects to conform to the new page size.
  986.  
  987. Center
  988.  
  989. LowerLeft
  990.  
  991. LowerRight
  992.  
  993. MatchMarginsCenter
  994.  
  995. MatchMarginsExact
  996.  
  997. MatchMarginsLowerLeft
  998.  
  999. MatchMarginsLowerRight
  1000.  
  1001. MatchMarginsUpperLeft
  1002.  
  1003. MatchMarginsUpperRight
  1004.  
  1005. NoModify
  1006.  
  1007. ObjectsToMarginsCenter
  1008.  
  1009. ObjectsToMarginsExact
  1010.  
  1011. ObjectsToMarginsLowerLeft
  1012.  
  1013. ObjectsToMarginsLowerRight
  1014.  
  1015. ObjectsToMarginsUpperLeft
  1016.  
  1017. ObjectsToMarginsUpperRight
  1018.  
  1019. UpperLeft
  1020.  
  1021. UpperRight 
  1022.  
  1023. IsPosterMode: enumeration (optional)    Poster mode is active.
  1024.  
  1025. No
  1026.  
  1027. Yes 
  1028.  
  1029. PosterColumns: numeric (optional)    In poster mode, the number of columns that overlay the form. 
  1030.  
  1031. PosterRows: numeric (optional)    In poster mode, the number of rows that overlay the form.
  1032.  
  1033. DocumentMaximize
  1034.  
  1035. Syntax
  1036.  
  1037. DocumentMaximize()
  1038.  
  1039. Description
  1040.  
  1041. Expand the current document window to its maximum size. If the window is already maximized, this method terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  1042.  
  1043. DocumentMinimize
  1044.  
  1045. Syntax
  1046.  
  1047. DocumentMinimize()
  1048.  
  1049. Description
  1050.  
  1051. Reduce the current document window to an icon. If the window is already minimized, this method terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  1052.  
  1053. DocumentMove
  1054.  
  1055. Syntax
  1056.  
  1057. DocumentMove()
  1058.  
  1059. Description
  1060.  
  1061. Pause the macro to allow a user to move the current document window. Click the mouse or press Enter to continue playing the macro.
  1062.  
  1063. DocumentNext
  1064.  
  1065. Syntax
  1066.  
  1067. DocumentNext()
  1068.  
  1069. Description
  1070.  
  1071. Display the next open document in the editing window.
  1072.  
  1073. DocumentPageColor
  1074.  
  1075. Syntax
  1076.  
  1077. DocumentPageColor(FillType As _DocumentPageColor_FillType_enum, SolidColorRed As Integer, SolidColorGreen As Integer, SolidColorBlue As Integer, [GradientColorRed As Integer], [GradientColorGreen As Integer], [GradientColorBlue As Integer], [GradientType As _DocumentPageColor_GradientType_enum], [GradientAngle As Integer], [GradientSteps As Integer], [GradientRefX As Integer], [GradientRefY As Integer], [BrushPattern As Integer], [TextureFit As Integer], [TextureFileName As String])
  1078.  
  1079. Description
  1080.  
  1081. Set the page color for the current document.
  1082.  
  1083. Parameters
  1084.  
  1085. FillType: enumeration    The type of page color.
  1086.  
  1087. Gradient
  1088.  
  1089. Pattern
  1090.  
  1091. Picture
  1092.  
  1093. Texture 
  1094.  
  1095. 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.
  1096.  
  1097. 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. 
  1098.  
  1099. 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. 
  1100.  
  1101. 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. 
  1102.  
  1103. 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. 
  1104.  
  1105. 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. 
  1106.  
  1107. GradientType: enumeration (optional)    The linear, circular, or rectangular gradient.
  1108.  
  1109. Grad_Ccircles
  1110.  
  1111. Grad_Linear
  1112.  
  1113. Grad_None
  1114.  
  1115. Grad_VRects 
  1116.  
  1117. 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. 
  1118.  
  1119. 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. 
  1120.  
  1121. 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.
  1122.  
  1123. 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.
  1124.  
  1125. BrushPattern: numeric (optional)    The fill pattern.
  1126.  
  1127. TextureFit: numeric (optional)    How the texture fills the page.
  1128.  
  1129. TextureFileName: string (optional)    The filename of texture bitmap.
  1130.  
  1131. DocumentRestore
  1132.  
  1133. Syntax
  1134.  
  1135. DocumentRestore()
  1136.  
  1137. Description
  1138.  
  1139. Restore a document window to its previous size. If the window has already been restored, this method will terminate the macro or redirect the macro to the LABEL specified by ONERROR.
  1140.  
  1141. DocumentSize
  1142.  
  1143. Syntax
  1144.  
  1145. DocumentSize()
  1146.  
  1147. Description
  1148.  
  1149. Pause macro execution to allow the user to size the document window. Click the mouse or press Enter to continue playing the macro.
  1150.  
  1151. DocumentTop
  1152.  
  1153. Syntax
  1154.  
  1155. DocumentTop()
  1156.  
  1157. Description
  1158.  
  1159. Move the insertion point to the top of the current text area or text line.
  1160.  
  1161. DoubleSmartQuote
  1162.  
  1163. Syntax
  1164.  
  1165. DoubleSmartQuote([State As _DoubleSmartQuote_State_enum], [OpenQuote As String], [CloseQuote As String])
  1166.  
  1167. Description
  1168.  
  1169. Turn double SmartQuotes on or off and specify quote characters in QuickCorrect.
  1170.  
  1171. Parameters
  1172.  
  1173. State: enumeration (optional)    Double smart quotes are on or off.
  1174.  
  1175. Off
  1176.  
  1177. On 
  1178.  
  1179. OpenQuote: string (optional)    The character to use for double open quote.
  1180.  
  1181. CloseQuote: string (optional)    The character to use for double close quote.
  1182.  
  1183. DraftMode
  1184.  
  1185. Syntax
  1186.  
  1187. DraftMode()
  1188.  
  1189. Description
  1190.  
  1191. Turn Draft Mode on. In Draft Mode, images in a drawing window are displayed as outlines. To turn Draft Mode off, use PageMode.
  1192.  
  1193. DrawingSizeDlg
  1194.  
  1195. Syntax
  1196.  
  1197. DrawingSizeDlg()
  1198.  
  1199. Description
  1200.  
  1201. Display the Drawing Size dialog box, which is used to set the frame size for an OLE graphic.
  1202.  
  1203. DrawingSizeSettings
  1204.  
  1205. Syntax
  1206.  
  1207.  DrawingSizeSettings(Left As Integer, Bottom As Integer, Right As Integer, Top As Integer, [UseEvenBorders As _DrawingSizeSettings_UseEvenBorders_enum], [BorderSize As Integer])
  1208.  
  1209. Description
  1210.  
  1211. Change the size of a drawing area when Corel Presentations is running as an OLE client.
  1212.  
  1213. Parameters
  1214.  
  1215. Left: measurement    The left coordinate of a drawing area, in WordPerfect units (1200ths of an inch).
  1216.  
  1217. Bottom: measurement    The bottom coordinate of a drawing area, in WordPerfect units.
  1218.  
  1219. Right: measurement    The right coordinate of a drawing area, in WordPerfect units.
  1220.  
  1221. Top: measurement    The top coordinate of a drawing area, in WordPerfect units.
  1222.  
  1223. UseEvenBorders: enumeration (optional)    Move the borders to conform to drawing.
  1224.  
  1225. No
  1226.  
  1227. Yes 
  1228.  
  1229. BorderSize: numeric (optional)    A percentage of the drawing size. Values (0-100). Default (5).
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.