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

  1. ObjectAnimationDlg
  2.  
  3. Syntax
  4.  
  5. ObjectAnimationDlg()
  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. ObjectAreaSelect(Left As Integer, Bottom As Integer, Right As Integer, Top As Integer, AddToCurrent As _ObjectAreaSelect_AddToCurrent_enum)
  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.  ObjectMove(XLocation As Integer, YLocation As Integer, DeltaX As Integer, DeltaY As Integer, AddToSelection As _ObjectMove_AddToSelection_enum, Copy As _ObjectMove_Copy_enum)
  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. ObjectPointSelect(XLocation As Integer, YLocation As Integer, AddToSelection As _ObjectPointSelect_AddToSelection_enum)
  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.  ObjectScale(InitialLeft As Integer, InitialBottom As Integer, InitialRight As Integer, InitialTop As Integer, FinalLeft As Integer, FinalBottom As Integer, FinalRight As Integer, FinalTop As Integer, Copy As _ObjectScale_Copy_enum)
  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. ObjectSetFillBackground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
  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.  ObjectSetFillForeground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
  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.  ObjectSetFillPattern(Pattern As _ObjectSetFillPattern_Pattern_enum)
  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. ObjectSetFillState(FillState As _ObjectSetFillState_FillState_enum)
  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. ObjectSetFrameState(FrameState As _ObjectSetFrameState_FrameState_enum)
  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.  ObjectSetLineBackground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
  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. ObjectSetLineForeground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
  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. ObjectSetLinePattern(Pattern As _ObjectSetLinePattern_Pattern_enum)
  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    Specify a fill pattern or gradient fill.
  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. GradCircBottom
  422.  
  423. GradCircCenter
  424.  
  425. GradCircLeftBottom
  426.  
  427. GradCircLeftTop
  428.  
  429. GradCircRight
  430.  
  431. GradCircRightBottom
  432.  
  433. GradCircRightTop
  434.  
  435. GradCircTop
  436.  
  437. GradHorzAll
  438.  
  439. GradHorzHalf
  440.  
  441. GradHorzMost
  442.  
  443. GradHorzPart
  444.  
  445. GradRectBottom
  446.  
  447. GradRectCenter
  448.  
  449. GradRectLeftBottom
  450.  
  451. GradRectLeftTop
  452.  
  453. GradRectRight
  454.  
  455. GradRectRightBottom
  456.  
  457. GradRectRightTop
  458.  
  459. GradRectTop
  460.  
  461. GradTilt1All
  462.  
  463. GradTilt1Half
  464.  
  465. GradTilt1Most
  466.  
  467. GradTilt1Part
  468.  
  469. GradTilt2All
  470.  
  471. GradTilt2Half
  472.  
  473. GradTilt2Most
  474.  
  475. GradTilt2Part
  476.  
  477. GradVertAll
  478.  
  479. GradVertHalf
  480.  
  481. GradVertMost
  482.  
  483. GradVertPart
  484.  
  485. HalfGray
  486.  
  487. HoneyComb
  488.  
  489. HorzBricks
  490.  
  491. HorzLines1
  492.  
  493. HorzLines2
  494.  
  495. Mesh
  496.  
  497. Patio
  498.  
  499. Plaid
  500.  
  501. Solid
  502.  
  503. Squares
  504.  
  505. TiltBricks
  506.  
  507. TiltLines1
  508.  
  509. TiltLines2
  510.  
  511. TiltLines3
  512.  
  513. TiltLines4
  514.  
  515. Triangles
  516.  
  517. VertLines1
  518.  
  519. VertLines2
  520.  
  521. Waves
  522.  
  523. Weave
  524.  
  525. ObjectSetLineStyle
  526.  
  527. Syntax
  528.  
  529. ObjectSetLineStyle(Style As _ObjectSetLineStyle_Style_enum)
  530.  
  531. Description
  532.  
  533. Specify a line style for the selected objects, or a default line style if no object is selected.
  534.  
  535. Parameters
  536.  
  537. Style: enumeration    The line style.
  538.  
  539. Alternate
  540.  
  541. Dash
  542.  
  543. DashDashDot
  544.  
  545. DashDashDotDot
  546.  
  547. DashDot
  548.  
  549. DashDotDot
  550.  
  551. DotDotDash
  552.  
  553. Dots
  554.  
  555. LongDash
  556.  
  557. LongLongShort
  558.  
  559. LongLongShortShort
  560.  
  561. LongShort
  562.  
  563. LongShortShort
  564.  
  565. ShortDash
  566.  
  567. Solid
  568.  
  569. TinyDash
  570.  
  571. ObjectSetLineWidth
  572.  
  573. Syntax
  574.  
  575. ObjectSetLineWidth(LineWidth As Integer)
  576.  
  577. Description
  578.  
  579. Specify a line width for the selected objects, or a default line width if no object is selected.
  580.  
  581. Parameters
  582.  
  583. LineWidth: measurement    The line width in WordPerfect units (1200ths of an inch), with 0 specifying a width of one pixel.
  584.  
  585. Ole20InsertObjectDlg
  586.  
  587. Syntax
  588.  
  589. Ole20InsertObjectDlg()
  590.  
  591. Description
  592.  
  593. Display the Insert Object dialog box, which is used to insert an OLE object into the current drawing.
  594.  
  595. OleBrowseLinksDlg
  596.  
  597. Syntax
  598.  
  599. OleBrowseLinksDlg()
  600.  
  601. Description
  602.  
  603. Display the Links dialog box, which is used to edit OLE links.
  604.  
  605. OleChartCloseFile
  606.  
  607. Syntax
  608.  
  609. OleChartCloseFile()
  610.  
  611. Close a data chart and return to an OLE client document when Corel Presentations is the OLE server.
  612.  
  613. OleChartExit
  614.  
  615. Syntax
  616.  
  617. OleChartExit()
  618.  
  619. Description
  620.  
  621. Exit Corel Presentations and return to an OLE client application when Corel Presentations is the OLE server.
  622.  
  623. OleChartUpdateFile
  624.  
  625. Syntax
  626.  
  627. OleChartUpdateFile()
  628.  
  629. Description
  630.  
  631. Update a data chart in an OLE client document when Corel Presentations is the OLE server.
  632.  
  633. OleCloseFile
  634.  
  635. Syntax
  636.  
  637. OleCloseFile()
  638.  
  639. Description
  640.  
  641. Close a drawing and return to an OLE client application when Corel Presentations is the OLE server.
  642.  
  643. OleExit
  644.  
  645. Syntax
  646.  
  647. OleExit()
  648.  
  649. Description
  650.  
  651. Exit Corel Presentations and return to an OLE client document when Corel Presentations is the OLE server.
  652.  
  653. OleInsertFromFile
  654.  
  655. Syntax
  656.  
  657. OleInsertFromFile(Filename As String, IsLink As _OleInsertFromFile_IsLink_enum, IsIconic As _OleInsertFromFile_IsIconic_enum)
  658.  
  659. Description
  660.  
  661. Create an OLE object from a specified file.
  662.  
  663. Parameters
  664.  
  665. Filename: string    The filename of the object to link.
  666.  
  667. IsLink: enumeration    Link the file rather than embed the file.
  668.  
  669. No
  670.  
  671. Yes
  672.  
  673. IsIconic: enumeration    Display the object as an icon.
  674.  
  675. No
  676.  
  677. Yes
  678.  
  679. OleInsertObject
  680.  
  681. Syntax
  682.  
  683.  OleInsertObject(Description As String, UseIcon As _OleInsertObject_UseIcon_enum)
  684.  
  685. Description
  686.  
  687. Insert an OLE object into the current drawing.
  688.  
  689. Parameters
  690.  
  691. Description: string    The description that appears in the list box for the OLE item type.
  692.  
  693. UseIcon: enumeration    Display the inserted object as an icon.
  694.  
  695. No
  696.  
  697. Yes
  698.  
  699. OlePlayInformation
  700.  
  701. Syntax
  702.  
  703. OlePlayInformation(Verb As Integer, IsHidden As _OlePlayInformation_IsHidden_enum, PlayOnClick As _OlePlayInformation_PlayOnClick_enum, PlayOnTransition As _OlePlayInformation_PlayOnTransition_enum, DelayTime As Integer)
  704.  
  705. Description
  706.  
  707. Set activation options and timing for OLE objects.
  708.  
  709. Parameters
  710.  
  711. Verb: numeric    Specify an action to perform on an object. See the Windows registration database for possible values.
  712.  
  713. IsHidden: enumeration    Hide an object when not playing.
  714.  
  715. No
  716.  
  717. Yes
  718.  
  719. PlayOnClick: enumeration    The object plays when clicked during slide show play.
  720.  
  721. No
  722.  
  723. Yes
  724.  
  725. PlayOnTransition: enumeration    The object plays as soon as the transition from the previous slide has finished.
  726.  
  727. No
  728.  
  729. Yes
  730.  
  731. DelayTime: numeric    The amount of time after the transition to delay before playing the object. In tenths of a second.
  732.  
  733. OlePlaySettings
  734.  
  735. Syntax
  736.  
  737. OlePlaySettings()
  738.  
  739. Description
  740.  
  741. Display the Play Settings dialog box, which is used to specify activation settings for OLE objects.
  742.  
  743. OleSaveAsDlg
  744.  
  745. Syntax
  746.  
  747. OleSaveAsDlg()
  748.  
  749. Description
  750.  
  751. 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.
  752.  
  753. OleUpdateFile
  754.  
  755. Syntax
  756.  
  757. OleUpdateFile()
  758.  
  759. Description
  760.  
  761. Update a Corel Presentations OLE object in a client application.
  762.  
  763. OrgChartAlignmentDlg
  764.  
  765. Syntax
  766.  
  767. OrgChartAlignmentDlg()
  768.  
  769. Description
  770.  
  771. Display the Branch Structure dialog box, which is used to define organization chart branch structure.
  772.  
  773. OrgChartBoxSize
  774.  
  775. Syntax
  776.  
  777. OrgChartBoxSize(verticalSize As Long, horizontalSize As Long, [boxSizeOption As _OrgChartBoxSize_boxSizeOption_enum])
  778.  
  779. Description
  780.  
  781. Set the size of one or more boxes in an organization chart.
  782.  
  783. Parameters
  784.  
  785. VerticalSize: numeric    The vertical size of organization chart boxes.
  786.  
  787. HorizontalSize: numeric    The horizontal size of organization chart boxes.
  788.  
  789. boxSizeOption: enumeration (optional)    FitToText
  790.  
  791. LargestInBranch
  792.  
  793. LargestInChart
  794.  
  795. LargestInLevel
  796.  
  797. OrgChartFontAttrsDlg
  798.  
  799. Syntax
  800.  
  801. OrgChartFontAttrsDlg()
  802.  
  803. Description
  804.  
  805. Display the Text Attributes dialog box for organization charts, which is used to specify the appearance of text.
  806.  
  807. OrgChartFontDlg
  808.  
  809. Syntax
  810.  
  811. OrgChartFontDlg()
  812.  
  813. Description
  814.  
  815. Display the Font dialog box for organization charts, which is used to specify a font.
  816.  
  817. OrgChartImportOutline
  818.  
  819. Syntax
  820.  
  821. OrgChartImportOutline()
  822.  
  823. Description
  824.  
  825. Import an outline into an organization chart.
  826.  
  827. OrgChartLayoutDlg
  828.  
  829. Syntax
  830.  
  831. OrgChartLayoutDlg()
  832.  
  833. Description
  834.  
  835. Display the Layout dialog box for organization charts.
  836.  
  837. OrgChartOrientationDlg
  838.  
  839. Syntax
  840.  
  841. OrgChartOrientationDlg()
  842.  
  843. Description
  844.  
  845. Display the Orientation dialog box, which sets orientation for an organization chart.
  846.  
  847. OrgChartUndelete
  848.  
  849. Syntax
  850.  
  851. OrgChartUndelete()
  852.  
  853. Description
  854.  
  855. Restore the last deleted object in an organization chart.
  856.  
  857. OrgChartViewAllBranches
  858.  
  859. Syntax
  860.  
  861. OrgChartViewAllBranches()
  862.  
  863. Description
  864.  
  865. View all branches in an organization chart.
  866.  
  867. OrgChartViewSelectedBranch
  868.  
  869. Syntax
  870.  
  871. OrgChartViewSelectedBranch()
  872.  
  873. Description
  874.  
  875. View the selected branch in an organization chart.
  876.  
  877. OrgTextEditExit
  878.  
  879. Syntax
  880.  
  881. OrgTextEditExit()
  882.  
  883. Description
  884.  
  885. Return from the text editor to the organization chart editor.
  886.  
  887. OutlineNextLevel
  888.  
  889. Syntax
  890.  
  891. OutlineNextLevel()
  892.  
  893. Description
  894.  
  895. Demote the outline to the next level.
  896.  
  897. OutlineObject
  898.  
  899. Syntax
  900.  
  901. OutlineObject()
  902.  
  903. Description
  904.  
  905. Display the selected objects as line drawings.
  906.  
  907. OutlinePreviousLevel
  908.  
  909. Syntax
  910.  
  911. OutlinePreviousLevel()
  912.  
  913. Description
  914.  
  915. Promote outline to the previous level.
  916.  
  917. OutlineRevealCodes
  918.  
  919. Syntax
  920.  
  921. OutlineRevealCodes()
  922.  
  923. Description
  924.  
  925. Display text codes for the current text chart.
  926.  
  927. OverrideSlideDlg
  928.  
  929. Syntax
  930.  
  931. OverrideSlideDlg()
  932.  
  933. Description
  934.  
  935. Display the Override dialog box, which is used to override slide options.
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.