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

  1. AboutDlg
  2.  
  3. Syntax
  4.  
  5. ()
  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. (Scale: enumeration; Left: numeric; Bottom: numeric; Right: numeric; Top: numeric)
  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 command.
  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. ()
  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. ()
  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 command.
  58.  
  59. ActivateBoxField
  60.  
  61. Syntax
  62.  
  63. (FieldName: 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. (FillAndFrame: enumeration; XCenter: measurement; YCenter: measurement; HorizontalRadius: measurement; VerticalRadius: measurement; XInitial: measurement; YInitial: measurement; XTerminal: measurement; YTerminal: measurement; ArcFlags: enumeration)
  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. (BackgroundName: 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. ()
  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. (LayoutName: 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. ()
  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. (FillAndFrame: enumeration; BasePointCount: numeric; {XControl1: measurement; YControl1: measurement; XBase: measurement; YBase: measurement; XControl2: measurement; YControl2: measurement})
  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. Repeat the next six parameters for each base point, and enclose repeating parameters in braces {}.
  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. (FillAndFrame: enumeration; PointCount: numeric; {PointX: measurement; PointY: measurement})
  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. The next two parameters are repeated for each base point. Parameters that can be repeated are enclosed in braces {}.
  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. (HeadStyle: enumeration; TailStyle: enumeration; PointCount: numeric; {PointX: measurement; PointY: measurement})
  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. Note
  324.  
  325.   New command
  326.   
  327. AddRoundedRect
  328.  
  329. Syntax
  330.  
  331. (FillAndFrame: enumeration; LeftEdge: measurement; BottomEdge: measurement; RightEdge: measurement; TopEdge: measurement; HorizontalRadius: measurement; VerticalRadius: measurement)
  332.  
  333. Description
  334.  
  335. Draw a rounded rectangle.
  336.  
  337. Parameters
  338.  
  339. FillAndFrame: enumeration    Specify whether the object outline is on or off, and whether the object fill is on or off.
  340.  
  341. Both!
  342.  
  343. Filled!
  344.  
  345. Framed! 
  346.  
  347. LeftEdge: measurement    Position of the left edge of the elliptical area of a rounded rectangle, in WordPerfect units (1200ths of an inch).
  348.  
  349. BottonEdge: measurement    The position of the botton edge of the elliptical area of a rounded rectangle, in WordPerfect units. (Please note: this is the correct spelling for this parameter.)
  350.  
  351. RightEdge: measurement    Position of the right edge of the elliptical area of a rounded rectangle, in WordPerfect units.
  352.  
  353. TopEdge: measurement    Position of the top edge of the elliptical area of a rounded rectangle, in WordPerfect units.
  354.  
  355. HorizontalRadius: measurement    The horizontal radius of the corner ellipse, in Corel WordPerfect units.
  356.  
  357. VerticalRadius: measurement    The vertical radius of the corner ellipse, in WordPerfect units.
  358.  
  359. AddShape
  360.  
  361. Syntax
  362.  
  363. (FillAndFrame: enumeration; LeftEdge:numeric; BottonEdge: numeric; RightEdge: numeric; TopEdge: numeric; ShapeType: numeric; GlyphType: numeric; Glyph1: numeric; Glyph2: numeric; Glyph3: numeric; Glyph4: numeric; Shape: enumeration)
  364.  
  365. Description
  366.  
  367. Lets you add a shape object to the document.
  368.  
  369. Parameters
  370.  
  371. FillAndFrame: enumeration    Lets you specify whether the object outline is on or off, and whether the object fill is on or off.
  372.  
  373. Filled!
  374.  
  375. Framed!
  376.  
  377. Both!
  378.  
  379. LeftEdge: numeric    Lets you position the left edge of the shape.
  380.  
  381. BottonEdge: numeric    Lets you position the bottom edge of the shape.
  382.  
  383. RightEdge: numeric    Lets you position the right edge of the shape.
  384.  
  385. TopEdge: numeric    Lets you position the top edge of the shape.
  386.  
  387. ShapeType: numeric    Lets you specify the type of the shape.
  388.  
  389. GlyphType: numeric    Lets you position the type of the glyph.
  390.  
  391. Glyph1: numeric    Lets you specify the first glyph.
  392.  
  393. Glyph2: numeric    Lets you specify the second glyph.
  394.  
  395. Glyph3: numeric    Lets you specify the third glyph.
  396.  
  397. Glyph4: numeric    Lets you specify the fourth glyph.
  398.  
  399. Shape: enumeration    Lets you specify the shape.
  400.  
  401. Notes
  402.  
  403.   New command
  404.   
  405.   The edges are measured in WordPerfect units. WordPerfect units are measured in 1200ths of an inch.
  406.   
  407. AddSlide
  408.  
  409. Syntax
  410.  
  411. (Count: numeric; TemplateName: string)
  412.  
  413. Description
  414.  
  415. Add one or more blank slides to the current slide show. If no parameters are specified, this command adds one slide that has been created using the current template.
  416.  
  417. Parameters
  418.  
  419. Count: numeric (optional)    The number of slides to add. 
  420.  
  421. TemplateName: string (optional)    Name of template.
  422.  
  423. AddSlideDlg
  424.  
  425. Syntax
  426.  
  427. ()
  428.  
  429. Description
  430.  
  431. Display the New Slide dialog box, which is used to add slides to the current slide show.
  432.  
  433. AddTextBox
  434.  
  435. Syntax
  436.  
  437. (LeftEdge: measurement; BottomEdge: measurement; RightEdge: measurement; TopEdge: measurement)
  438.  
  439. Description
  440.  
  441. Create a text area or a text line.
  442.  
  443. Parameters
  444.  
  445. LeftEdge: measurement    Specify the left edge of a text box, in WordPerfect units (1200ths of an inch.)
  446.  
  447. BottomEdge: measurement    Specify the bottom edge of a text box, in WordPerfect units.
  448.  
  449. RightEdge: measurement    Specify the right edge of a text box, in WordPerfect units.
  450.  
  451. TopEdge: measurement    Specify the top edge of a text box, in WordPerfect units.
  452.  
  453. AirBrush
  454.  
  455. Syntax
  456.  
  457. ({X: numeric; Y: numeric})
  458.  
  459. Description
  460.  
  461. Use the Air Brush painting tool to create a bitmap object in the Bitmap Editor.
  462.  
  463. Parameters
  464.  
  465. X: numeric (optional)    The horizontal position of pixels clicked when painting. Repeat the X and Y parameters for each pixel covered, and enclose sets of repeated parameters in braces {}.
  466.  
  467. Y: numeric (optional)    The vertical position of pixels clicked when painting.
  468.  
  469. AlignCenterLeftRight
  470.  
  471. Syntax
  472.  
  473. ()
  474.  
  475. Description
  476.  
  477. Center a selected object horizontally on the page, or align multiple selected objects with the horizontal center of the selection area.
  478.  
  479. AlignObjectsBottom
  480.  
  481. Syntax
  482.  
  483. ()
  484.  
  485. Description
  486.  
  487. 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.
  488.  
  489. AlignObjectsCenter
  490.  
  491. Syntax
  492.  
  493. ()
  494.  
  495. Description
  496.  
  497. Center a selected object on the page, or align the centers of multiple selected objects with the center of the selection area.
  498.  
  499. AlignObjectsLeft
  500.  
  501. Syntax
  502.  
  503. ()
  504.  
  505. Description
  506.  
  507. 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.
  508.  
  509. AlignObjectsRight
  510.  
  511. Syntax
  512.  
  513. ()
  514.  
  515. Description
  516.  
  517. 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.
  518.  
  519. AlignObjectsTop
  520.  
  521. Syntax
  522.  
  523. ()
  524.  
  525. Description
  526.  
  527. 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.
  528.  
  529. AlignObjectsTopBottom
  530.  
  531. Syntax
  532.  
  533. ()
  534.  
  535. Description
  536.  
  537. Center a selected object vertically on the page, or align multiple selected objects with the vertical center of the selection area.
  538.  
  539. AlignTextBottom
  540.  
  541. Syntax
  542.  
  543. ()
  544.  
  545. Description
  546.  
  547. Position text from the bottom of an organization chart box.
  548.  
  549. AlignTextMiddle
  550.  
  551. Syntax
  552.  
  553. ()
  554.  
  555. Description
  556.  
  557. Center text vertically within an organization chart box.
  558.  
  559. AlignTextTop
  560.  
  561. Syntax
  562.  
  563. ()
  564.  
  565. Description
  566.  
  567. Position text starting from the top of an organization chart box.
  568.  
  569. ApplicationMaximize
  570.  
  571. Syntax
  572.  
  573. ()
  574.  
  575. Description
  576.  
  577. Maximize the size of an application window. If the window is already maximized, this command terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  578.  
  579. ApplicationMinimize
  580.  
  581. Syntax
  582.  
  583. ()
  584.  
  585. Description
  586.  
  587. Minimize an application window to an icon. If the window is already minimized, this command terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  588.  
  589. ApplicationMove
  590.  
  591. Syntax
  592.  
  593. ()
  594.  
  595. Description
  596.  
  597. 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 command terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  598.  
  599. ApplicationRestore
  600.  
  601. Syntax
  602.  
  603. ()
  604.  
  605. Description
  606.  
  607. Restore a window to its previous size. If the window has already been restored, this command terminates the macro and redirects the macro to the LABEL specified by ONERROR.
  608.  
  609. ApplicationSize
  610.  
  611. Syntax
  612.  
  613. ()
  614.  
  615. Description
  616.  
  617. 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 command terminates the macro or redirects the macro to the LABEL specified by ONERROR.
  618.  
  619. AssignBackgroundDlg
  620.  
  621. Syntax
  622.  
  623. ()
  624.  
  625. Description
  626.  
  627. Display the Assign Background dialog box, which is used to assign a background to a specified layout.
  628.  
  629. AssignLayoutBackground
  630.  
  631. Syntax
  632.  
  633. (LayoutName: string; BackgroundName: string)
  634.  
  635. Description
  636.  
  637. Assign a background to a specified layout.
  638.  
  639. Parameters
  640.  
  641. LayoutName: string    The layout to link to a background.
  642.  
  643. BackgroundName: string    The background to link to a layout.
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.