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

  1. PageColorDlg
  2.  
  3. Syntax
  4.  
  5. PageColorDlg()
  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. PageFormatDlg()
  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. PageMode()
  26.  
  27. Description
  28.  
  29. Display all objects in the drawing or slide.
  30.  
  31. PageSizeInfo
  32.  
  33. Syntax
  34.  
  35. PageSizeInfo()
  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. PaintBrush([X], [Y])
  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.
  54.  
  55. Y: numeric (optional)    The vertical position of pixels clicked when painting.
  56.  
  57. PaintDropMarquee
  58.  
  59. Syntax
  60.  
  61. PaintDropMarquee([EndMarquee As _PaintDropMarquee_EndMarquee_enum])
  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.  PaintDropper(X As Integer, Y As Integer, [Color As _PaintDropper_Color_enum])
  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. PaintEraser([X], [Y])
  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.
  110.  
  111. Y: numeric (optional)    The vertical position of pixels covered when erasing.
  112.  
  113. PaintEscapeUndo
  114.  
  115. Syntax
  116.  
  117. PaintEscapeUndo()
  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. PaintMoveMarquee([DeltaX As Integer], [DeltaY As Integer], [EraseUnder As _PaintMoveMarquee_EraseUnder_enum])
  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. PasteMarquee()
  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. PasteObject([FormatName As String], [Format As Integer], [OleFormat As _PasteObject_OleFormat_enum], [InsertLink As _PasteObject_InsertLink_enum], [InsertIcon As _PasteObject_InsertIcon_enum])
  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. PasteSpecialOle20Dlg()
  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. PlaySlideShow(PlayType As _PlaySlideShow_PlayType_enum, PenSize As Integer, PenRedValue As Integer, PenGreenValue As Integer, PenBlueValue As Integer, SlideNumberStart As Integer, RepeatShow As _PlaySlideShow_RepeatShow_enum, [ShowFormat As _PlaySlideShow_ShowFormat_enum], [ColorFormat As _PlaySlideShow_ColorFormat_enum], [SizeFormat As _PlaySlideShow_SizeFormat_enum])
  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. PlaySlideShowDlg()
  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. PlaySlideShowFirst()
  270.  
  271. Description
  272.  
  273. Play the current slide show, starting with the first slide.
  274.  
  275. PointerPosition
  276.  
  277. Syntax
  278.  
  279. PointerPosition([State As _PointerPosition_State_enum])
  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. PosterDlg()
  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. PRActivate()
  308.  
  309. Description
  310.  
  311. Activate the Corel Presentations window.
  312.  
  313. PrefCustomDlg
  314.  
  315. Syntax
  316.  
  317. PrefCustomDlg()
  318.  
  319. Description
  320.  
  321. Display the Customize dialog box.
  322.  
  323. PrefEnvironmentDlg
  324.  
  325. Syntax
  326.  
  327. PrefEnvironmentDlg()
  328.  
  329. Description
  330.  
  331. Display the Environment dialog box.
  332.  
  333. PreferenceDateTime
  334.  
  335. Syntax
  336.  
  337. PreferenceDateTime(DateTimeString As String)
  338.  
  339. Description
  340.  
  341. Specify date and time format.
  342.  
  343. Parameters
  344.  
  345. DateTimeString: string    The date and time format.
  346.  
  347. PreferenceDateTimeDlg
  348.  
  349. Syntax
  350.  
  351. PreferenceDateTimeDlg()
  352.  
  353. Description
  354.  
  355. Display the Date/Time Format dialog box, which is used to specify date and time format preferences.
  356.  
  357. PreferenceEnvGenDlg
  358.  
  359. Syntax
  360.  
  361. PreferenceEnvGenDlg()
  362.  
  363. Description
  364.  
  365. Display the General Environment dialog box.
  366.  
  367. PreferenceEnvironmentDlg
  368.  
  369. Syntax
  370.  
  371. PreferenceEnvironmentDlg()
  372.  
  373. Description
  374.  
  375. Display the Environment dialog box, which is used to specify environment preferences.
  376.  
  377. PreferenceEnvLangDlg
  378.  
  379. Syntax
  380.  
  381. PreferenceEnvLangDlg()
  382.  
  383. Description
  384.  
  385. Display the Language Environment dialog box.
  386.  
  387. PreferenceFormSettings
  388.  
  389. Syntax
  390.  
  391.  PreferenceFormSettings(FormWidth As Integer, FormHeight As Integer, MarginLeft As Integer, MarginBottom As Integer, MarginRight As Integer, MarginTop As Integer, Orientation As _PreferenceFormSettings_Orientation_enum)
  392.  
  393. Description
  394.  
  395. Specify default page and margin sizes.
  396.  
  397. Parameters
  398.  
  399. FormWidth: measurement    The page width, in WordPerfect units (1200ths of an inch).
  400.  
  401. FormHeight: measurement    The page height, in WordPerfect units.
  402.  
  403. MarginLeft: measurement    The size of the left margin, in WordPerfect units.
  404.  
  405. MarginBottom: measurement    The size of the bottom margin, in WordPerfect units.
  406.  
  407. MarginRight: measurement    The size of the right margin, in WordPerfect units.
  408.  
  409. MarginTop: measurement    The size of the top margin, in WordPerfect units.
  410.  
  411.  Orientation: enumeration    The page orientation.
  412.  
  413. Landscape
  414.  
  415. Portrait
  416.  
  417. PreferenceKeyboardDlg
  418.  
  419. Syntax
  420.  
  421. PreferenceKeyboardDlg()
  422.  
  423. Description
  424.  
  425. Display the Keyboard Preferences dialog box, which is used to specify a keyboard file.
  426.  
  427. PreferenceLOFDlg
  428.  
  429. Syntax
  430.  
  431. PreferenceLOFDlg()
  432.  
  433. Description
  434.  
  435. Display the Location of Files dialog box.
  436.  
  437. PreferenceMenuDlg
  438.  
  439. Syntax
  440.  
  441. PreferenceMenuDlg()
  442.  
  443. Description
  444.  
  445. Display the Menu Bar Preferences dialog box, which is used to create and modify menu options.
  446.  
  447. PreferencePrintDlg
  448.  
  449. Syntax
  450.  
  451. PreferencePrintDlg()
  452.  
  453. Description
  454.  
  455. Display the Print dialog box, which is used to specify printing preferences.
  456.  
  457. Note
  458.  
  459.   This command is obsolete.
  460.   
  461. PreferencePropertyBarDlg
  462.  
  463. Syntax
  464.  
  465. PreferencePropertyBarDlg()
  466.  
  467. Description
  468.  
  469. Display the Property Bar dialog box.
  470.  
  471. PreferencesDlg
  472.  
  473. Syntax
  474.  
  475. PreferencesDlg()
  476.  
  477. Description
  478.  
  479. Display the Preferences dialog box, which is used to set system default options.
  480.  
  481. PreferenceToolbarDlg
  482.  
  483. Syntax
  484.  
  485. PreferenceToolbarDlg()
  486.  
  487. Description
  488.  
  489. Display the Toolbar Preferences dialog box, which is used to select and customize toolbars.
  490.  
  491. PreferenceToolPaletteDlg
  492.  
  493. Syntax
  494.  
  495. PreferenceToolPaletteDlg()
  496.  
  497. Description
  498.  
  499. Display the Tool Palette dialog box.
  500.  
  501. PrefLOFDlg
  502.  
  503. Syntax
  504.  
  505. PrefLOFDlg()
  506.  
  507. Description
  508.  
  509. Display the Location of Files dialog box.
  510.  
  511. PrintBlackWhite
  512.  
  513. Syntax
  514.  
  515.  PrintBlackWhite([State As _PrintBlackWhite_State_enum]) As Integer
  516.  
  517. Description
  518.  
  519. Set the print black and white option.
  520.  
  521. Parameters
  522.  
  523. State: enumeration (optional)    False
  524.  
  525. True
  526.  
  527. PrintCopies
  528.  
  529. Syntax
  530.  
  531. PrintCopies([NumberOfCopies As Integer]) As Integer
  532.  
  533. Description
  534.  
  535. Set the number of copies you want to print.
  536.  
  537. Parameters
  538.  
  539. NumberOfCopies: numeric (optional)    The number of copies to print.
  540.  
  541. PrintDestination
  542.  
  543. Syntax
  544.  
  545. PrintDestination([Destination])
  546.  
  547. Description
  548.  
  549. Set the destination for the current print job.
  550.  
  551. Parameters
  552.  
  553. Destination: any (optional)    The destination for print jobs.
  554.  
  555. DriverPort
  556.  
  557. PrintDialog
  558.  
  559. Syntax
  560.  
  561. PrintDialog()
  562.  
  563. Description
  564.  
  565. Display the Print dialog.
  566.  
  567. PrintDocTkn
  568.  
  569. Syntax
  570.  
  571. PrintDocTkn()
  572.  
  573. Description
  574.  
  575. Print the current document.
  576.  
  577. PrintDocument
  578.  
  579. Syntax
  580.  
  581. PrintDocument(CurrentPage As Integer, TotalPages As Integer, NumberOfCopies As Integer, Units As _PrintDocument_Units_enum, BlackWhite As _PrintDocument_BlackWhite_enum, CopiesPrintedBy As _PrintDocument_CopiesPrintedBy_enum, PrintBinding As _PrintDocument_PrintBinding_enum, PrintSource As _PrintDocument_PrintSource_enum, SelectedObjects As Long, DocOnDisk As Long, WhichPage As Integer, PrintOffset As _PrintDocument_PrintOffset_enum, TopAdjust As Integer, SideAdjust As Integer, FileFormat As _PrintDocument_FileFormat_enum, PrinterLongName As Integer, PrinterDriverName As Integer, DeviceName As Integer, FormWidth As Integer, FormHeight As Integer, LeftMargin As Integer, BottomMargin As Integer, RightMargin As Integer, TopMargin As Integer, Mode As _PrintDocument_Mode_enum, HandoutsPerPage As Integer, NotesPerPage As Integer, FirstSlide As Integer, LastSlide As Integer, ViewPrintJob As _PrintDocument_ViewPrintJob_enum, NoBackground As _PrintDocument_NoBackground_enum, SlideTitle As _PrintDocument_SlideTitle_enum, SlideNumber As _PrintDocument_SlideNumber_enum, PrintSlideRange As _PrintDocument_PrintSlideRange_enum, BindingOffset As Integer)
  582.  
  583. Description
  584.  
  585. Print the current document.
  586.  
  587. Parameters
  588.  
  589. CurrentPage: numeric    The page to print.
  590.  
  591. TotalPages: numeric    The total number of pages to print.
  592.  
  593. NumberOfCopies: numeric    The number of copies to print.
  594.  
  595. Units: enumeration    The unit of measurement
  596.  
  597. IDU_CM
  598.  
  599. IDU_Inches
  600.  
  601. IDU_InchesI
  602.  
  603. IDU_MM
  604.  
  605. IDU_Points
  606.  
  607. IDU_WP42
  608.  
  609. IDU_WPU
  610.  
  611. BlackWhite: enumeration    Print in black-and-white mode.
  612.  
  613. No
  614.  
  615. Yes
  616.  
  617. CopiesPrintedBy: enumeration    Generate copies with the printer or the application.
  618.  
  619. Application
  620.  
  621. Printer
  622.  
  623. PrintBinding: enumeration    The binding offset.
  624.  
  625. Left
  626.  
  627. Top
  628.  
  629. PrintSource: enumeration    The print source.
  630.  
  631. CurrentPage
  632.  
  633. DocumentOnDisk
  634.  
  635. FullDoc
  636.  
  637. PageRange
  638.  
  639. PrintHandouts
  640.  
  641. PrintList
  642.  
  643. PrintNotes
  644.  
  645. PrintPreview
  646.  
  647. PrintSlides
  648.  
  649. SelectedObjects
  650.  
  651. SelectedObjects: numeric    The number of selected objects.
  652.  
  653. DocOnDisk: numeric    Print a file from a disk.
  654.  
  655. WhichPage: numeric    The pages to print.
  656.  
  657. PrintOffset: enumeration    The binding edge.
  658.  
  659. BindLeft
  660.  
  661. BindTop
  662.  
  663. SideLeft
  664.  
  665. SideRight
  666.  
  667. TopDown
  668.  
  669. TopUp
  670.  
  671. TopAdjust: numeric    The top margin offset.
  672.  
  673. SideAdjust: numeric    The side margin offset.
  674.  
  675. FileFormat: enumeration    The format of the file.
  676.  
  677. WPG10
  678.  
  679. WPG20
  680.  
  681. PrinterLongName: numeric    The name of printer.
  682.  
  683. PrinterDriverName: numeric    The name of printer driver.
  684.  
  685. DeviceName: numeric    The name of the printer device.
  686.  
  687. FormWidth: numeric    The paper width in WordPerfect units (1200ths of an inch).
  688.  
  689. FormHeight: numeric    The paper height in WordPerfect units.
  690.  
  691. LeftMargin: numeric    The left margin size in WordPerfect units.
  692.  
  693. BottomMargin: numeric    The bottom margin size in WordPerfect units.
  694.  
  695. RightMargin: numeric    The right margin size in WordPerfect units.
  696.  
  697. TopMargin: numeric    The top margin size in WordPerfect units.
  698.  
  699. Mode: enumeration    The part of the document to print.
  700.  
  701. Disk
  702.  
  703. Drawing
  704.  
  705. Handouts
  706.  
  707. List
  708.  
  709. Notes
  710.  
  711. Slides
  712.  
  713. HandoutsPerPage: numeric    The number of slides to print per page.
  714.  
  715. NotesPerPage: numeric    The number of speaker notes to print per page.
  716.  
  717. FirstSlide: numeric    The number of the first slide to print.
  718.  
  719. LastSlide: numeric    The number of the last slide to print.
  720.  
  721. ViewPrintJob: enumeration    No
  722.  
  723. Yes
  724.  
  725. NoBackground: enumeration    Print the slide background.
  726.  
  727. No
  728.  
  729. Yes
  730.  
  731. SlideTitle: enumeration    Print the slide title.
  732.  
  733. No
  734.  
  735. Yes
  736.  
  737. SlideNumber: enumeration    Print the slide number.
  738.  
  739. No
  740.  
  741. Yes
  742.  
  743. PrintSlideRange: enumeration    Print a range of slides.
  744.  
  745. No
  746.  
  747. Yes
  748.  
  749. BindingOffset: numeric    The print binding offset.
  750.  
  751. PrintImageBinding
  752.  
  753. Syntax
  754.  
  755. PrintImageBinding([Edge As _PrintImageBinding_Edge_enum]) As Integer
  756.  
  757. Description
  758.  
  759. Set the print binding for the current print job.
  760.  
  761. Parameters
  762.  
  763. Edge: enumeration (optional)    The binding edge.
  764.  
  765. BottomEdge
  766.  
  767. InsideEdge
  768.  
  769. LeftEdge
  770.  
  771. OutsideEdge
  772.  
  773. RightEdge
  774.  
  775. TopEdge
  776.  
  777. PrintImageOffset
  778.  
  779. Syntax
  780.  
  781. PrintImageOffset([Offset As Integer]) As Integer
  782.  
  783. Description
  784.  
  785. Set the printing offset for the current print job.
  786.  
  787. Parameters
  788.  
  789. Offset: numeric (optional)    The offset for printing.
  790.  
  791. PrintInColor
  792.  
  793. Syntax
  794.  
  795. PrintInColor(State As _PrintInColor_State_enum) As Integer
  796.  
  797. Description
  798.  
  799. Print the current document in color.
  800.  
  801. Parameters
  802.  
  803. State: enumeration (optional)    Color printing is on or off.
  804.  
  805. False
  806.  
  807. True
  808.  
  809. PrintInReverseOrder
  810.  
  811. Syntax
  812.  
  813. PrintInReverseOrder([State As _PrintInReverseOrder_State_enum]) As Integer
  814.  
  815. Description
  816.  
  817. Print the current document in reverse order, starting with the last page.
  818.  
  819. Parameters
  820.  
  821. State: enumeration (optional)    Reverse-order printing is on or off.
  822.  
  823. False
  824.  
  825. True
  826.  
  827. PrintMode
  828.  
  829. Syntax
  830.  
  831. PrintMode(Mode As _PrintMode_Mode_enum) As Integer
  832.  
  833. Description
  834.  
  835. Set the print mode.
  836.  
  837. Parameters
  838.  
  839. Mode: enumeration (optional)    The print mode.
  840.  
  841. AudienceNotes
  842.  
  843. CurrentView
  844.  
  845. DocOnDisk
  846.  
  847. FullDoc
  848.  
  849. Handouts
  850.  
  851. SelectedObjects
  852.  
  853. Slides
  854.  
  855. SpeakerNotes
  856.  
  857. PrintNoBackground
  858.  
  859. Syntax
  860.  
  861. PrintNoBackground([State As _PrintNoBackground_State_enum]) As Integer
  862.  
  863. Description
  864.  
  865. Print the contents of the slide or drawing without the background.
  866.  
  867. Parameters
  868.  
  869. State: enumeration (optional)    Printing background is on or off.
  870.  
  871. False
  872.  
  873. True
  874.  
  875. PrintRangeFrom
  876.  
  877. Syntax
  878.  
  879.  PrintRangeFrom([Page As Integer]) As Integer
  880.  
  881. Description
  882.  
  883. Set the first page of a multiple-slide print job.
  884.  
  885. Parameters
  886.  
  887. Page: numeric (optional)    The beginning page of the print job.
  888.  
  889. PrintRangeTo
  890.  
  891. Syntax
  892.  
  893. PrintRangeTo(Page As Integer) As Integer
  894.  
  895. Description
  896.  
  897. Specify the last page in a multiple-slide print job.
  898.  
  899. Parameters
  900.  
  901. Page: numeric (optional)    The ending page of the print job.
  902.  
  903. PrintResolution
  904.  
  905. Syntax
  906.  
  907. PrintResolution([Quality As _PrintResolution_Quality_enum])
  908.  
  909. Description
  910.  
  911. Set the resolution for the print job. This will depend on your printer.
  912.  
  913. Parameters
  914.  
  915. Quality: enumeration (optional)    Low
  916.  
  917. Medium
  918.  
  919. High
  920.  
  921. any:=PrintSelectByName
  922.  
  923. Syntax
  924.  
  925. (PrinterName: enumeration)
  926.  
  927. Description
  928.  
  929. Select a printer by name.
  930.  
  931. Parameters
  932.  
  933. PrinterName: enumeration (optional)    The name of printer.
  934.  
  935. Default
  936.  
  937. PrintSettings
  938.  
  939. Syntax
  940.  
  941.  PrintSettings(Action As _PrintSettings_Action_enum, [SettingsName])
  942.  
  943. Description
  944.  
  945. Add, delete, update, and use a named print settings macro.
  946.  
  947. Parameters
  948.  
  949. Action: enumeration    Add
  950.  
  951. Delete
  952.  
  953. Update
  954.  
  955. Use
  956.  
  957. SettingsName: any (optional)    The name of print settings.
  958.  
  959. Default
  960.  
  961. DriverSettings
  962.  
  963. PrintSlideNumber
  964.  
  965. Syntax
  966.  
  967.  PrintSlideNumber([State As _PrintSlideNumber_State_enum]) As Integer
  968.  
  969. Description
  970.  
  971. Print the slide number on your slide.
  972.  
  973. Parameters
  974.  
  975. State: enumeration (optional)    Printing slide numbers is on or off.
  976.  
  977. False
  978.  
  979. True
  980.  
  981. PrintSlidesPerPage
  982.  
  983. Syntax
  984.  
  985. PrintSlidesPerPage([Slides As Integer]) As Integer
  986.  
  987. Description
  988.  
  989. Set the number of slides to print on a page.
  990.  
  991. Parameters
  992.  
  993. Slides: numeric (optional)    The number of slides to print per page.
  994.  
  995. PrintSlideTitle
  996.  
  997. Syntax
  998.  
  999.  PrintSlideTitle([State As _PrintSlideTitle_State_enum]) As Integer
  1000.  
  1001. Description
  1002.  
  1003. Print the slide title on the page.
  1004.  
  1005. Parameters
  1006.  
  1007. State: enumeration (optional)    Printing slide titles is on or off.
  1008.  
  1009. False
  1010.  
  1011. True
  1012.  
  1013. PrintSortOrder
  1014.  
  1015. Syntax
  1016.  
  1017. PrintSortOrder(Order As _PrintSortOrder_Order_enum) As Integer
  1018.  
  1019. Description
  1020.  
  1021. Set the printing sort order.
  1022.  
  1023. Parameters
  1024.  
  1025. Order: enumeration (optional)    The order in which to print the pages.
  1026.  
  1027. Collate
  1028.  
  1029. Group
  1030.  
  1031. PrintSourceFilename
  1032.  
  1033. Syntax
  1034.  
  1035.  PrintSourceFilename([Filename As String]) As String
  1036.  
  1037. Description
  1038.  
  1039. Return the filename source for printing.
  1040.  
  1041. Parameters
  1042.  
  1043. Filename: string (optional)    The filename of the source.
  1044.  
  1045. PrintTextAsGraphics
  1046.  
  1047. Syntax
  1048.  
  1049. PrintTextAsGraphics(State As _PrintTextAsGraphics_State_enum) As Integer
  1050.  
  1051. Description
  1052.  
  1053. Print text as graphics.
  1054.  
  1055. Parameters
  1056.  
  1057. State: enumeration (optional)    Printing text as graphics is on or off.
  1058.  
  1059. False
  1060.  
  1061. True
  1062.  
  1063. PrintTwoSided
  1064.  
  1065. Syntax
  1066.  
  1067. PrintTwoSided(Option As _PrintTwoSided_Option_enum) As Integer
  1068.  
  1069. Description
  1070.  
  1071. Set the two-sided values for printing more than one page.
  1072.  
  1073. Parameters
  1074.  
  1075. Option: enumeration (optional)    Add
  1076.  
  1077. Delete
  1078.  
  1079. Update
  1080.  
  1081. Use
  1082.  
  1083. PropertyBarEdit
  1084.  
  1085. Syntax
  1086.  
  1087. PropertyBarEdit([PropertyBarName As String])
  1088.  
  1089. Description
  1090.  
  1091. Display the Property Bar editor dialog box.
  1092.  
  1093. Parameters
  1094.  
  1095. PropertyBarName: string (optional)    The name of the property bar to edit.
  1096.  
  1097. PublishToActiveX
  1098.  
  1099. Syntax
  1100.  
  1101. PublishToActiveX()
  1102.  
  1103. Description
  1104.  
  1105. Publish your slide show to the Internet with Show It!
  1106.  
  1107.   
  1108.   
  1109. PublishToPDF
  1110.  
  1111. Syntax
  1112.  
  1113. PublishToPDF()
  1114.  
  1115. Description
  1116.  
  1117. Publish a document in the .PDF file format.
  1118.  
  1119. PutAttributes
  1120.  
  1121. Syntax
  1122.  
  1123. PutAttributes()
  1124.  
  1125. Description
  1126.  
  1127. Apply the current default attributes to selected objects.
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.