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

  1. ObjectAnimationDlg
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Display the Animations dialog box, which defines transition or animation effects for the selected objects.
  10.  
  11. ObjectAreaSelect
  12.  
  13. Syntax
  14.  
  15. (Left: measurement; Bottom: measurement; Right: measurement; Top: measurement; AddToCurrent: enumeration)
  16.  
  17. Description
  18.  
  19. Select objects within a specified rectangular area.
  20.  
  21. Parameters
  22.  
  23. Left: measurement    The left edge of the rectangular area, in WordPerfect units (1200ths of an inch).
  24.  
  25. Bottom: measurement    The bottom edge of the rectangular area, in WordPerfect units.
  26.  
  27. Right: measurement    The right edge of the rectangular area, in WordPerfect units.
  28.  
  29. Top: measurement    The top edge of the rectangular area, in WordPerfect units.
  30.  
  31. AddToCurrent: enumeration    The currently selected objects remain selected, so objects within the rectangular area are added to the current selection.
  32.  
  33. No!
  34.  
  35. Yes!
  36.  
  37. ObjectMove
  38.  
  39. Syntax
  40.  
  41. (XLocation: measurement; YLocation: measurement; DeltaX: measurement; DeltaY: measurement; AddToSelection: enumeration; Copy: enumeration)
  42.  
  43. Description
  44.  
  45. Move the selected objects.
  46.  
  47. Parameters
  48.  
  49. XLocation: measurement    The horizontal position of the center point of objects to move, in WordPerfect units (1200ths of an inch) from the top left corner of the page.
  50.  
  51. YLocation: measurement    The vertical position of the center point of objects to move, in WordPerfect units from the top left corner of the page.
  52.  
  53. DeltaX: measurement    The amount to move selected objects horizontally, in WordPerfect units. Positive values move objects right, and negative values move them left.
  54.  
  55. DeltaY: measurement    The amount to move selected objects vertically, in WordPerfect units. Positive values move objects up, and negative values move them down.
  56.  
  57. AddToSelection: enumeration    Add the specified object to the current selection of objects for moving.
  58.  
  59. No!
  60.  
  61. Yes!
  62.  
  63. Copy: enumeration    Copy the selected objects before moving them.
  64.  
  65. No!
  66.  
  67. Yes!
  68.  
  69. ObjectPointSelect
  70.  
  71. Syntax
  72.  
  73. (XLocation: measurement; YLocation: measurement; AddToSelection: enumeration)
  74.  
  75. Description
  76.  
  77. Select an object at a specified location.
  78.  
  79. Parameters
  80.  
  81. XLocation: measurement    The horizontal position of the center point of an object, in WordPerfect units (1200ths of an inch) from the top left corner of the page.
  82.  
  83. YLocation: measurement    The vertical position of the center point of an object, in WordPerfect units from the top left corner of the page.
  84.  
  85. AddToSelection: enumeration    Add the specified object to the current selection.
  86.  
  87. No!
  88.  
  89. Yes!
  90.  
  91. ObjectScale
  92.  
  93. Syntax
  94.  
  95. (InitialLeft: measurement; InitialBottom: measurement; InitialRight: measurement; InitialTop: measurement; FinalLeft: measurement; FinalBottom: measurement; FinalRight: measurement; FinalTop: measurement; Copy: enumeration)
  96.  
  97. Description
  98.  
  99. Change the selected objects from the size specified by the first four parameters to the size specified by the last four parameters.
  100.  
  101. Parameters
  102.  
  103. InitialLeft: measurement    The left edge of the rectangular selection area, in WordPerfect units (1200ths of an inch).
  104.  
  105. InitialBottom: measurement    The bottom edge of the rectangular selection area, in WordPerfect units.
  106.  
  107. InitialRight: measurement    The right edge of the rectangular selection area, in WordPerfect units
  108.  
  109. InitialTop: measurement    The top edge of the rectangular selection area, in WordPerfect units.
  110.  
  111. FinalLeft: measurement    The left edge of the new object area, in WordPerfect units.
  112.  
  113. FinalBottom: measurement    The bottom edge of the new object area, in WordPerfect units.
  114.  
  115. FinalRight: measurement    The right edge of the new object area, in WordPerfect units.
  116.  
  117. FinalTop: measurement    The top edge of the new object area, in WordPerfect units.
  118.  
  119. Copy: enumeration    Copy the selected objects before resizing.
  120.  
  121. No!
  122.  
  123. Yes!
  124.  
  125. ObjectSetFillBackground
  126.  
  127. Syntax
  128.  
  129. (Red: numeric; Green: numeric; Blue: numeric; Transparent: numeric)
  130.  
  131. Description
  132.  
  133. Specify the background fill color of the selected objects, or the default background color if no object is selected.
  134.  
  135. Parameters
  136.  
  137. Red: numeric    The amount of red (0-255) in the background fill color.
  138.  
  139. Green: numeric    The amount of green (0-255) in the background fill color.
  140.  
  141. Blue: numeric    The amount of blue (0-255) in the background fill color.
  142.  
  143. Transparent: numeric    The background fill transparency. Use 1 to specify transparency and 0 to specify no transparency.
  144.  
  145. ObjectSetFillForeground
  146.  
  147. Syntax
  148.  
  149. (Red: numeric; Green: numeric; Blue: numeric; Transparent: numeric)
  150.  
  151. Description
  152.  
  153. Specify the foreground fill color of the selected objects, or the default foreground color if no object is selected.
  154.  
  155. Parameters
  156.  
  157. Red: numeric    The amount of red (0-255) in the foreground fill color.
  158.  
  159. Green: numeric    The amount of green (0-255) in the foreground fill color.
  160.  
  161. Blue: numeric    The amount of blue (0-255) in the foreground fill color.
  162.  
  163. Transparent: numeric    The foreground fill transparency. Use 1 to specify transparency and 0 to specify no transparency.
  164.  
  165. ObjectSetFillPattern
  166.  
  167. Syntax
  168.  
  169. (Pattern: enumeration)
  170.  
  171. Description
  172.  
  173. Specify a fill pattern or gradient fill for the selected objects, or a default pattern if no object is selected.
  174.  
  175. Parameters
  176.  
  177. Pattern: enumeration    Specify a fill pattern or gradient fill.
  178.  
  179. Arch!
  180.  
  181. Balls!
  182.  
  183. BigChecks!
  184.  
  185. BigCrossHatch!
  186.  
  187. BigSquares!
  188.  
  189. ChainLink!
  190.  
  191. Checks!
  192.  
  193. Crosses!
  194.  
  195. CrossHatch!
  196.  
  197. EighthGray!
  198.  
  199. FishScale!
  200.  
  201. FourthGray!
  202.  
  203. GradCircBottom!
  204.  
  205. GradCircCenter!
  206.  
  207. GradCircLeftBottom!
  208.  
  209. GradCircLeftTop!
  210.  
  211. GradCircRight!
  212.  
  213. GradCircRightBottom!
  214.  
  215. GradCircRightTop!
  216.  
  217. GradCircTop!
  218.  
  219. GradHorzAll!
  220.  
  221. GradHorzHalf!
  222.  
  223. GradHorzMost!
  224.  
  225. GradHorzPart!
  226.  
  227. GradRectBottom!
  228.  
  229. GradRectCenter!
  230.  
  231. GradRectLeftBottom!
  232.  
  233. GradRectLeftTop!
  234.  
  235. GradRectRight!
  236.  
  237. GradRectRightBottom!
  238.  
  239. GradRectRightTop!
  240.  
  241. GradRectTop!
  242.  
  243. GradTilt1All!
  244.  
  245. GradTilt1Half!
  246.  
  247. GradTilt1Most!
  248.  
  249. GradTilt1Part!
  250.  
  251. GradTilt2All!
  252.  
  253. GradTilt2Half!
  254.  
  255. GradTilt2Most!
  256.  
  257. GradTilt2Part!
  258.  
  259. GradVertAll!
  260.  
  261. GradVertHalf!
  262.  
  263. GradVertMost!
  264.  
  265. GradVertPart!
  266.  
  267. HalfGray!
  268.  
  269. HoneyComb!
  270.  
  271. HorzBricks!
  272.  
  273. HorzLines1!
  274.  
  275. HorzLines2!
  276.  
  277. Mesh!
  278.  
  279. Patio!
  280.  
  281. Plaid!
  282.  
  283. Solid!
  284.  
  285. Squares!
  286.  
  287. TiltBricks!
  288.  
  289. TiltLines1!
  290.  
  291. TiltLines2!
  292.  
  293. TiltLines3!
  294.  
  295. TiltLines4!
  296.  
  297. Triangles!
  298.  
  299. VertLines1!
  300.  
  301. VertLines2!
  302.  
  303. Waves!
  304.  
  305. Weave!
  306.  
  307. ObjectSetFillState
  308.  
  309. Syntax
  310.  
  311. (FillState: enumeration)
  312.  
  313. Description
  314.  
  315. Specify whether the selected objects are filled or not filled, or set the default fill state if no object is selected.
  316.  
  317. Parameters
  318.  
  319. FillState: enumeration    The state of object fill.
  320.  
  321. Filled!
  322.  
  323. Hollow!
  324.  
  325. ObjectSetFrameState
  326.  
  327. Syntax
  328.  
  329. (FrameState: enumeration)
  330.  
  331. Description
  332.  
  333. Specify whether the object outline is on or off for selected objects, or set the default state if no object is selected.
  334.  
  335. Parameters
  336.  
  337. FrameState: enumeration    The state of the frame.
  338.  
  339. FrameOff!
  340.  
  341. FrameOn!
  342.  
  343. ObjectSetLineBackground
  344.  
  345. Syntax
  346.  
  347. (Red: numeric; Green: numeric; Blue: numeric; Transparent: numeric)
  348.  
  349. Description
  350.  
  351. Specify the background line color for the selected objects, or the default background line color if no object is selected.
  352.  
  353. Parameters
  354.  
  355. Red: numeric    The amount of red (0-255) in the line background color.
  356.  
  357. Green: numeric    The amount of green (0-255) in the line background color.
  358.  
  359. Blue: numeric    The amount of blue (0-255) in the line background color.
  360.  
  361. Transparent: numeric    The line background transparency. Use 1 to specify transparency and 0 to specify no transparency.
  362.  
  363. ObjectSetLineForeground
  364.  
  365. Syntax
  366.  
  367. (Red: numeric; Green: numeric; Blue: numeric; Transparent: numeric)
  368.  
  369. Description
  370.  
  371. Specify the foreground line color of the selected objects, or the default foreground line color if no object is selected.
  372.  
  373. Parameters
  374.  
  375. Red: numeric    The amount of red (0-255) in the line foreground color.
  376.  
  377. Green: numeric    The amount of green (0-255) in the line foreground color.
  378.  
  379. Blue: numeric    The amount of blue (0-255) in the line foreground color.
  380.  
  381. Transparent: numeric    The line foreground transparency. Use 1 to specify transparency and 0 to specify no transparency.
  382.  
  383. ObjectSetLinePattern
  384.  
  385. Syntax
  386.  
  387. (Pattern: enumeration)
  388.  
  389. Description
  390.  
  391. Specify a line pattern or gradient for the selected objects, or a default pattern if no object is selected.
  392.  
  393. Parameters
  394.  
  395. Pattern: enumeration    The line pattern.
  396.  
  397. Arch!
  398.  
  399. Balls!
  400.  
  401. BigChecks!
  402.  
  403. BigCrossHatch!
  404.  
  405. BigSquares!
  406.  
  407. ChainLink!
  408.  
  409. Checks!
  410.  
  411. Crosses!
  412.  
  413. CrossHatch!
  414.  
  415. EighthGray!
  416.  
  417. FishScale!
  418.  
  419. FourthGray!
  420.  
  421. HalfGray!
  422.  
  423. HoneyComb!
  424.  
  425. HorzBricks!
  426.  
  427. HorzLines1!
  428.  
  429. HorzLines2!
  430.  
  431. Mesh!
  432.  
  433. Patio!
  434.  
  435. Plaid!
  436.  
  437. Solid!
  438.  
  439. Squares!
  440.  
  441. TiltBricks!
  442.  
  443. TiltLines1!
  444.  
  445. TiltLines2!
  446.  
  447. TiltLines3!
  448.  
  449. TiltLines4!
  450.  
  451. Triangles!
  452.  
  453. VertLines1!
  454.  
  455. VertLines2!
  456.  
  457. Waves!
  458.  
  459. Weave!
  460.  
  461. ObjectSetLineStyle
  462.  
  463. Syntax
  464.  
  465. (Style: enumeration)
  466.  
  467. Description
  468.  
  469. Specify a line style for the selected objects, or a default line style if no object is selected.
  470.  
  471. Parameters
  472.  
  473. Style: enumeration    The line style.
  474.  
  475. Alternate!
  476.  
  477. Dash!
  478.  
  479. DashDashDot!
  480.  
  481. DashDashDotDot!
  482.  
  483. DashDot!
  484.  
  485. DashDotDot!
  486.  
  487. DotDotDash!
  488.  
  489. Dots!
  490.  
  491. LongDash!
  492.  
  493. LongLongShort!
  494.  
  495. LongLongShortShort!
  496.  
  497. LongShort!
  498.  
  499. LongShortShort!
  500.  
  501. ShortDash!
  502.  
  503. Solid!
  504.  
  505. TinyDash!
  506.  
  507. ObjectSetLineWidth
  508.  
  509. Syntax
  510.  
  511. (LineWidth: measurement)
  512.  
  513. Description
  514.  
  515. Specify a line width for the selected objects, or a default line width if no object is selected.
  516.  
  517. Parameters
  518.  
  519. LineWidth: measurement    The line width in WordPerfect units (1200ths of an inch), with 0 specifying a width of one pixel.
  520.  
  521. Ole20InsertObjectDlg
  522.  
  523. Syntax
  524.  
  525. ()
  526.  
  527. Description
  528.  
  529. Display the Insert Object dialog box, which is used to insert an OLE object into the current drawing.
  530.  
  531. OleBrowseLinksDlg
  532.  
  533. Syntax
  534.  
  535. ()
  536.  
  537. Description
  538.  
  539. Display the Links dialog box, which is used to edit OLE links.
  540.  
  541. OleChartCloseFile
  542.  
  543. Syntax
  544.  
  545. ()
  546.  
  547. Close a data chart and return to an OLE client document when Corel Presentations is the OLE server.
  548.  
  549. OleChartExit
  550.  
  551. Syntax
  552.  
  553. ()
  554.  
  555. Description
  556.  
  557. Exit Corel Presentations and return to an OLE client application when Corel Presentations is the OLE server.
  558.  
  559. OleChartUpdateFile
  560.  
  561. Syntax
  562.  
  563. ()
  564.  
  565. Description
  566.  
  567. Update a data chart in an OLE client document when Corel Presentations is the OLE server.
  568.  
  569. OleCloseFile
  570.  
  571. Syntax
  572.  
  573. ()
  574.  
  575. Description
  576.  
  577. Close a drawing and return to an OLE client application when Corel Presentations is the OLE server.
  578.  
  579. OleExit
  580.  
  581. Syntax
  582.  
  583. ()
  584.  
  585. Description
  586.  
  587. Exit Corel Presentations and return to an OLE client document when Corel Presentations is the OLE server.
  588.  
  589. OleInsertFromFile
  590.  
  591. Syntax
  592.  
  593. (Filename: string; IsLink: enumeration; IsIconic: enumeration)
  594.  
  595. Description
  596.  
  597. Create an OLE object from a specified file.
  598.  
  599. Parameters
  600.  
  601. Filename: string    The filename of the object to link.
  602.  
  603. IsLink: enumeration    Link the file rather than embed the file.
  604.  
  605. No!
  606.  
  607. Yes!
  608.  
  609. IsIconic: enumeration    Display the object as an icon.
  610.  
  611. No!
  612.  
  613. Yes!
  614.  
  615. OleInsertObject
  616.  
  617. Syntax
  618.  
  619. (Description: string; UseIcon: enumeration)
  620.  
  621. Description
  622.  
  623. Insert an OLE object into the current drawing.
  624.  
  625. Parameters
  626.  
  627. Description: string    The description that appears in the list box for the OLE item type.
  628.  
  629. UseIcon: enumeration    Display the inserted object as an icon.
  630.  
  631. No!
  632.  
  633. Yes!
  634.  
  635. OlePlayInformation
  636.  
  637. Syntax
  638.  
  639. (Verb: numeric; IsHidden: enumeration; PlayOnClick: enumeration; PlayOnTransition: enumeration; DelayTime: numeric)
  640.  
  641. Description
  642.  
  643. Set activation options and timing for OLE objects.
  644.  
  645. Parameters
  646.  
  647. Verb: numeric    Specify an action to perform on an object. See the Windows registration database for possible values.
  648.  
  649. IsHidden: enumeration    Hide an object when not playing.
  650.  
  651. No!
  652.  
  653. Yes!
  654.  
  655. PlayOnClick: enumeration    The object plays when clicked during slide show play.
  656.  
  657. No!
  658.  
  659. Yes!
  660.  
  661. PlayOnTransition: enumeration    The object plays as soon as the transition from the previous slide has finished.
  662.  
  663. No!
  664.  
  665. Yes!
  666.  
  667. DelayTime: numeric    The amount of time after the transition to delay before playing the object. In tenths of a second.
  668.  
  669. OlePlaySettings
  670.  
  671. Syntax
  672.  
  673. ()
  674.  
  675. Description
  676.  
  677. Display the Play Settings dialog box, which is used to specify activation settings for OLE objects.
  678.  
  679. OleSaveAsDlg
  680.  
  681. Syntax
  682.  
  683. ()
  684.  
  685. Description
  686.  
  687. Display the Save As dialog box for OLE objects, which is used to save a copy of an OLE drawing with a new name or file format.
  688.  
  689. OleUpdateFile
  690.  
  691. Syntax
  692.  
  693. ()
  694.  
  695. Description
  696.  
  697. Update a Corel Presentations OLE object in a client application.
  698.  
  699. OnlineService
  700.  
  701. Syntax
  702.  
  703. (CommandLine: string; Address: string)
  704.  
  705. Description
  706.  
  707. Launch your commercial online service. You must first have configured the service in Help Online.
  708.  
  709. Parameters
  710.  
  711. CommandLine: string    The command line.
  712.  
  713. Address: string    The web address of the online service to connect to.
  714.  
  715. OrgBoxOptionsDlg
  716.  
  717. Syntax
  718.  
  719. ()
  720.  
  721. Description
  722.  
  723. Display the Box Properties dialog box for organization charts.
  724.  
  725. Note
  726.  
  727.   This command is obsolete.
  728.   
  729. OrgChartAlignmentDlg
  730.  
  731. Syntax
  732.  
  733. ()
  734.  
  735. Description
  736.  
  737. Display the Branch Structure dialog box, which is used to define organization chart branch structure.
  738.  
  739. numeric:=OrgChartBoxSize
  740.  
  741. Syntax
  742.  
  743. (VerticalSize: numeric; HorizontalSize: numeric; boxSizeOption: enumeration)
  744.  
  745. Description
  746.  
  747. Set the size of one or more boxes in an organization chart.
  748.  
  749. Parameters
  750.  
  751. VerticalSize: numeric    The vertical size of organization chart boxes.
  752.  
  753. HorizontalSize: numeric    The horizontal size of organization chart boxes.
  754.  
  755. boxSizeOption: enumeration (optional)    FitToText!
  756.  
  757. LargestInBranch!
  758.  
  759. LargestInChart!
  760.  
  761. LargestInLevel!
  762.  
  763. OrgChartFontAttrsDlg
  764.  
  765. Syntax
  766.  
  767. ()
  768.  
  769. Description
  770.  
  771. Display the Text Attributes dialog box for organization charts, which is used to specify the appearance of text.
  772.  
  773. OrgChartFontDlg
  774.  
  775. Syntax
  776.  
  777. ()
  778.  
  779. Description
  780.  
  781. Display the Font dialog box for organization charts, which is used to specify a font.
  782.  
  783. OrgChartImportOutline
  784.  
  785. Syntax
  786.  
  787. ()
  788.  
  789. Description
  790.  
  791. Import an outline into an organization chart.
  792.  
  793. OrgChartLayoutDlg
  794.  
  795. Syntax
  796.  
  797. ()
  798.  
  799. Description
  800.  
  801. Display the Layout dialog box for organization charts.
  802.  
  803. OrgChartOrientationDlg
  804.  
  805. Syntax
  806.  
  807. ()
  808.  
  809. Description
  810.  
  811. Display the Orientation dialog box, which sets orientation for an organization chart.
  812.  
  813. OrgChartUndelete
  814.  
  815. Syntax
  816.  
  817. ()
  818.  
  819. Description
  820.  
  821. Restore the last deleted object in an organization chart.
  822.  
  823. OrgChartViewAllBranches
  824.  
  825. Syntax
  826.  
  827. ()
  828.  
  829. Description
  830.  
  831. View all branches in an organization chart.
  832.  
  833. OrgChartViewSelectedBranch
  834.  
  835. Syntax
  836.  
  837. ()
  838.  
  839. Description
  840.  
  841. View the selected branch in an organization chart.
  842.  
  843. OrgTextEditExit
  844.  
  845. Syntax
  846.  
  847. ()
  848.  
  849. Description
  850.  
  851. Return from the text editor to the organization chart editor.
  852.  
  853. OutlineNextLevel
  854.  
  855. Syntax
  856.  
  857. ()
  858.  
  859. Description
  860.  
  861. Demote the outline to the next level.
  862.  
  863. OutlineObject
  864.  
  865. Syntax
  866.  
  867. ()
  868.  
  869. Description
  870.  
  871. Display the selected objects as line drawings.
  872.  
  873. OutlinePreviousLevel
  874.  
  875. Syntax
  876.  
  877. ()
  878.  
  879. Description
  880.  
  881. Promote outline to the previous level.
  882.  
  883. OutlineRevealCodes
  884.  
  885. Syntax
  886.  
  887. ()
  888.  
  889. Description
  890.  
  891. Display text codes for the current text chart.
  892.  
  893. OverrideSlideDlg
  894.  
  895. Syntax
  896.  
  897. ()
  898.  
  899. Description
  900.  
  901. Display the Override dialog box, which is used to override slide options.
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.