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

  1. PageColorDlg
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Display the Page Setup dialog box, which is used to specify a document page color.
  10.  
  11. PageFormatDlg
  12.  
  13. Syntax
  14.  
  15. ()
  16.  
  17. Description
  18.  
  19. Display the Page Setup dialog box, which is used to specify page size, margins, page colors, and save options.
  20.  
  21. PageMode
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Display all objects in the drawing or slide.
  30.  
  31. PageSizeInfo
  32.  
  33. Syntax
  34.  
  35. ()
  36.  
  37. Description
  38.  
  39. Display the Page Size dialog box, which is used to set page size, margins, page color, and save options.
  40.  
  41. PaintBrush
  42.  
  43. Syntax
  44.  
  45. ({X: numeric; Y: numeric})
  46.  
  47. Description
  48.  
  49. Activate the Paint Brush tool to create a bitmap object in the Bitmap Editor.
  50.  
  51. Parameters
  52.  
  53. X: numeric (optional)    The horizontal position of pixels clicked when painting. Repeat the X and Y parameters for each pixel covered, and enclose repeated parameters in braces {}.
  54.  
  55. Y: numeric (optional)    The vertical position of pixels clicked when painting.
  56.  
  57. PaintDropMarquee
  58.  
  59. Syntax
  60.  
  61. (EndMarquee: enumeration)
  62.  
  63. Description
  64.  
  65. Copy a selected portion of a bitmap area. Precede with PaintMoveMarquee.
  66.  
  67. Parameters
  68.  
  69. EndMarquee: enumeration (optional)    Turn off select mode for the copied portion.
  70.  
  71. No!
  72.  
  73. Yes!
  74.  
  75. PaintDropper
  76.  
  77. Syntax
  78.  
  79. (X: numeric; Y: numeric; Color: enumeration)
  80.  
  81. Description
  82.  
  83. Activate the Pickup Color painting tool to select a background or foreground color in the Bitmap Editor.
  84.  
  85. Parameters
  86.  
  87. X: numeric    The horizontal position of pixels clicked when choosing a color.
  88.  
  89. Y: numeric    The vertical position of pixels clicked when choosing a color.
  90.  
  91. Color: enumeration (optional)    The color the paint dropper uses.
  92.  
  93. Background!
  94.  
  95. Foreground!
  96.  
  97. PaintEraser
  98.  
  99. Syntax
  100.  
  101. ({X: numeric; Y: numeric})
  102.  
  103. Description
  104.  
  105. Activate the Eraser painting tool to erase portions of a bitmap object in the Bitmap Editor.
  106.  
  107. Parameters
  108.  
  109. X: numeric (optional)    The horizontal position of pixels covered when erasing. Repeat the X and Y parameters for each pixel covered, and enclose repeated parameters in braces {}.
  110.  
  111. Y: numeric (optional)    The vertical position of pixels covered when erasing.
  112.  
  113. PaintEscapeUndo
  114.  
  115. Syntax
  116.  
  117. ()
  118.  
  119. Description
  120.  
  121. Remove the effects of the most recent editing change in the Bitmap Editor. To add this function to a macro, use BitmapUndo.
  122.  
  123. PaintMoveMarquee
  124.  
  125. Syntax
  126.  
  127. (DeltaX: numeric; DeltaY: numeric; EraseUnder: enumeration)
  128.  
  129. Description
  130.  
  131. Move a selected bitmap area. Follow with PaintDropMarquee.
  132.  
  133. Parameters
  134.  
  135. DeltaX: numeric (optional)    The amount of horizontal movement, in pixels.
  136.  
  137. DeltaY: numeric (optional)    The amount of vertical movement, in pixels.
  138.  
  139. EraseUnder: enumeration (optional)    Erase the area beneath the new selection location.
  140.  
  141. No!
  142.  
  143. Yes!
  144.  
  145. PasteMarquee
  146.  
  147. Syntax
  148.  
  149. ()
  150.  
  151. Description
  152.  
  153. Retrieve a bitmap object from the Clipboard and insert it into the current drawing.
  154.  
  155. PasteObject
  156.  
  157. Syntax
  158.  
  159. (FormatName: string; Format: numeric; OleFormat: enumeration; InsertLink: enumeration; InsertIcon: enumeration)
  160.  
  161. Description
  162.  
  163. Insert an OLE object from the Clipboard into the current drawing.
  164.  
  165. Parameters
  166.  
  167. FormatName: string (optional)    The name of the Clipboard format (such as Metafile).
  168.  
  169. Format: numeric (optional)    The Clipboard format ID number. Use only if FormatName is not specified.
  170.  
  171. OleFormat: enumeration (optional)    Insert the Clipboard contents as an OLE object.
  172.  
  173. No!
  174.  
  175. Yes!
  176.  
  177. InsertLink: enumeration (optional)    Insert object as a link. Use only if the Clipboard format is an OLE type.
  178.  
  179. No!
  180.  
  181. Yes!
  182.  
  183. InsertIcon: enumeration (optional)    Display an OLE object as an icon. Use only if the Clipboard format is an OLE type.
  184.  
  185. No!
  186.  
  187. Yes!
  188.  
  189. PasteSpecialOle20Dlg
  190.  
  191. Syntax
  192.  
  193. ()
  194.  
  195. Description
  196.  
  197. Display the Paste Special dialog box, which is used to paste OLE objects from the Clipboard into the current drawing.
  198.  
  199. PlaySlideShow
  200.  
  201. Syntax
  202.  
  203. (PlayType: enumeration; PenSize: numeric; PenRedValue: numeric; PenGreenValue: numeric; PenBlueValue: numeric; SlideNumberStart: numeric; RepeatShow: enumeration; ShowFormat: enumeration; ColorFormat: enumeration; SizeFormat: enumeration)
  204.  
  205. Description
  206.  
  207. Play a slide show and specify play options.
  208.  
  209. Parameters
  210.  
  211. PlayType: enumeration    The type of slide show to play.
  212.  
  213. CreateQuickFile!
  214.  
  215. CreateWin31Runtime!
  216.  
  217. CreateWin95Runtime!
  218.  
  219. NormalPlay!
  220.  
  221. UseQuickFile!
  222.  
  223. PenSize: numeric    The size of the highlighter, in WordPerfect units (1200ths of an inch).
  224.  
  225. PenRedValue: numeric    The highlighter color. Value (0-255).
  226.  
  227. PenGreenValue: numeric    The highlighter color. Value (0-255).
  228.  
  229. PenBlueValue: numeric    The highlighter color. Value (0-255).
  230.  
  231. SlideNumberStart: numeric    The first slide in a slide show.
  232.  
  233. RepeatShow: enumeration    Play the slide show again.
  234.  
  235. No!
  236.  
  237. Yes!
  238.  
  239. ShowFormat: enumeration (optional)    The format for a slide show.
  240.  
  241. DeviceFormat!
  242.  
  243. GenericFormat!
  244.  
  245. ColorFormat: enumeration (optional)    CurrentDevice!
  246.  
  247. DeviceIndependent!
  248.  
  249. SizeFormat: enumeration (optional)    CurrentDeviceFullScreen!
  250.  
  251. CurrentWindowSize!
  252.  
  253. DeviceIndependentFullScreen!
  254.  
  255. PlaySlideShowDlg
  256.  
  257. Syntax
  258.  
  259. ()
  260.  
  261. Description
  262.  
  263. Display the Play Slide Show dialog box, which is used to select play options and to play the current slide show.
  264.  
  265. PlaySlideShowFirst
  266.  
  267. Syntax
  268.  
  269. ()
  270.  
  271. Description
  272.  
  273. Play the current slide show, starting with the first slide.
  274.  
  275. PointerPosition
  276.  
  277. Syntax
  278.  
  279. (State: enumeration)
  280.  
  281. Description
  282.  
  283. Toggle the display of the pointer position in the status bar.
  284.  
  285. Parameters
  286.  
  287. State: enumeration (optional)    Pointer position display is on or off.
  288.  
  289. Off!
  290.  
  291. On! 
  292.  
  293. PosterDlg
  294.  
  295. Syntax
  296.  
  297. ()
  298.  
  299. Description
  300.  
  301. Create a poster by enlarging the drawing to print on multiple pages.
  302.  
  303. PRActivate
  304.  
  305. Syntax
  306.  
  307. ()
  308.  
  309. Description
  310.  
  311. Activate the Corel Presentations window.
  312.  
  313. PrefCustomDlg
  314.  
  315. Syntax
  316.  
  317. ()
  318.  
  319. Description
  320.  
  321. Display the Customize dialog box.
  322.  
  323. PrefEnvironmentDlg
  324.  
  325. Syntax
  326.  
  327. ()
  328.  
  329. Description
  330.  
  331. Display the Environment dialog box.
  332.  
  333. PreferenceBackupDlg
  334.  
  335. Syntax
  336.  
  337. ()
  338.  
  339. Description
  340.  
  341. Display the Backup dialog box, which is used to specify document backup preferences.
  342.  
  343. Note
  344.  
  345.   This command is obsolete.
  346.   
  347. PreferenceDateTime
  348.  
  349. Syntax
  350.  
  351. (DateTimeString: string)
  352.  
  353. Description
  354.  
  355. Specify date and time format.
  356.  
  357. Parameters
  358.  
  359. DateTimeString: string    The date and time format.
  360.  
  361. PreferenceDateTimeDlg
  362.  
  363. Syntax
  364.  
  365. ()
  366.  
  367. Description
  368.  
  369. Display the Date/Time Format dialog box, which is used to specify date and time format preferences.
  370.  
  371. PreferenceEnvGenDlg
  372.  
  373. Syntax
  374.  
  375. ()
  376.  
  377. Description
  378.  
  379. Display the General Environment dialog box.
  380.  
  381. PreferenceEnvironmentDlg
  382.  
  383. Syntax
  384.  
  385. ()
  386.  
  387. Description
  388.  
  389. Display the Environment dialog box, which is used to specify environment preferences.
  390.  
  391. PreferenceEnvLangDlg
  392.  
  393. Syntax
  394.  
  395. ()
  396.  
  397. Description
  398.  
  399. Display the Language Environment dialog box.
  400.  
  401. PreferenceFormSettings
  402.  
  403. Syntax
  404.  
  405. (FormWidth: measurement; FormHeight: measurement; MarginLeft: measurement; MarginBottom: measurement; MarginRight: measurement; MarginTop: measurement; Orientation: enumeration)
  406.  
  407. Description
  408.  
  409. Specify default page and margin sizes.
  410.  
  411. Parameters
  412.  
  413. FormWidth: measurement    The page width, in WordPerfect units (1200ths of an inch).
  414.  
  415. FormHeight: measurement    The page height, in WordPerfect units.
  416.  
  417. MarginLeft: measurement    The size of the left margin, in WordPerfect units.
  418.  
  419. MarginBottom: measurement    The size of the bottom margin, in WordPerfect units.
  420.  
  421. MarginRight: measurement    The size of the right margin, in WordPerfect units.
  422.  
  423. MarginTop: measurement    The size of the top margin, in WordPerfect units.
  424.  
  425.  Orientation: enumeration    The page orientation.
  426.  
  427. Landscape!
  428.  
  429. Portrait!
  430.  
  431. PreferenceKeyboardDlg
  432.  
  433. Syntax
  434.  
  435. ()
  436.  
  437. Description
  438.  
  439. Display the Keyboard Preferences dialog box, which is used to specify a keyboard file.
  440.  
  441. PreferenceLOF2Dlg
  442.  
  443. Syntax
  444.  
  445. ()
  446.  
  447. Description
  448.  
  449. Display the Multimedia Location of Files dialog box.
  450.  
  451. Note
  452.  
  453.   This command is obsolete.
  454.   
  455. PreferenceLOFDlg
  456.  
  457. Syntax
  458.  
  459. ()
  460.  
  461. Description
  462.  
  463. Display the Location of Files dialog box.
  464.  
  465. PreferenceMenuDlg
  466.  
  467. Syntax
  468.  
  469. ()
  470.  
  471. Description
  472.  
  473. Display the Menu Bar Preferences dialog box, which is used to create and modify menu options.
  474.  
  475. PreferencePageColor
  476.  
  477. Syntax
  478.  
  479. (GradientFlag: enumeration; SolidColorRed: numeric; SolidColorGreen: numeric; SolidColorBlue: numeric; GradientColorRed: numeric; GradientColorGreen: numeric; GradientColorBlue: numeric; GradientType: enumeration; GradientAngle: numeric; GradientSteps: numeric; GradientRefX: numeric; GradientRefY: numeric)
  480.  
  481. Description
  482.  
  483. Specify page color preferences.
  484.  
  485. Parameters
  486.  
  487. GradientFlag: enumeration    The gradient, rather than solid color.
  488.  
  489. No!
  490.  
  491. Yes!
  492.  
  493. 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.
  494.  
  495. 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.
  496.  
  497. 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.
  498.  
  499. 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.
  500.  
  501. 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.
  502.  
  503. 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.
  504.  
  505. GradientType: enumeration (optional)    The linear, circular, or rectangular gradient.
  506.  
  507. Grad_CCircles!
  508.  
  509. Grad_Linear!
  510.  
  511. Grad_None!
  512.  
  513. Grad_Vrects!
  514.  
  515. GradientAngle: numeric (optional)    The 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.
  516.  
  517. 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.
  518.  
  519. 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.
  520.  
  521. 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.
  522.  
  523. PreferencePrintDlg
  524.  
  525. Syntax
  526.  
  527. ()
  528.  
  529. Description
  530.  
  531. Display the Print dialog box, which is used to specify printing preferences.
  532.  
  533. Note
  534.  
  535.   This command is obsolete.
  536.   
  537. PreferencePropertyBarDlg
  538.  
  539. Syntax
  540.  
  541. ()
  542.  
  543. Description
  544.  
  545. Display the Property Bar dialog box.
  546.  
  547. PreferencesDlg
  548.  
  549. Syntax
  550.  
  551. ()
  552.  
  553. Description
  554.  
  555. Display the Preferences dialog box, which is used to set system default options.
  556.  
  557. PreferenceToolbarDlg
  558.  
  559. Syntax
  560.  
  561. ()
  562.  
  563. Description
  564.  
  565. Display the Toolbar Preferences dialog box, which is used to select and customize toolbars.
  566.  
  567. PreferenceToolPaletteDlg
  568.  
  569. Syntax
  570.  
  571. ()
  572.  
  573. Description
  574.  
  575. Display the Tool Palette dialog box.
  576.  
  577. PrefLOFDlg
  578.  
  579. Syntax
  580.  
  581. ()
  582.  
  583. Description
  584.  
  585. Display the Location of Files dialog box.
  586.  
  587. numeric:=PrintBlackWhite
  588.  
  589. Syntax
  590.  
  591. (State: enumeration)
  592.  
  593. Description
  594.  
  595. Set the print black and white option.
  596.  
  597. Parameters
  598.  
  599. State: enumeration (optional)    False!
  600.  
  601. True!
  602.  
  603. numeric:=PrintCopies
  604.  
  605. Syntax
  606.  
  607. (NumberOfCopies: numeric)
  608.  
  609. Description
  610.  
  611. Set the number of copies you want to print.
  612.  
  613. Parameters
  614.  
  615. NumberOfCopies: numeric (optional)    The number of copies to print.
  616.  
  617. any:=PrintDestination
  618.  
  619. Syntax
  620.  
  621. (Destination: any)
  622.  
  623. Description
  624.  
  625. Set the destination for the current print job.
  626.  
  627. Parameters
  628.  
  629. Destination: any (optional)    The destination for print jobs.
  630.  
  631. DriverPort!
  632.  
  633. PrintDialog
  634.  
  635. Syntax
  636.  
  637. ()
  638.  
  639. Description
  640.  
  641. Display the Print dialog.
  642.  
  643. PrintDlg
  644.  
  645. Syntax
  646.  
  647. ()
  648.  
  649. Description
  650.  
  651. Display the Print dialog box.
  652.  
  653. Note
  654.  
  655.   This command is obsolete.
  656.   
  657. PrintDocTkn
  658.  
  659. Syntax
  660.  
  661. ()
  662.  
  663. Description
  664.  
  665. Print the current document.
  666.  
  667. PrintDocument
  668.  
  669. Syntax
  670.  
  671. (CurrentPage: numeric; TotalPages: numeric; NumberOfCopies: numeric; Units: enumeration; BlackWhite: enumeration; CopiesPrintedBy: enumeration; PrintBinding: enumeration; PrintSource: enumeration; SelectedObjects: numeric; DocOnDisk: numeric; WhichPage: numeric; PrintOffset: enumeration; TopAdjust: numeric; SideAdjust: numeric; FileFormat: enumeration; PrinterLongName: numeric; PrinterDriverName: numeric; DeviceName: numeric; FormWidth: numeric; FormHeight: numeric; LeftMargin: numeric; BottomMargin: numeric; RightMargin: numeric; TopMargin: numeric; Mode: enumeration; HandoutsPerPage: numeric; NotesPerPage: numeric; FirstSlide: numeric; LastSlide: numeric; ViewPrintJob: enumeration; NoBackground: enumeration; SlideTitle: enumeration; SlideNumber: enumeration; PrintSlideRange: enumeration; BindingOffset: numeric)
  672.  
  673. Description
  674.  
  675. Print the current document.
  676.  
  677. Parameters
  678.  
  679. CurrentPage: numeric    The page to print.
  680.  
  681. TotalPages: numeric    The total number of pages to print.
  682.  
  683. NumberOfCopies: numeric    The number of copies to print.
  684.  
  685. Units: enumeration    The unit of measurement
  686.  
  687. IDU_CM!
  688.  
  689. IDU_Inches!
  690.  
  691. IDU_InchesI!
  692.  
  693. IDU_MM!
  694.  
  695. IDU_Points!
  696.  
  697. IDU_WP42!
  698.  
  699. IDU_WPU!
  700.  
  701. BlackWhite: enumeration    Print in black-and-white mode.
  702.  
  703. No!
  704.  
  705. Yes!
  706.  
  707. CopiesPrintedBy: enumeration    Generate copies with the printer or the application.
  708.  
  709. Application!
  710.  
  711. Printer!
  712.  
  713. PrintBinding: enumeration    The binding offset.
  714.  
  715. Left!
  716.  
  717. Top!
  718.  
  719. PrintSource: enumeration    The print source.
  720.  
  721. CurrentPage!
  722.  
  723. DocumentOnDisk!
  724.  
  725. FullDoc!
  726.  
  727. PageRange!
  728.  
  729. PrintHandouts!
  730.  
  731. PrintList!
  732.  
  733. PrintNotes!
  734.  
  735. PrintPreview!
  736.  
  737. PrintSlides!
  738.  
  739. SelectedObjects!
  740.  
  741. SelectedObjects: numeric    The number of selected objects.
  742.  
  743. DocOnDisk: numeric    Print a file from a disk.
  744.  
  745. WhichPage: numeric    The pages to print.
  746.  
  747. PrintOffset: enumeration    The binding edge.
  748.  
  749. BindLeft!
  750.  
  751. BindTop!
  752.  
  753. SideLeft!
  754.  
  755. SideRight!
  756.  
  757. TopDown!
  758.  
  759. TopUp!
  760.  
  761. TopAdjust: numeric    The top margin offset.
  762.  
  763. SideAdjust: numeric    The side margin offset.
  764.  
  765. FileFormat: enumeration    The format of the file.
  766.  
  767. WPG10!
  768.  
  769. WPG20!
  770.  
  771. PrinterLongName: numeric    The name of printer.
  772.  
  773. PrinterDriverName: numeric    The name of printer driver.
  774.  
  775. DeviceName: numeric    The name of the printer device.
  776.  
  777. FormWidth: numeric    The paper width in WordPerfect units (1200ths of an inch).
  778.  
  779. FormHeight: numeric    The paper height in WordPerfect units.
  780.  
  781. LeftMargin: numeric    The left margin size in WordPerfect units.
  782.  
  783. BottomMargin: numeric    The bottom margin size in WordPerfect units.
  784.  
  785. RightMargin: numeric    The right margin size in WordPerfect units.
  786.  
  787. TopMargin: numeric    The top margin size in WordPerfect units.
  788.  
  789. Mode: enumeration    The part of the document to print.
  790.  
  791. Disk!
  792.  
  793. Drawing!
  794.  
  795. Handouts!
  796.  
  797. List!
  798.  
  799. Notes!
  800.  
  801. Slides!
  802.  
  803. HandoutsPerPage: numeric    The number of slides to print per page.
  804.  
  805. NotesPerPage: numeric    The number of speaker notes to print per page.
  806.  
  807. FirstSlide: numeric    The number of the first slide to print.
  808.  
  809. LastSlide: numeric    The number of the last slide to print.
  810.  
  811. ViewPrintJob: enumeration    No!
  812.  
  813. Yes!
  814.  
  815. NoBackground: enumeration    Print the slide background.
  816.  
  817. No!
  818.  
  819. Yes!
  820.  
  821. SlideTitle: enumeration    Print the slide title.
  822.  
  823. No!
  824.  
  825. Yes!
  826.  
  827. SlideNumber: enumeration    Print the slide number.
  828.  
  829. No!
  830.  
  831. Yes!
  832.  
  833. PrintSlideRange: enumeration    Print a range of slides.
  834.  
  835. No!
  836.  
  837. Yes!
  838.  
  839. BindingOffset: numeric    The print binding offset.
  840.  
  841. numeric:=PrintImageBinding
  842.  
  843. Syntax
  844.  
  845. (Edge: enumeration)
  846.  
  847. Description
  848.  
  849. Set the print binding for the current print job.
  850.  
  851. Parameters
  852.  
  853. Edge: enumeration (optional)    The binding edge.
  854.  
  855. BottomEdge!
  856.  
  857. InsideEdge!
  858.  
  859. LeftEdge!
  860.  
  861. OutsideEdge!
  862.  
  863. RightEdge!
  864.  
  865. TopEdge!
  866.  
  867. numeric:=PrintImageOffset
  868.  
  869. Syntax
  870.  
  871. (Offset: numeric)
  872.  
  873. Description
  874.  
  875. Set the printing offset for the current print job.
  876.  
  877. Parameters
  878.  
  879. Offset: numeric (optional)    The offset for printing.
  880.  
  881. numeric:=PrintInColor
  882.  
  883. Syntax
  884.  
  885. (State: enumeration)
  886.  
  887. Description
  888.  
  889. Print the current document in color.
  890.  
  891. Parameters
  892.  
  893. State: enumeration (optional)    Color printing is on or off.
  894.  
  895. False!
  896.  
  897. True!
  898.  
  899. numeric:=PrintInReverseOrder
  900.  
  901. Syntax
  902.  
  903. (State: enumeration)
  904.  
  905. Description
  906.  
  907. Print the current document in reverse order, starting with the last page.
  908.  
  909. Parameters
  910.  
  911. State: enumeration (optional)    Reverse-order printing is on or off.
  912.  
  913. False!
  914.  
  915. True!
  916.  
  917. numeric:=PrintMode
  918.  
  919. Syntax
  920.  
  921. (Mode: enumeration)
  922.  
  923. Description
  924.  
  925. Set the print mode.
  926.  
  927. Parameters
  928.  
  929. Mode: enumeration (optional)    The print mode.
  930.  
  931. AudienceNotes!
  932.  
  933. CurrentView!
  934.  
  935. DocOnDisk!
  936.  
  937. FullDoc!
  938.  
  939. Handouts!
  940.  
  941. SelectedObjects!
  942.  
  943. Slides!
  944.  
  945. SpeakerNotes!
  946.  
  947. Note
  948.  
  949.   This command has been modified in version 9.
  950.   
  951. numeric:=PrintNoBackground
  952.  
  953. Syntax
  954.  
  955. (State: enumeration)
  956.  
  957. Description
  958.  
  959. Print the contents of the slide or drawing without the background.
  960.  
  961. Parameters
  962.  
  963. State: enumeration (optional)    Printing background is on or off.
  964.  
  965. False!
  966.  
  967. True!
  968.  
  969. numeric:=PrintRangeFrom
  970.  
  971. Syntax
  972.  
  973. (Page: numeric)
  974.  
  975. Description
  976.  
  977. Set the first page of a multiple-slide print job.
  978.  
  979. Parameters
  980.  
  981. Page: numeric (optional)    The beginning page of the print job.
  982.  
  983. numeric:=PrintRangeTo
  984.  
  985. Syntax
  986.  
  987. (Page: numeric)
  988.  
  989. Description
  990.  
  991. Specify the last page in a multiple-slide print job.
  992.  
  993. Parameters
  994.  
  995. Page: numeric (optional)    The ending page of the print job.
  996.  
  997. any:=PrintResolution
  998.  
  999. Syntax
  1000.  
  1001. (Quality: enumeration)
  1002.  
  1003. Description
  1004.  
  1005. Set the resolution for the print job. This will depend on your printer.
  1006.  
  1007. Parameters
  1008.  
  1009. Quality: enumeration (optional)    Low!
  1010.  
  1011. Medium!
  1012.  
  1013. High!
  1014.  
  1015. Note
  1016.  
  1017.   This command has been modified in version 9.
  1018.   
  1019. any:=PrintSelectByName
  1020.  
  1021. Syntax
  1022.  
  1023. (PrinterName: enumeration)
  1024.  
  1025. Description
  1026.  
  1027. Select a printer by name.
  1028.  
  1029. Parameters
  1030.  
  1031. PrinterName: enumeration (optional)    The name of printer.
  1032.  
  1033. Default!
  1034.  
  1035. PrintSettings
  1036.  
  1037. Syntax
  1038.  
  1039. (Action: enumeration; SettingsName: any)
  1040.  
  1041. Description
  1042.  
  1043. Add, delete, update, and use a named print settings macro.
  1044.  
  1045. Parameters
  1046.  
  1047. Action: enumeration    Add!
  1048.  
  1049. Delete!
  1050.  
  1051. Update!
  1052.  
  1053. Use!
  1054.  
  1055. SettingsName: any (optional)    The name of print settings.
  1056.  
  1057. Default!
  1058.  
  1059. DriverSettings!
  1060.  
  1061. numeric:=PrintSlideNumber
  1062.  
  1063. Syntax
  1064.  
  1065. (State: enumeration)
  1066.  
  1067. Description
  1068.  
  1069. Print the slide number on your slide.
  1070.  
  1071. Parameters
  1072.  
  1073. State: enumeration (optional)    Printing slide numbers is on or off.
  1074.  
  1075. False!
  1076.  
  1077. True!
  1078.  
  1079. numeric:=PrintSlidesPerPage
  1080.  
  1081. Syntax
  1082.  
  1083. (Slides: numeric)
  1084.  
  1085. Description
  1086.  
  1087. Set the number of slides to print on a page.
  1088.  
  1089. Parameters
  1090.  
  1091. Slides: numeric (optional)    The number of slides to print per page.
  1092.  
  1093. numeric:=PrintSlideTitle
  1094.  
  1095. Syntax
  1096.  
  1097. (State: enumeration)
  1098.  
  1099. Description
  1100.  
  1101. Print the slide title on the page.
  1102.  
  1103. Parameters
  1104.  
  1105. State: enumeration (optional)    Printing slide titles is on or off.
  1106.  
  1107. False!
  1108.  
  1109. True!
  1110.  
  1111. numeric:=PrintSortOrder
  1112.  
  1113. Syntax
  1114.  
  1115. (Order: enumeration)
  1116.  
  1117. Description
  1118.  
  1119. Set the printing sort order.
  1120.  
  1121. Parameters
  1122.  
  1123. Order: enumeration (optional)    The order in which to print the pages.
  1124.  
  1125. Collate!
  1126.  
  1127. Group!
  1128.  
  1129. string:=PrintSourceFilename
  1130.  
  1131. Syntax
  1132.  
  1133. (Filename: string)
  1134.  
  1135. Description
  1136.  
  1137. Return the filename source for printing.
  1138.  
  1139. Parameters
  1140.  
  1141. Filename: string (optional)    The filename of the source.
  1142.  
  1143. enumeration:=PrintTextAsGraphics
  1144.  
  1145. Syntax
  1146.  
  1147. (State: enumeration)
  1148.  
  1149. Description
  1150.  
  1151. Print text as graphics.
  1152.  
  1153. Parameters
  1154.  
  1155. State: enumeration (optional)    Printing text as graphics is on or off.
  1156.  
  1157. False!
  1158.  
  1159. True!
  1160.  
  1161. numeric:=PrintTwoSided
  1162.  
  1163. Syntax
  1164.  
  1165. (Option: enumeration)
  1166.  
  1167. Description
  1168.  
  1169. Set the two-sided values for printing more than one page.
  1170.  
  1171. Parameters
  1172.  
  1173. Option: enumeration (optional)    Add!
  1174.  
  1175. Delete!
  1176.  
  1177. Update!
  1178.  
  1179. Use!
  1180.  
  1181. PropertyBarEdit
  1182.  
  1183. Syntax
  1184.  
  1185. (PropertyBarName: string)
  1186.  
  1187. Description
  1188.  
  1189. Display the Property Bar editor dialog box.
  1190.  
  1191. Parameters
  1192.  
  1193. PropertyBarName: string (optional)    The name of the property bar to edit.
  1194.  
  1195. PublishToActiveX
  1196.  
  1197. Syntax
  1198.  
  1199. ()
  1200.  
  1201. Description
  1202.  
  1203. Publish your slide show to the Internet with Show It!
  1204.  
  1205. Note
  1206.  
  1207.   This command is obsolete.
  1208.   
  1209. PublishToBarista
  1210.  
  1211. Syntax
  1212.  
  1213. ()
  1214.  
  1215. Description
  1216.  
  1217. Publish drawings and slide shows in JAVA format, using Corel Barista, so you can use them on the Internet.
  1218.  
  1219. Note
  1220.  
  1221.   This command is obsolete.
  1222.   
  1223. PublishToInternet
  1224.  
  1225. Syntax
  1226.  
  1227. ()
  1228.  
  1229. Description
  1230.  
  1231. Publish a document in HTML format so you can post it on an Internet server.
  1232.  
  1233. Note
  1234.  
  1235.   This command is obsolete.
  1236.   
  1237. PublishToPDF
  1238.  
  1239. Syntax
  1240.  
  1241. ()
  1242.  
  1243. Description
  1244.  
  1245. Publish a document in the .PDF file format.
  1246.  
  1247. Note
  1248.  
  1249.   New command
  1250.   
  1251. PutAttributes
  1252.  
  1253. Syntax
  1254.  
  1255. ()
  1256.  
  1257. Description
  1258.  
  1259. Apply the current default attributes to selected objects.
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.