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

  1. AboutDlg
  2.  
  3. Syntax
  4.  
  5. AboutDlg()
  6.  
  7. Description
  8.  
  9. Display the About Corel Presentations dialog box, which displays product and license information.
  10.  
  11. AcquireImage
  12.  
  13. Syntax
  14.  
  15. AcquireImage([Scale As _AcquireImage_Scale_enum], [Left As Integer], [Bottom As Integer], [Right As Integer], [Top As Integer])
  16.  
  17. Description
  18.  
  19. Insert a bitmap image generated by a scanner into the current drawing or slide show. The computer must have a TWAIN driver installed to use this method.
  20.  
  21. Parameters
  22.  
  23. Scale: enumeration (optional)    The scaling option.
  24.  
  25. AreaBounded
  26.  
  27. FixedSize
  28.  
  29. PageBounded
  30.  
  31. Left: numeric (optional)    The left coordinate of bounding rectangle.
  32.  
  33. Bottom: numeric (optional)    The bottom coordinate of a bounding rectangle.
  34.  
  35. Right: numeric (optional)    The right coordinate of a bounding rectangle.
  36.  
  37. Top: numeric (optional)    The top coordinate of bounding rectangle.
  38.  
  39. AcquireImageDlg
  40.  
  41. Syntax
  42.  
  43. AcquireImageDlg()
  44.  
  45. Description
  46.  
  47. Display the Acquire Image dialog box, which is used to insert a bitmap image from a TWAIN source.
  48.  
  49. AcquireImageSelect
  50.  
  51. Syntax
  52.  
  53. AcquireImageSelect()
  54.  
  55. Description
  56.  
  57. Display the Image Source dialog box, which is used to specify a scanner from which to acquire an image. The computer must have a TWAIN driver installed to use this method.
  58.  
  59. ActivateBoxField
  60.  
  61. Syntax
  62.  
  63. ActivateBoxField(FieldName As String)
  64.  
  65. Description
  66.  
  67. Activate a field in an organization chart box to edit it.
  68.  
  69. Parameters
  70.  
  71. FieldName: string    The field name of the box field to be activated and edited.
  72.  
  73. AddArc
  74.  
  75. Syntax
  76.  
  77. AddArc(FillAndFrame As _AddArc_FillAndFrame_enum, XCenter As Integer, YCenter As Integer, HorizontalRadius As Integer, VerticalRadius As Integer, XInitial As Integer, YInitial As Integer, XTerminal As Integer, YTerminal As Integer, ArcFlags As _AddArc_ArcFlags_enum)
  78.  
  79. Description
  80.  
  81. Draw an arc or a circle using the Circle, Circular Arc, Ellipse, or Elliptical Arc drawing tool.
  82.  
  83. Parameters
  84.  
  85. FillAndFrame: enumeration    Specify whether the arc object is open or closed, whether the object outline is on or off, and whether the object fill is on or off.
  86.  
  87. Both
  88.  
  89. ClosedFrame
  90.  
  91. Filled
  92.  
  93. OpenFrame 
  94.  
  95. XCenter: measurement    The horizontal coordinate for the center of the arc, in WordPerfect units (1200ths of an inch). 
  96.  
  97. YCenter: measurement    The vertical coordinate for the center of the arc, in WordPerfect units.
  98.  
  99. HorizontalRadius: measurement    The horizontal coordinate for the radius of an elliptical arc, in Corel WordPerfect units.
  100.  
  101. VerticalRadius: measurement    The vertical coordinate for the radius of an elliptical arc in WordPerfect units.
  102.  
  103. XInitial: measurement    The horizontal coordinate for the point which indicates the starting angle of an arc, in WordPerfect units.
  104.  
  105. YInitial: measurement    The vertical coordinate for the initial point of an arc, in WordPerfect units.
  106.  
  107. XTerminal: measurement    The horizontal coordinate for the point that indicates the ending angle of an arc, in WordPerfect units.
  108.  
  109. YTerminal: measurement    The vertical coordinate for the point that indicates the ending angle of an arc, in WordPerfect units.
  110.  
  111. ArcFlags: enumeration    Indicate how the endpoints of an arc connect.
  112.  
  113. Center_Connect
  114.  
  115. End2End_Connect
  116.  
  117. No_Connect 
  118.  
  119. AddBackground
  120.  
  121. Syntax
  122.  
  123.  AddBackground([BackgroundName As String])
  124.  
  125. Description
  126.  
  127. Create a new background.
  128.  
  129. Parameters
  130.  
  131. BackgroundName: string (optional)    The new background name.
  132.  
  133. AddBackgroundDlg
  134.  
  135. Syntax
  136.  
  137. AddBackgroundDlg()
  138.  
  139. Description
  140.  
  141. Display the New Background dialog box, which is used to create a new background.
  142.  
  143. AddLayout
  144.  
  145. Syntax
  146.  
  147. AddLayout([LayoutName As String])
  148.  
  149. Description
  150.  
  151. Add a new layout to the current slide show master.
  152.  
  153. Parameters
  154.  
  155. Parameter    Description
  156.  
  157. LayoutName: string (optional)    The new layout name.
  158.  
  159. AddLayoutDlg
  160.  
  161. Syntax
  162.  
  163. AddLayoutDlg()
  164.  
  165. Description
  166.  
  167. Display the New Layout dialog box, which is used to add a new layout to the current slide show master.
  168.  
  169. AddPolyCurve
  170.  
  171. Syntax
  172.  
  173. AddPolyCurve(FillAndFrame As _AddPolyCurve_FillAndFrame_enum, BasePointCount As Integer, [XControl1], [YControl1], [XBase], [YBase], [XControl2], [YControl2])
  174.  
  175. Description
  176.  
  177. Draw a curve using the Curve, Closed Curve, Bezier, Freehand, or Arrow drawing tool.
  178.  
  179. Parameters
  180.  
  181. FillAndFrame: enumeration    Specify whether the curve object is open or closed, whether the object outline is on or off, and whether the object fill is on or off.
  182.  
  183. Both
  184.  
  185. ClosedFrame
  186.  
  187. Filled
  188.  
  189. OpenFrame 
  190.  
  191. BasePointCount: numeric    The number of base points in the curve.
  192.  
  193. XControl1: measurement (optional)    The horizontal coordinate of the first control point for a base point of the curve, in WordPerfect units (1200ths of an inch).
  194.  
  195. YControl1: measurement (optional)    The vertical coordinate of the first control point for a base point of the curve, in WordPerfect units.
  196.  
  197. XBase: measurement (optional)    The horizontal coordinate of a base point of the curve, in WordPerfect units.
  198.  
  199. YBase: measurement (optional)    The vertical coordinate of the base point of the curve, in WordPerfect units.
  200.  
  201. XControl2: measurement (optional)    The horizontal coordinate for the second control point for a base point of the curve, in WordPerfect units.
  202.  
  203. YControl2: measurement (optional)    The vertical coordinate of the second control point for a base point of the curve, in WordPerfect units.
  204.  
  205. AddPolyLine
  206.  
  207. Syntax
  208.  
  209. AddPolyLine(FillAndFrame As _AddPolyLine_FillAndFrame_enum, PointCount As Integer, [PointX], [PointY])
  210.  
  211. Description
  212.  
  213. Draw a line or a polygon using the Line, Polygon, Rectangle, or Regular Polygon drawing tool.
  214.  
  215. Parameters
  216.  
  217. FillAndFrame: enumeration    Specify whether the line object is open or closed, whether the object outline is on or off, and whether the object fill is on or off.
  218.  
  219. Both
  220.  
  221. ClosedFrame
  222.  
  223. Filled
  224.  
  225. OpenFrame 
  226.  
  227. PointCount: numeric    The number of base points in a line. 
  228.  
  229. PointX: measurement (optional)    The horizontal coordinate of a base point, in WordPerfect units (1200ths of an inch).
  230.  
  231. PointY: measurement (optional)    The vertical coordinate of a base point, in WordPerfect units. 
  232.  
  233. AddPolyLineWithEndCaps
  234.  
  235. Syntax
  236.  
  237. AddPolyLineWithEndCaps(HeadStyle As _AddPolyLineWithEndCaps_HeadStyle_enum, TailStyle As _AddPolyLineWithEndCaps_TailStyle_enum, PointCount As Integer, [PointX], [PointY])
  238.  
  239. Description
  240.  
  241. Draw a polyline that has end caps.
  242.  
  243. Parameters
  244.  
  245. HeadStyle: enumeration    Lets you specify the style of the head.
  246.  
  247. Flat
  248.  
  249. Round
  250.  
  251. Square
  252.  
  253. Arrow
  254.  
  255. ArrowLarge
  256.  
  257. ArrowCurved
  258.  
  259. ArrowUnfilled
  260.  
  261. ArrowLargeUnfilled
  262.  
  263. ArrwoOpen
  264.  
  265. ArrowLargeOpen
  266.  
  267. ArrowCurvedOpen
  268.  
  269. Tail
  270.  
  271. TailUnfilled
  272.  
  273. TailUnfilledLine
  274.  
  275. TailFeather
  276.  
  277. DotSmall
  278.  
  279. DotLarge
  280.  
  281. TailStyle: enumeration    Lets you specify the style of the tail.
  282.  
  283. Flat
  284.  
  285. Round
  286.  
  287. Square
  288.  
  289. Arrow
  290.  
  291. ArrowLarge
  292.  
  293. ArrowCurved
  294.  
  295. ArrowUnfilled
  296.  
  297. ArrowLargeUnfilled
  298.  
  299. ArrwoOpen
  300.  
  301. ArrowLargeOpen
  302.  
  303. ArrowCurvedOpen
  304.  
  305. Tail
  306.  
  307. TailUnfilled
  308.  
  309. TailUnfilledLine
  310.  
  311. TailFeather
  312.  
  313. DotSmall
  314.  
  315. DotLarge
  316.  
  317. PointCount: numeric    The number of base points in a line. The next two parameters are repeated for each base point. Parameters that can be repeated are enclosed in braces {}.
  318.  
  319. PointX: measurement (optional)    The horizontal coordinate of a base point, in WordPerfect units (1200ths of an inch).
  320.  
  321. PointY: measurement (optional)    The vertical coordinate of a base point, in WordPerfect units (1200ths of an inch).
  322.  
  323. AddRoundedRect
  324.  
  325. Syntax
  326.  
  327. AddRoundedRect(FillAndFrame As _AddRoundedRect_FillAndFrame_enum, LeftEdge As Integer, BottomEdge As Integer, RightEdge As Integer, TopEdge As Integer, HorizontalRadius As Integer, VerticalRadius As Integer)
  328.  
  329. Description
  330.  
  331. Draw a rounded rectangle.
  332.  
  333. Parameters
  334.  
  335. FillAndFrame: enumeration    Specify whether the object outline is on or off, and whether the object fill is on or off.
  336.  
  337. Both
  338.  
  339. Filled
  340.  
  341. Framed
  342.  
  343. LeftEdge: measurement    Position of the left edge of the elliptical area of a rounded rectangle, in WordPerfect units (1200ths of an inch).
  344.  
  345. BottonEdge: measurement    The position of the bottom edge of the elliptical area of a rounded rectangle, in WordPerfect units. (Please note: this is the correct spelling for this parameter.)
  346.  
  347. RightEdge: measurement    Position of the right edge of the elliptical area of a rounded rectangle, in WordPerfect units.
  348.  
  349. TopEdge: measurement    Position of the top edge of the elliptical area of a rounded rectangle, in WordPerfect units.
  350.  
  351. HorizontalRadius: measurement    The horizontal radius of the corner ellipse, in Corel WordPerfect units.
  352.  
  353. VerticalRadius: measurement    The vertical radius of the corner ellipse, in WordPerfect units.
  354.  
  355. AddShape
  356.  
  357. Syntax
  358.  
  359. AddShape(FillAndFrame As _AddShape_FillAndFrame_enum, LeftEdge As Integer, BottomEdge As Integer, RightEdge As Integer, TopEdge As Integer, ShapeType As _AddShape_ShapeType_enum)
  360.  
  361. Description
  362.  
  363. Lets you add a shape object to the document.
  364.  
  365. Parameters
  366.  
  367. FillAndFrame: enumeration    Lets you specify whether the object outline is on or off, and whether the object fill is on or off.
  368.  
  369. Filled
  370.  
  371. Framed
  372.  
  373. Both
  374.  
  375. LeftEdge: numeric    Lets you position the left edge of the shape.
  376.  
  377. BottonEdge: numeric    Lets you position the bottom edge of the shape.
  378.  
  379. RightEdge: numeric    Lets you position the right edge of the shape.
  380.  
  381. TopEdge: numeric    Lets you position the top edge of the shape.
  382.  
  383. ShapeType: numeric    Lets you specify the type of the shape.
  384.  
  385. GlyphType: numeric    Lets you position the type of the glyph.
  386.  
  387. Glyph1: numeric    Lets you specify the first glyph.
  388.  
  389. Glyph2: numeric    Lets you specify the second glyph.
  390.  
  391. Glyph3: numeric    Lets you specify the third glyph.
  392.  
  393. Glyph4: numeric    Lets you specify the fourth glyph.
  394.  
  395. Shape: enumeration    Lets you specify the shape.
  396.  
  397. Notes
  398.  
  399.   The edges are measured in WordPerfect units. WordPerfect units are measured in 1200ths of an inch.
  400.   
  401. AddSlide
  402.  
  403. Syntax
  404.  
  405.  AddSlide([Count As Integer], [TemplateName As String])
  406.  
  407. Description
  408.  
  409. Add one or more blank slides to the current slide show. If no parameters are specified, this method adds one slide that has been created using the current template.
  410.  
  411. Parameters
  412.  
  413. Count: numeric (optional)    The number of slides to add. 
  414.  
  415. TemplateName: string (optional)    Name of template.
  416.  
  417. AddSlideDlg
  418.  
  419. Syntax
  420.  
  421. AddSlideDlg()
  422.  
  423. Description
  424.  
  425. Display the New Slide dialog box, which is used to add slides to the current slide show.
  426.  
  427. AddTextBox
  428.  
  429. Syntax
  430.  
  431. AddTextBox(LeftEdge As Integer, BottomEdge As Integer, RightEdge As Integer, TopEdge As Integer)
  432.  
  433. Description
  434.  
  435. Create a text area or a text line.
  436.  
  437. Parameters
  438.  
  439. LeftEdge: measurement    Specify the left edge of a text box, in WordPerfect units (1200ths of an inch.)
  440.  
  441. BottomEdge: measurement    Specify the bottom edge of a text box, in WordPerfect units.
  442.  
  443. RightEdge: measurement    Specify the right edge of a text box, in WordPerfect units.
  444.  
  445. TopEdge: measurement    Specify the top edge of a text box, in WordPerfect units.
  446.  
  447. AirBrush
  448.  
  449. Syntax
  450.  
  451. AirBrush([X], [Y])
  452.  
  453. Description
  454.  
  455. Use the Air Brush painting tool to create a bitmap object in the Bitmap Editor.
  456.  
  457. Parameters
  458.  
  459. X: numeric (optional)    The horizontal position of pixels clicked when painting. 
  460.  
  461. Y: numeric (optional)    The vertical position of pixels clicked when painting.
  462.  
  463. AlignCenterLeftRight
  464.  
  465. Syntax
  466.  
  467. AlignCenterLeftRight()
  468.  
  469. Description
  470.  
  471. Center a selected object horizontally on the page, or align multiple selected objects with the horizontal center of the selection area.
  472.  
  473. AlignObjectsBottom
  474.  
  475. Syntax
  476.  
  477. AlignObjectsBottom()
  478.  
  479. Description
  480.  
  481. Align the bottom edge of a selected object with the bottom of the page, or align the bottom edges of multiple selected objects with the bottom edge of the lowest object.
  482.  
  483. AlignObjectsCenter
  484.  
  485. Syntax
  486.  
  487. AlignObjectsCenter()
  488.  
  489. Description
  490.  
  491. Center a selected object on the page, or align the centers of multiple selected objects with the center of the selection area.
  492.  
  493. AlignObjectsLeft
  494.  
  495. Syntax
  496.  
  497. AlignObjectsLeft()
  498.  
  499. Description
  500.  
  501. Align the left edge of a selected object with the left edge of the page, or align the left edges of multiple selected objects with the left edge of the leftmost object.
  502.  
  503. AlignObjectsRight
  504.  
  505. Syntax
  506.  
  507. AlignObjectsRight()
  508.  
  509. Description
  510.  
  511. Align the right edge of a selected object with the right edge of the page, or align the right edges of multiple selected objects with the right edge of the rightmost object.
  512.  
  513. AlignObjectsTop
  514.  
  515. Syntax
  516.  
  517. AlignObjectsTop()
  518.  
  519. Description
  520.  
  521. Align the top edge of a selected object with the top of the page, or align the top edge of multiple selected objects with the top edge of the highest object.
  522.  
  523. AlignObjectsTopBottom
  524.  
  525. Syntax
  526.  
  527. AlignObjectsTopBottom()
  528.  
  529. Description
  530.  
  531. Center a selected object vertically on the page, or align multiple selected objects with the vertical center of the selection area.
  532.  
  533. AlignTextBottom
  534.  
  535. Syntax
  536.  
  537. AlignTextBottom()
  538.  
  539. Description
  540.  
  541. Position text from the bottom of an organization chart box.
  542.  
  543. AlignTextMiddle
  544.  
  545. Syntax
  546.  
  547. AlignTextMiddle()
  548.  
  549. Description
  550.  
  551. Center text vertically within an organization chart box.
  552.  
  553. AlignTextTop
  554.  
  555. Syntax
  556.  
  557. AlignTextTop()
  558.  
  559. Description
  560.  
  561. Position text starting from the top of an organization chart box.
  562.  
  563. ApplicationMaximize
  564.  
  565. Syntax
  566.  
  567. ApplicationMaximize()
  568.  
  569. Description
  570.  
  571. Maximize the size of an application window. If the window is already maximized, this method terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  572.  
  573. ApplicationMinimize
  574.  
  575. Syntax
  576.  
  577. ApplicationMinimize()
  578.  
  579. Description
  580.  
  581. Minimize an application 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.
  582.  
  583. ApplicationMove
  584.  
  585. Syntax
  586.  
  587. ApplicationMove()
  588.  
  589. Description
  590.  
  591. Pause a macro to allow you to reposition an application window. Click the mouse or press Enter to continue playing the macro. If the window is maximized, this method terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  592.  
  593. ApplicationRestore
  594.  
  595. Syntax
  596.  
  597. ApplicationRestore()
  598.  
  599. Description
  600.  
  601. Restore a window to its previous size. If the window has already been restored, this method terminates the macro and redirects the macro to the LABEL specified by ONERROR.
  602.  
  603. ApplicationSize
  604.  
  605. Syntax
  606.  
  607. ApplicationSize()
  608.  
  609. Description
  610.  
  611. Pause a macro to allow you to resize a window. Click the mouse or press Enter to continue playing the macro. If the window is maximized, this method terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  612.  
  613. AssignBackgroundDlg
  614.  
  615. Syntax
  616.  
  617. AssignBackgroundDlg()
  618.  
  619. Description
  620.  
  621. Display the Assign Background dialog box, which is used to assign a background to a specified layout.
  622.  
  623. AssignLayoutBackground
  624.  
  625. Syntax
  626.  
  627. AssignLayoutBackground(LayoutName As String, BackgroundName As String)
  628.  
  629. Description
  630.  
  631. Assign a background to a specified layout.
  632.  
  633. Parameters
  634.  
  635. LayoutName: string    The layout to link to a background.
  636.  
  637. BackgroundName: string    The background to link to a layout.
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.